body {
	background: #A1A1A1 url('../../images/np/bg_gradient.gif') repeat-x top
		left;
	font-family: Arial;
	font-size: 12px;
	color: #4B4B4B;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

a {
	color: black;
}

a:hover {
	text-decoration: underline;
}

.message {
	padding: 10px;
	color: #EF3B3B;
}

.error_list {
	padding-top: 5px;
}

.error_list li {
	color: #EF3B3B;
	font-weight: bolder;
	font-size: 0.9em;
	margin-left: 15px;
	list-style-type: square;
}

.createBar {
	border-bottom: 1px solid #ffff69;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 30px;
	background-color: #ffffe6;
}

.editAsset,.page,#sitemap {
	margin-top: 30px;
}

.createBar li {
	display: inline;
}

.simpleButton {
	border: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 5px;
	cursor: hand;
	cursor: pointer;
        margin-bottom:10px;
}

.adminButton {
	border: 3px double #cccccc;
	color: #666666;
	font-size: 0.9em;
	font-weight: bolder;
	padding: 1px 3px;
	background: white url('../../images/util/grad.png') repeat-x top left;
}

.adminButton:hover {
	border: 3px double #cde3fb;
	color: #3b6ab8;
	background-position: 0pt -40px;
}

.input {
	border: 1px solid #C5C5C5;
	background: white url('../../images/np/bg_input.gif') repeat-x bottom
		left;
	padding: 3px;
	font-size: 0.9em;
	color: #4B4B4B;
}

/** HEAD **/
#logo {
	float: left;
}

#searchInput {
	margin: 0 5px;
}

#search {
	padding-top: 70px;
	float: right;
	width: 350px;
	text-align: right;
	vertical-align: 50%;
}

#search label {
	color: #4B4B4B;
	font-weight: bolder;
}

/** WINDOW **/
#window {
	clear: both;
	background: white url('../../images/np/bg_content.gif') repeat-y right;
	padding-right: 4px;
	border-left: 1px solid #E5E5E5;
}

/** MENU **/
#menu {
	display: block;
	clear: both;
	background-color: #5E5E5E;
	position: relative;
	height: 55px;
}

#menu ul li {
	display: inline;
	float: left;
	width: auto;
}

#menu ul li.last {
	position: absolute;
	right: 0;
}

#menu ul li a {
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 10px 25px 20px 25px;
	font-size: 1.2em; 3
	height: 35px;
	font-weight: bolder;
	width: auto; 3
	overflow: hidden;
}

#menu ul li.active a,#menu ul li a:hover {
	color: #95C3E5;
	text-decoration: none;
}

#menu ul li.active a,#menu ul li.path a {
	background-image: url('/images/np/menu_active_bg.png');
	background-position: 50% 30px;
	background-repeat: no-repeat;
}

#menu ul li.active li a {
	color: #fff;
}

/** Submenu **/
#menu ul,#menu {
	position: relative;
	z-index: 100;
}

#menu ul li ul {
	padding: 10px 10px;
	width: 260px;
	background: #7CA3C0;
	display: none;
	position: absolute;
	top: 56px;
	left: 25px;
}

#menu ul li ul li ul {
	top: -23px;
	left: 270px;
}

#menu ul li.hover ul li ul {
	display: none;
}

#menu ul li.hover ul,#menu ul li.hover ul li.hover ul {
	display: block;
}

#menu ul li.hover .decoration {
	position: absolute;
	background: #7CA3C0;
	width: 60px;
	height: 26px;
	top: 30px;
	left: 25px;
}

#menu ul li ul li {
	position: relative;
	float: none;
	padding: 0;
	margin: 0;
}

#menu ul li.active li a,#menu ul li.path li a,#menu ul li ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #97B5CD;
	padding: 5px;
	background: url('/images/np/category_menu_bg.gif') no-repeat 98% 50%;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	text-align: left;
	width: 250px;
	/*height: 13px;*/
}

#menu ul li ul li a:hover {
	background-color: #3C90CE;
	color: #fff;
}

#menu ul li.active ul li ul li a,#menu ul li.path ul li ul li a,#menu ul li ul li ul li a
	{
	background: none;
}

#menu ul li ul li:last-child a,#menu ul li ul li.last-child a {
	border-bottom: none;
}

#menu ul li ul ul {
	position: absolute;
	left: 310px;
	top: -2px;
	padding: 0;
	display: none;
}

/** FOOT **/
#foot {
	padding: 25px 40px;
	background: white url('../../images/np/bg_content_bottom.gif') no-repeat
		bottom left;
}

#foot .copyright {
	width: 200px;
}

#foot ul {
	float: right;
}

#foot ul li { /*float: left;
    display: block;
    width: 90px;*/
	display: inline;
	border-left: 1px solid #959595;
}

#foot ul li.first {
	border-left: none;
}

#foot ul li a { /*display: block;*/
	padding: 3px 8px;
	text-align: center;
	color: #010101;
	text-decoration: underline;
}

/** CONTENT **/
#content {
	clear: both;
	padding: 25px 40px;
}

#content-main {
	width: 560px;
	float: left;
	overflow: hidden;
}

#content-sidebar {
	width: 285px;
	float: left;
	overflow: hidden;
}

#specialOffer {
	position: absolute;
	z-index: 10;
	margin-left: -70px;
	margin-top: 50px;
	top: 235px;
}

#content .homeProduct {
	padding-bottom: 20px;
}

#content .homeProduct h2 {
	margin-bottom: 10px;
}

#content .homeProduct .admin {
	position: absolute;
}

#content .homeProduct div.image {
	width: 500px;
	float: left;
}

#content .homeProduct .coins {
	margin-left: 510px;
	padding: 10px 0px;
}

#content .homeProduct .coins li {
	display: inline;
}

#content .homeProduct .coins li a {
	padding: 1px 5px;
	border: 1px solid #E7E7E7;
}

#content .homeProduct p {
	margin-left: 510px;
}

#content .homeProduct div.price {
	margin-left: 510px;
	padding: 15px 0px;
	color: #EF3B3B;
}

#content .homeProduct div.price em {
	font-style: normal;
	font-weight: bolder;
}

#content .homeProduct .info {
	margin-left: 10px;
}

/** CONTAINER **/
.container {
	background: transparent url('../../images/np/bg_box_right.gif') repeat-y
		top right;
	width: 274px;
	float: left;
	margin-bottom: 11px;
}

.containerTop {
	display: none;
}

.containerBody {
	border-left: 1px solid #E2E2E2;
	padding-right: 4px;
}

.containerBottom {
	background: transparent url('../../images/np/bg_box_bottom.gif')
		no-repeat bottom right;
	border-left: 1px solid #E2E2E2;
}

.container p {
	padding: 0px 10px 5px 10px;
	font-size: 0.9em;
}

.container .admin {
	position: absolute;
	margin-left: 5px;
	margin-top: -3px;
}

.productPerex p {
	padding: 10px;
	padding-top: 0px;
	font-size: 0.9em;
}

.container.productPerex {
	margin-right: 5px;
}

.container.productPerex div.image {
	text-align: center;
}

.container.productPerex .containerBody {
	height: 265px;
	overflow: hidden;
}

.container.productPerex .price {
	float: left;
	display: block;
	width: 90px;
	padding-left: 10px;
}

.container.productPerex .price em {
	font-style: normal;
	font-weight: bolder;
	color: black;
}

.container.productPerex a.more {
	margin-left: 20px;
}

.container h3,.container h2 {
	display: block;
	font-size: 1.0em;
	padding: 10px;
	color: black;
	margin-bottom: 8px;
}

.container .gold_header {
	background: transparent url('../../images/np/bg_box_golden.gif')
		repeat-x top left;
}

.container .silver_header {
	background: transparent url('../../images/np/bg_box_silver.gif')
		repeat-x top left;
}

.container .blue_header {
	background: transparent url('../../images/np/bg_blue.gif') repeat-x top
		left;
	color: white;
}

#navigation ul li {
	display: inline;
}

/** PRODUCT **/
#productDetail {
	width: 560px;
	float: left;
	margin-right: 10px;
}

#productDetail h2 {
	margin-bottom: 20px;
}

#coinBox {
	border: 1px solid #C1C1C1;
	padding: 15px;
	background: white url('../../images/np/detail_silver.gif') repeat-x top
		left;
}

#coinBox #descr p {
    display: inline;
}

#coinBox h3 {
	color: #EF3B3C;
	text-align: center;
	font-size: 1.4em;
	padding-bottom: 10px;
}

#coinBox div.image {
	text-align: center;
}

#coinBox ul.coin-properties {
	float: left;
	width: 310px;
}

#coinBox ul.coin-properties li {
	padding: 3px 0px;
}

#coinBox ul.coin-properties .label {
	width: 125px;
	float: left;
	display: block;
	font-weight: bolder;
	clear: left;
	color: #4B4B4B;
	text-align: right;
	padding-right: 10px;
}

#coinBox .price.first {
	margin-top: 50px;
}

#coinBox .price,.priceDiv .price {
	margin-top: 5px;
	margin-left: 320px;
}

#coinBox .price,.priceDiv .price {
	color: #666;
}

#coinBox .coin .first,.priceDiv .first {
	font-weight: bold;
	color: #EF3B3C;
}

.priceDiv span.value {
	font-weight: bolder;
}

#coinBox .price .value {
	font-weight: bolder;
}

#carousel {
	margin: 10px 0px;
}

#carousel .arrow {
	margin-top: 15px;
}

#carouselDiv {
	overflow: hidden;
	width: 480px;
	height: 77px;
	position: relative;
	left: 15px;
}

#loadingCoin {
	position: absolute;
	cursor: wait;
}

#loadingCoin .background {
	background-color: #666666;
	-moz-opacity: 0.7;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#loadingCoin .inner {
	color: #000000;
	font-wieght: bolder;
	padding: 60px;
	position: absolute;
	z-index: 8;
}

#carouselInner li {
	text-align: center;
	display: block;
	width: 120px;
	float: left;
	#width: auto;
	#margin-right:8px;
}

#carouselInner li a {
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
}

#carouselInner li a:hover {
	background-color: #CCCCCC;
	text-decoration: none;
}

#carouselInner img {
	height: 50px;
}

.categoryListning {
	width: 560px;
	float: left;
	margin-top: 30px;
	margin-right: 10px;
}

.categoryMenu {
	background: #FFFFFF url('../../images/np/bg_category_menu.jpg') repeat-x
		top left;
	border-top: 1px solid #EBEBEB;
}

.categoryMenu .containerBody {
	padding: 15px;
	padding-bottom: 5px;
}

.categoryMenu ul li {
	padding: 4px 0px;
}

.categoryMenu ul ul {
	padding-left: 13px;
}

.categoryMenu ul ul li {
	padding: 2px;
	padding-left: 10px;
	background: transparent url('../../images/np/sitemap_bullet_2.gif')
		no-repeat 0px 7px;
}

.categoryMenu ul ul li.selected {
	background: transparent url('../../images/np/sitemap_bullet_1.gif')
		no-repeat 0px 7px;
}

.categoryMenu a.selected {
	color: #1F7DC0;
	font-weight: bolder;
}

.loginForm {
	margin-top: 30px;
}

.editForm li {
	padding: 3px;
}

.editForm li label {
	width: 120px;
	float: left;
	display: block;
	padding-top: 2px;
}

.assetList {
	width: 100%;
}

.assetList thead th {
	text-align: left;
	padding: 3px;
	border-bottom: 3px double #CCCCCC;
}

.assetList tfoot th {
	text-align: left;
	padding: 3px;
	border-top: 3px double #CCCCCC;
}

.assetList td {
	padding: 3px;
}

.assetList tr.row_1 td {
	background-color: #EFEFEF;
}

.priceDiv {
	padding-left: 20px;
}

.callUs,.newsletter,.categoryMenu {
	float: right;
}

/** CALL US **/
.callUs img {
	float: left;
	margin-left: 10px;
}

.callUs em {
	font-size: 1.6em;
	font-style: normal;
	color: black;
	display: block;
	margin-left: 80px;
	padding-top: 5px;
}

/** NEWSLETTER **/
.container.newsletter fieldset {
	padding: 0px 10px;
}

.container.newsletter fieldset a {
	text-decoration: underline;
	color: #5F5F5F;
	display: block;
	margin-top: 5px;
}

/** SITEMAP **/
#sitemap,.page {
	width: 560px;
	float: left;
	margin-right: 10px;
}

#sitemap h2 {
	margin-bottom: 5px;
}

#sitemap a {
	text-decoration: underline;
}

#sitemap ul li {
	padding: 3px;
	padding-left: 15px;
	background: transparent url('../../images/np/sitemap_bullet_1.gif')
		no-repeat 0px 8px;
}

#sitemap ul li ul {
	padding-left: 15px;
}

#sitemap ul li ul li {
	background: transparent url('../../images/np/sitemap_bullet_2.gif')
		no-repeat 0px 8px;
}

/** ORDER **/
form.order {
	margin-top: 20px;
}

form.order .left,form.order .right {
	width: 270px;
}

form.order .row,#landingPage .row {
	padding: 3px;
}

form.order label,#landingPage label {
	width: 100px;
	padding-top: 3px;
	padding-right: 10px;
	text-align: right;
	float: left;
	display: block;
}

form.order .terms {
	padding-top: 10px;
	clear: both;
	width: 400px;
	float: left;
}

form.order .terms p {
   padding: 3px 0px;
   text-align: justify;
}

form.order button {
	margin-top: 20px;
}

#image {
	height: 220px;
}

#image img.image {
	position: absolute;
}

/** SEARCH **/
.searchResults {
	width: 560px;
	float: left;
	margin-top: 30px;
	margin-right: 10px;
}

.searchResults h3 {
	margin-top: 10px;
}

.searchResults li {
	padding: 5px 0px;
}

.searchResults li h4 {
	padding-bottom: 3px;
}

.searchResults li em {
	display: block;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bolder;
}

.searchResults li p {
	font-size: 0.9em;
}

.searchResults li p em {
	display: inline;
	font-size: 1em;
}

.searchResults .more {
	display: block;
	text-align: right;
}

.searchResults strong.highlight {
	border: 1px solid #black;
	padding: 2px;
	background-color: #FFCC00;
}

/** LANDING PAGE **/
.landingPage {
	border-top: 1px solid #E5E5E5;
}

#landingPage {
	width: 560px;
	float: left;
	margin-right: 10px;
}

#landingPage h2 {
	margin-top: 1em;
}

#landingPageHeader,#landingPageHeader input {
	font-size: 30px;
	color: #4B4B4B;
	width: 100%;
	font-weight: bolder;
}

form #landingPage .top_image {
	display: block;
	width: 100%;
/* 	height: 320px; */
	border: 1px solid #E5E5E5;
}

#landingPage .top_image {
	
}

#landingPage .top_content textarea {
	width: 540px;;
}

#landingPage .price {
	padding-top: 15px;
	color: #EF3B3B;
}

#landingPage .price .value,#landingPage .price input {
	color: #EF3B3B;
	font-weight: bolder;
	font-size: 1.0em;
}

form #landingPage h2 {
	padding: 10px 0px;
}

#landingPageMail {
	width: 610px;
}

#landingPageMail textarea {
	width: 100%;
	font-family: Arial;
	font-size: 0.9em;
}

#contactForm .row {
	padding: 3px;
}

#contactForm label {
	width: 170px;
	float: left;
	padding-top: 5px;
	clear: left;
}
#contactForm input {
	width: 300px;
}
#contactForm button {
	padding: 0px;
	border: none;
	background-color: transparent;
}
#contactForm input.radioInput {
  width: 10px;
}
#contact_phone {
	width: 140px !important;
}

ul.orderStatuses li a {
	padding: 2px 4px;
	margin: 2px 4px;
	color: #666666;
	border: 1px solid #E5E5E5;
}

ul.orderStatuses li a.selected {
	background-color: #666666;
	color: white;
}

/** FILTERS **/
.filters {
	padding: 8px;
	background-color: #f3f7fd;
	color: black;
	border-bottom: 1px solid #cde3fb;
}

.filters .row {
	width: 250px;
	float: left;
}

.filters .row.submit {
	width: 500px;
	padding-top: 10px;
	float: none;
	clear: both;
}

.filters .row.submit a {
	float: right;
}
/** PAGE - TEXT */
.page-text {
}
.page-text ol, .page-text ol li {
	list-style-type: decimal;
}
.page-text ol li {
	padding: 3px 0px;
}
.bigHeader {
	font-size: 20px;
  color: #4b4b4b;
  width: 100%;
  font-weight: bolder;
}
.mceContentBody p {
	padding: 0px;
	margin: 0px;
}

/** IMAGE BROWSERS **/

.ngs_image_browser_wrapper {
	clear: both;
	z-index: 99;
	width: 580px;
	position: absolute;
	border: 1px solid #CCCCCC;
    width: 580px;
    background: #F0F0EE;
    margin: 10px 0 0 0;
    padding: 0;
}

.ngs_image_browser_wrapper .ngs_image_browser .image {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 5px;
    margin: 2px;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.ngs_image_browser_wrapper .ngs_image_browser .image a.delete {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 0;
    background: url('/images/intranet/cross.png') no-repeat;
    width:  15px;
    height: 15px;
}

.ngs_image_browser_wrapper .ngs_image_browser_control {
    text-align: center;
}

.ngs_image_browser_wrapper .ngs_image_browser_control a, .ngs_image_browser_wrapper .ngs_image_browser_control span {
    text-decoration: none;
    font-size: 16px;
    color: #333;
}

.ngs_file_upload_box_wrapper {
    margin: 10px 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

.ngs_file_upload_box_wrapper td {
    padding: 2px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #F0F0EE;
    width: 150px;
}

.ngs_file_upload_box_wrapper td.colspan {
    width: 310px;
}

.ngs_file_upload_box_wrapper td.name {
    background-image: url('/ngsFile/images/page_white.png');
    background-repeat: no-repeat;
    padding-left: 10px;
    width: 145px;
}

.ngs_image_upload_box_wrapper {
    margin: 10px 0;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.ngs_image_upload_box_wrapper td {
    padding: 2px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #F0F0EE;
    width: 150px;
}

.ngs_image_upload_box_wrapper td.colspan {
    width: 310px;
}

.ngs_image_gallery_wrapper .image {
    display: block;
    width: 80px;
    height: 120px;
    text-align: center;
    padding: 5px;
    margin: 2px;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
}

.ngs_image_gallery_wrapper .ui-sortable-placeholder {
    display: block;
    width: 80px;
    height: 120px;
    text-align: center;
    padding: 5px;
    margin: 2px;
    float: left;
    border: 1px solid #ccc;
    background: #f0f0f0;
}

.ngs_image_gallery_wrapper .selected {
    width: 200px;
    border: 1px solid #ccc;
    background: #F0F0EE;
    padding: 5px;
}

.ngs_image_gallery_wrapper a img {
    margin: 1px 0;
}

.ngs_image_gallery_wrapper .image .description {
    white-space: nowrap;
    padding: 5px;
}
.ngs_browser_close {
	float: right;
	/*position: absolute;*/
	margin-top: -20px;
}

.red {
    color:#FF0000;
}

/** universal collection**/

#universalCollection {
    width: 560px;
    float: left;
    margin-right: 10px;
}
#universalCollection label {
    width:100px;
    float:none;
    padding-top: 3px;
    padding-right: 10px;
    display: block;
}

/*universal collection*/
#productDetail ul.coin-properties {
    float: left;
    width: 310px;
}

#productDetail ul.coin-properties li {
    padding: 3px 0px;
}

#productDetail ul.coin-properties .label {
    width: 125px;
    float: left;
    display: block;
    font-weight: bolder;
    clear: left;
    color: #4B4B4B;
    text-align: right;
    padding-right: 10px;
}

#productDetail .price.first {
    margin-top: 50px;
}

#productDetail .price,.priceDiv .price {
    margin-top: 5px;
    margin-left: 320px;
}

#productDetail .price,.priceDiv .price {
    color: #666;
}

#productDetail .coin .first,.priceDiv .first {
    font-weight: bold;
    color: #EF3B3C;
}

.priceDiv span.value {
    font-weight: bolder;
}

#productDetail .price .value {
    font-weight: bolder;
}

.red {
    color:#FF0000;
}
