@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat-x top #000000;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#tinymce {
	background: none #ffffff;
}

a, img {
	color: #0066CC;
	text-decoration:underline;
	font-weight:bold;
	border:0px;
	padding:0px;
}

a:hover {
	color: #0099CC;
}

.clear {
	height: 0px;
	line-height: 0px;
	width: 100%;
	clear:both;
}

#wrapper {
	width:940px;
	margin: 21px auto 0px auto;
}

/** HEADER **/

#header {
	width: 100%;
	height:67px;
	padding-bottom: 10px;
}

#header img{
	float: left;
}

#header_search {
	width: 500px;
	height:25px;
	margin-top:13px;
	float:right;
	color: #999999;
	display:inline;
}

#header_search .text {
	padding:0px;
	margin:5px 0px 0px 0px;
	float:left;
	display:inline;
}

#header_search form {
	padding:0px;
	margin:0px;
	float:right;
	width:200px;
	display:inline;
}

#header_search input[type=text] {
	width: 165px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 5px;
	margin:0px 1px;
	height:14px;
	border: 1px solid #333333;
	background-color:#000000;
	float:left;
	display:inline;
}

#header_search input[type=image] {
	float:right;
}

#header_nav {
	width: 100%;
	height:20px;
	margin-bottom:1px;
}

#header_nav img {
	float: left;
	padding-left:1px;
	display:inline;
}

#menuoverlay {
	display:none;	
	width: 938px;
	background-color: #FFFFFF;
	border:1px solid #333333;
	position:absolute;
	z-index:3;
	padding:0px;
	float:left;
	clear:both;
	/*filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;*/
	z-index:30;
}
#header>#menuoverlay{
	margin-top:20px;
}
#menuoverlay div{
	margin:10px 0px 10px 10px;
	background: url(../images/overlay_bg.gif) top left repeat-y;
}

#menuoverlay ul {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	list-style:none;
	width:225px;
	float:left;
	clear:none;
}

#menuoverlay ul li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#menuoverlay ul li a{
	padding:2px 0px 2px 5px;
	font-size:11px;
	line-height:14px;
	display:block;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
}

#menuoverlay ul li a.special{
	font-size:12px;
	color:#000000;
}

#menuoverlay ul li a:hover{
text-decoration: underline;
}

#menuoverlay ul li ul {
	border: none;
}

#menuoverlay ul li ul li a{
	padding:2px 0px 2px 0px;
	line-height:14px;
	font-size:11px;
	font-weight: normal;
	color:#0066CC;	
}

#menuoverlay ul li ul li a:hover{
text-decoration: underline;
}

/** LEFTSIDE **/

#leftside {
	width: 180px;
	margin-right:10px;
	float:left;
	height:100%;
	display:inline;
}

#leftside strong {
	font-size:12px;
	font-weight:bold;
	color:#0066CC;
	padding:20px 0px 15px 0px;
	display:block;	
}

#leftside ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	border-top: 1px solid #24252D;
}

#leftside ul li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#leftside ul li a{
	padding:6px 0px 8px 15px;
	background:url(../images/bullet.gif) left no-repeat;
	font-size:12px;
	line-height:14px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	color:#CCCCCC;
	border-bottom: 1px solid #24252D;
}

#leftside ul li a:hover{
	color:#0066CC;
}

#leftside #brandsearch {
	width:180px;
	height:40px;
	padding:20px 0px;
}

#leftside #brandsearch img {
	padding-bottom:20px;
}

#leftside #brandsearch .brandbox {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 2px;
	height:25px;
	border: 1px solid #333333;
	background-color:#000000;
	width:180px;
}

#leftside #blog{
	background:url(../images/leftside_blog.jpg) top left no-repeat;
	padding:35px 10px 0px 15px;
	color: #CCCCCC;
	height:95px;
	width:155px;
	float:left;
	margin-top:20px;
	display:inline;
}

#leftside #newsletter{
	background:url(../images/leftside_newsletter.jpg) top left no-repeat;
	padding:35px 10px 0px 15px;
	color: #CCCCCC;
	height:95px;
	width:155px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	display:inline;
}

/** HOME PAGE **/

#HomeText a { font-weight: normal; text-decoration: none;}

.banner {
	padding:0px;
	margin:0px;
}

#homebanners {
	height:120px;
	margin-top:-120px;
	padding:0px;
	display:block;
	position:absolute;
	width:942px;
	z-index:19;
}

.homebanner {
	background: url(../images/home_contentbg.jpg) bottom right no-repeat #000000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	width: 312px;
	height:120px;
	display:block;
	float:left;
	margin-right: 2px;
	padding:0px;
}

#homecontents {
	height:120px;
	margin-top:-120px;
	display:block;
	position:absolute;
	width:942px;
	padding:0px;
	z-index:20;
}

.homecontent {
	width: 298px;
	height:108px;
	padding: 12px 0px 0px 14px;
	display:block;
	float:left;
	margin-right: 2px;
}

.homecontent p {
	padding: 15px 20px 10px 0px;
	margin:0px;
	height: 35px;
	overflow:hidden;
	color:#CCCCCC;
}

.homecontent .label {
	float:left;
	padding-top:12px;
}

.homecontent .homebutton {
	float:right;
	padding-top:3px;
}

#hometext {
padding: 20px;
color:#666666;
border: 1px solid #333333;
background-color:#121316;}

#hometext a {font-weight: normal; text-decoration:none;}

/** CATEGORY LIST **/

#content {
	background: url(../images/page_bg.jpg) bottom left repeat-x;
}	

#catbanner {
	width:940px;
	padding:1px 0px 0px 0px;
	height:79px;
}

#catoverlay {
	background:url(../images/gradient_overlay.jpg) top repeat-x #000000;
	width:940px;
	height:30px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	display:block;
	position:absolute;
}

#breadcrumbs {
	width:930px;
	height:20px;
	padding:10px 0px 0px 10px;
	display:block;
	position:absolute;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#breadcrumbs a {
	color:#cccccc;
	text-decoration: none;
	font-weight:normal;
}

#breadcrumbs a:hover {
  color: #999999; 
}

/** PRODUCT LIST **/

#list {
	width: 930px;
	padding: 10px 0px 100px 10px;
	overflow:hidden;
	clear:both;
}
#list.shortlist {
	width: 750px;
	padding-left:10px;
	overflow:hidden;
	clear:both;
}

#list .label{
	padding: 20px 0px 0px 0px;
}

#list .listitem {
	width: 165px;
	margin-right:20px;
	padding-bottom:20px;
	font-size: 11px;
	float:left;
	color:#cccccc;
	height:240px;
	display:inline;
}


#list #listblock .listitem {

}

#list H1 {
	color: #0066CC;
	font-size: 24px;
} 
#listblock H1 {
	color: #0066CC;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}

#list .listitem .listimg {
	width: 165px;
	height:165px;
	background-color:#FFFFFF;
	margin-top:15px;
	margin-right:10px;
	text-align: center;
}

hr {
	height:0px;
	border:none;
	margin:10px 0px;
	padding:0px;
	line-height:0px;
	border-bottom: 1px solid #333333;
} 

#list .listitem hr {
	float:left;
	width:100%;
	height:0px;
	border:none;
	margin:10px 0px;
	padding:0px;
	line-height:0px;
	border-bottom: 1px solid #333333;
	display:inline;
}

#list .listitem a {
	font-weight:normal;
	color:#0066CC;
	text-decoration:none;
}

#list .listitem a:hover{
	text-decoration:underline;
}

#list .listitem a.catlink {
	height:15px;
	display:block;
	margin-top:10px;
	color: #0066CC;
	font-weight:bold;
	border:0px;
	padding:0px;
}

#list .listitem a:hover.catlink {
	color: #0099CC;
	text-decoration:none;
}

#list #listblock {
	display:block; 
	width:740px; 
	float:right;
}

/** CART **/

.cartitem{
	padding: 5px 0px;
	border-top: 1px dotted #24252D;
}

/** PRODUCT DETAILS **/

#product {
	margin-top:10px;
}

#product img{
	float: left;
	display:inline;
	border: solid 1px #333333;
	padding:5px;
}

#product #options{
	float:right;
	width: 400px;
	display:inline;
}

#product #options h1{
	padding:0px;
	margin: 0px;
	color:#878AA0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

#product #options h2{
	padding:0px;
	margin: 0px 0px 30px 0px;
	color:#0066CC;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

#product #options input[type=text] {
	width: 60px;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px;
	margin:0px 1px;
	border: 1px solid #333333;
	background-color:#111111;
	float:left;
	display:inline;
}

#product #options select {
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px;
	margin:0px 1px;
	border: 1px solid #333333;
	background-color:#111111;
	float:left;
	display:inline;
}

#product .moreimages {
	float: left;
	width:300px;
	text-align:center;
	display:inline;
	padding-bottom: 20px;

}

#details {
border-top: solid #333333 1px;
padding: 10px 0px 10px 0px;
	margin-top:20px;
	color:#cccccc;
	font-size:12px;
}

#details img{
	clear:both;
}

/** FORMS **/

#formblock {
	display:block; 
	width:730px; 
	margin-top:0px;
	float:left;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:inline;
	
	
}

#formblock h1{
	color: #0066CC;
	font-size: 24px;
} 


#formblock img{
	margin-bottom:10px;
}

#formblock table .mailinglist{
	width:720px;
}

#formblock input[type=text], #formblock input[type=password]{
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px;
	margin:1px 1px;
	border: 1px solid #666666;
	background-color:#141519;
	float:left;
	display:inline;
}

#formblock .formfields {
 width:220px;
}

#formblock .formfieldshort {
 width:120px;
}

#formblock select {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px;
	margin:0px 1px;
	border: 1px solid #666666;
	background-color:#141519;
	float:left;
	display:inline;
}


#formblock textarea{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 2px 1px;
	margin:0px 1px;
	border: 1px solid #333333;
	background-color:#000000;
	float:left;
	display:inline;
}

#existing, #forgotten{
	padding:20px;
	margin-bottom:10px;
	border: 1px solid #333333;
	background-color:#24262D;
}

#register {

}



#forgotten {
	display:none;

}

/** FOOTER **/

#footer {
	width: 900px;
	margin: 20px auto 0px auto;
	background-color:#FFFFFF;
	padding: 20px;
}

#footer #footer_content {
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	}

#footer #footer_content p {
	float:left;
}

#footer #footer_logos {
	float: right;
	}

#footer a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover {
	color:#666666;
}

#footer img {
}

.cont{
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}