/*Full Reset***************/
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
*{margin:0px; padding:0px;} img {border:none;} a {outline:none;}/*a:focus{outline:1px dotted invert}*/
/*End of resets -----******/


/*MOJO************************/
body {
	background:url('../img/background-tiled.gif') repeat top left;
	font-family: sans-serif; color: #333333;
}

a, a:link, a:visited {
	color: rgb(145,12,177); text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

.block {
	display:block; overflow:hidden;
}

.left{
	float:left;
}

.right{
	margin-top:20px;
	float:right;
}
.small{
	font-size: 10px;
}
.tiny{
	font-size: 10px;
}

.container{
	width:960px;
	display:block;
	margin:0px auto 20px;
}
.subcontainer{
	padding: 10px;
	background-color: #FFFFFF;
}

.purple {
	color:#9F005D;
}
.clear{
	clear: both;
}
.red {
	color: red;
}

a.bt, a.bt:visited {
	background-color:#333; padding:6px 20px; margin-left:10px;
	color:#FFFFFF; text-decoration:none; display:block; float:left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

a.bt:hover, a.bt:active {
	/*background-color:#AF0A6E;*/ text-decoration:none;
	background-color: rgb(86,2,90);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.col20 {width: 140px;}
.col30 {width: 210px;}
.col40 {width: 280px;}
.col50 {width: 350px;}
.col60 {width: 420px;}
.col70 {width: 490px;}
.col80 {width: 560px;}

/*Messages********************/
.msg{
	width: 350px;
	margin: 0px auto;
	padding: 10px 20px;
	background-color: #DFD;
	border: 1px solid #0C0;
	font-size: 12px;
	text-align: center;
}
.msg.warning{
	background-color: #FFD;
	border: 1px solid #FC0;
}
.msg.error{
	background-color: #FDD;
	border: 1px solid #C00;
}

/*Header**********************/
.header{
	height:135px;
	display:block; overflow:hidden;
	padding-top:10px; position:relative;
	/*background-image: url('../img/cut-to-size-products.gif');*/
	background-repeat: no-repeat;
	background-position: 95% 20px;
}

.nav_admin{
	color:#000; font-size:12px; bottom:0px; right:0px;
	display:block; overflow:hidden; position: absolute;
}

.nav_admin a, .nav_admin a:link, .nav_admin a:visited{
	color:#999; text-decoration:none;
}

.nav_admin a:hover {
	color: rgb(145,12,177);
}

.nav_admin a.active {
	color:#EA149A;
}

.nav_admin ul {
	display:block;
	padding:10px; margin-bottom:0px;
}

.nav_admin li {
	display:inline; 
	padding:0px 5px; margin:0px;
	list-style:none;
}

.van_banner {
	float:right;
	margin-right: 20px;
	margin-top: -13px;
}




/*Nav*************************/
.navContainer {
	background-color:#535353;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.nav{
	display:block; /*overflow:hidden;*/ position:relative;
	width:928px; height:41px;
	padding: 0px; margin: 0px;
	padding-left:10px;
	border:1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url('../img/navbg.png') repeat-x;
	z-index: 5;
}

ul.nav_lvl0 {
	display:block;
	padding:0px; margin:0px;
	position: relative;
}
ul.nav_lvl0 ul{
	min-width: 75px;
}

ul.nav_lvl0 > li {
	display:inline;
	float: left;
	padding:0px 15px; margin:0px;
	list-style:none;
	background-repeat: no-repeat;
	background-position: 0 0;
	height:41px; line-height:41px;
	background: url('../img/navbgsep.png') no-repeat right;
	position: relative;
}

ul.nav_lvl0 li a {
	color: #FFFFFF;
	text-shadow: #000 -1px -1px 0px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px; font-weight:bold;
}
ul.nav_lvl0 > li:hover {
	background-color: #910CB1;
}

ul.nav_lvl1 {
	display: none;
	position: absolute;
	left: 0px;
	top: 42px;
	background: #000;
	border:1px solid #000;
	border-top:none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0px;
}
ul.nav_lvl1 > li {
	display:block;
	padding:0px 10px; margin:0px;
	list-style:none;
	height:31px; line-height:31px;
	background: none;
	position: relative;
}
ul.nav_lvl1 > li:last-child{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

ul.nav_lvl1 > li:hover {
	background-color: #910CB1;
}
ul.nav_lvl1 li a {
	font-size: 12px;
	font-weight: normal;
}


ul.nav_lvl2 {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	border:1px solid #000;
	border-top:none;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	padding: 0px;
}
ul.nav_lvl2 > li {
	display:block;
	padding:0px 5px; margin:0px;
	list-style:none;
	height:25px; line-height:25px;
	background: none;
	position: relative;
}
ul.nav_lvl2 > li:first-child{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
ul.nav_lvl2 > li:last-child{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
ul.nav_lvl2 > li:hover {
	background-color: #910CB1;
}
ul.nav_lvl2 li a {
	font-size: 10px;
	font-weight: normal;
}



.nav form {
	position:absolute; right:10px; top:8px;
}
div.search{
	/*background: url('../img/nav-right.gif') right no-repeat #000000; color:#FFFFFF;*/
	width: 575px;
	height: 41px;
}
.search_form input.btn{
	width:27px;
	padding:5px 0px;
	background: url('../img/search-right.gif') right no-repeat;
	border: none;
}
.search_form input.search{
	background: url('../img/search-left.gif') left no-repeat;
	border:none; width:297px;
	padding:5px 5px 5px 5px;
}






/*Main************************/
.main{display:block; overflow:hidden;}
.article{}
.section{}

/*Pages************************/
.main {
	/*background: url(../img/bg_main.jpg) top repeat-y #000000;*/
	display:block; overflow:hidden;
	padding:20px; border:1px solid #FFFFFF;
}

.main h1, .main h2 {
	font-size:18px; margin-bottom:5px;
}

.home_main {
	position:relative;
	float: right;
	padding: 20px 0px 20px;
	background:url('../img/main-background.jpg') no-repeat;
	width:700px;
	height:410px;
}
.promoted_prd {
	clear:right; width: 710px;
	text-align: center;
	color: #777;
}
.promoted_prd_inner{
	float:left;
	margin: 5px 0px 0px 5px; padding: 5px;
	position: relative;
	width: 220px;height: 210px; overflow: hidden;
}
.promoted_prd h3 {
	margin: 2px;
	font-size: 14px;
}
.promoted_prd a:link, .promoted_prd a:visited {
	color: #777;
}
.promoted_prd a:active, .promoted_prd a:active {
	color: rgb(145,12,177); text-decoration:none;
}
.home_btm p{margin:0px; padding:0px;}
.home_btm {
	border-top: 1px solid #CCCCCC;
	clear: both;
	color: #777;
}
.home_btm div {
	float: left;
	width: 195px; margin: 20px;
}
.home_btm h3{
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}
.home_btm a,.home_btm a:link,.home_btm a:visited,.home_btm a:active,.home_btm a:hover{
	color: rgb(145,12,177); font-size: 10px;
}
.home_nav{
	padding: 5px;
	padding-top: 30px;
}
.home_nav h2, .home_nav h2 a, .home_nav h2 a:link,.home_nav h2 a:visited, .home_nav h2 a:active {
	color: rgb(145,12,177);
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}
.home_nav ul{list-style: none;}
.home_nav li{margin: 10px 0px 0px 5px;}
.home_nav a:link,.home_nav a:visited{
	font-size: 14px;
	color: rgb(99,99,99);
}
.home_nsv a:hover,.home_nav a:active{
	color: rgb(66,66,66);
	text-decoration: none;
}

.title {
	display:block; padding-bottom:10px;
}

.hp_article{
	background-color:#372F2D; color:#CCCCCC;
	padding:10px 15px; margin-top:10px;
	display:block; overflow:hidden;
}

.hp_article a, .hp_article a:link, .hp_article a:visited{
	color:#CCCCCC; text-decoration:none; 
}
.hp_article a:hover {
	text-decoration: underline;
}
.hp_article h2 {font-size:14px; border-bottom:1px solid #7F726F; padding-bottom:3px; margin-bottom:5px;}

.hp_article ul{
	margin:0px; padding:0px;
	list-style:none; display:block; overflow:hidden;
}

.hp_article li {
	float:left; padding:0px; margin:2px 0px;
}

.hp_article li a {
	display:block; float:left;
	width:150px; color:#FFFFFF; padding:5px;
	background-color:#483F3D; margin:0px 3px;
}

.hp_article li a:hover {
	display:block; float:left; color:#FFFFFF;
	width:150px; background-color:#1F1A19; text-decoration:none;
}


/*Product Pages*/
.product_main h1 {
	font-size:18px; margin-bottom:15px;
}
.product_main h2 {
	font-size:14px; margin-bottom:5px;
}

.product_main .thumbs {
	border-top:1px solid #777; display:block; overflow:hidden;
	padding:10px 0px; margin-top:10px; border-bottom:1px solid #777; 
}

.product_main .img_wrap {
	width:65px; float:left; margin:0px 5px 5px 5px;
	overflow:hidden; display:block; max-height:65px;
}

.product_main .thumbs img {
	max-width:65px;

}

.product_main p .price {
	padding-bottom:0px; margin-bottom:10px; font-size:14px; font-weight:bold;
}
.product_main p #price {
	padding-bottom:0px; margin-bottom:10px; font-size:18px; font-weight:bold;
}

.product_main .desctxt {
	line-height:26px;
}
.product_main .product_links {
	padding-top:20px; font-style:italic;
}

/*Category*/
.cat-items {
	display:block; overflow:hidden; position:relative;
	border-bottom:1px solid #777; padding:10px 0px;
}
.cat-img {
	float:left; width:130px; display:block; overflow:hidden;
}
.cat-items .cat-desc {
	float:left; width:410px; display:block; overflow:hidden;
	padding-left:20px;
}
.cat-items .price {
	position:absolute; top:10px; right:10px;
}

/*Cart*/
.cart-item {
	display:block; overflow:hidden; position:relative;
	border-bottom:1px solid #777; padding:10px 0px;
}
.cart-img {
	padding-right:20px; float:left;
}
.cart-item-sm {
	display:block; overflow:hidden; position:relative;
	padding:5px 0px;
}
.cart-bt-row {
	display:block; overflow:hidden;
	padding:10px 0px;
}
/*Cart Confirm*/
.confirm_table td {
	padding:5px 0px;
}

.confirm-line {
	padding:8px 0px;
	border-bottom:1px solid #666;
}
/*Articles*/
.article_nav h2 {
	display:block; float:left; color:#FFFFFF; padding:5px;
	width:125px; background-color:#1F1A19; text-decoration:none;
}

.article_nav ul{
	margin:0px; padding:0px;
	list-style:none;
}

.article_nav li {
	float:left; padding:0px; margin:2px 0px;
}

.article_nav a {
	display:block; float:left;
	width:125px; color:#FFFFFF; padding:5px;
	background-color:#372F2D;
}

.article_nav a:hover {
	display:block; float:left; color:#FFFFFF;
	width:125px; background-color:#1F1A19; text-decoration:none;
}
#article img {
	padding:7px; border:1px solid #372F2D;
	margin-right:10px;
}

/*Forms************************/

form p {
	line-height:30px; display:block; overflow:hidden;
}

fieldset {
	padding:10px; border:1px solid #666666;
	min-height:100px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

legend {
	color:#910CB1;padding:5px;
	font-weight:bold;
}

label {
	float:left; width:100px; display:block; overflow:hidden;
}

input,select {
	padding:3px; width:220px;
}

.register label {
	width:130px;
}

.col60 input,select {
	width:240px;
}
.col60 label {
	width:110px;
}
.col50 input,select {
	width:220px;
}
.col50 label {
	width:100px;
}
.col40 .submit, .col50 .submit, .col60 .submit, .submit {
	background-color:#333; padding:6px 20px 7px 20px;
	border:0px; color:#FFFFFF; cursor:pointer;
	font-family: sans-serif, "Times New Roman", Times; width: 100px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
input.submit:hover, input.submit:active{background-color: rgb(86,2,90);}



.addtocart label {
	float:left; width:85px; display:block; overflow:hidden; line-height:30px;
}

.addtocart input, .addtocart select {
	padding:3px; width:220px;
}

input.qty {
	width:50px;
}
.addtocart select.product {
	width:150px;
}
.formaddress .submit {
	width:140px;
}
/*Footer*********************/
.footer{
	/*background-color:#372F2D;*/ color:#777;
	padding:10px 15px; margin-top:10px;
	text-align:right; display:block; overflow:hidden;
}

.footer .links a, .footer .links a:link, .footer .links a:visited{
	color:#777; text-decoration:none; font-size: 10px;
}
.footer .links a:hover {
	text-decoration: underline;
}

.configurator
{
	width:220px;
	height:480px; 
	border:1px solid #910CB1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom:20px;
	margin-top:-50px;
}

.configurator h3
{
	font-size:14px;
	font-weight:bold;
	margin:10px;
	padding:0px;
	text-align:center;
}

.configurator span
{
	display:block;
	width:110px;
	float:left;
}

.configurator p
{
	width:200px;
	margin:10px;
}

.configurator .text_input
{
	width:70px;
	display:inline;
}

.configurator .text_select
{
	width:80px;
	display:inline;
}

.configurator .small_text
{
	width:150px;
	margin-left:120px;
	font-size:10px;
}
