/* RESET */
*{margin:0;padding:0;}

body{
background:#000000;
font-family:Arial, Helvetica, sans-serif;
}
/* TOP */
#top{
position:absolute;
float:left;
padding-left:50px;
padding-right:50px;
padding-top:10px;
}
#logo{
}

/* LOGIN */
#login{
position:relative;
float:right;
color: #CCCCCC;
font-size:11px;
margin-top:15px;
}
#login input{
background: #666666;
border:1px solid #999999;
color:#FFFFFF;
font-size:11px;
}

/* NAV TOP */
#nav_corner{
position:relative;
float:right;
color: #CCCCCC;
font-size:11px;
}
#navcontainer{
margin-top:15px;
width:720px;
}
#navcontainer ul{
padding:0;
margin:0;
background:url(/img/nav_bg.gif) repeat-x;
color: #ffffff;
float: left;
width:100%;
}
#navcontainer ul li{ display: inline; height:10px; padding:0; margin:0; }
#navcontainer ul li a{
padding: 2px 10px 3px 10px;
color: White;
text-decoration: none;
float: left;
font-size:12px;
}
#navcontainer ul li a:hover, #navcontainer ul li a.current{
background-color: #666;
color: #fff;
}

/* BD */
#bd{
position:absolute;
top:120px;
color:#cccccc;
margin:0;
padding-left:50px;
padding-right:50px;
font-size:12px;
}

#breadcrumb{
position:relative;
font-size:10px;
color:#CCCCCC;
margin:0px 0px 20px 0px;
}
#content table td.centercolumn{
padding:10px;
}
.subhead{
font-size:12px;
color:#FFFFFF;
margin-left:10px;
margin-right:10px;
}

/* round corner */
.rbroundbox { background: #aaaaaa; }
.rbtop div  { background: url(/img/nw.gif) no-repeat top left; }
.rbtop      { background: url(/img/ne.gif) no-repeat top right; }
.rbbot div  { background: url(/img/sw.gif) no-repeat bottom left; }
.rbbot      { background: url(/img/se.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 4px;
font-size: 1px;
}
.rbcontent{ 
margin: 0; 
}
.morebox{
width:100%;
text-align:right;
font-size:11px;
}
a.more{
padding-left:15px;
width:50px;
background: url(/img/plus.gif) 0px 0px no-repeat;
text-decoration:none;
color:#cccccc;
}
a.more:hover{
padding-left:15px;
width:50px;
background: url(/img/plus.gif) 0px -36px no-repeat;
color:#FFFFFF;
}

.box{
border:#CCCCCC 1px dotted;
border-width:0px 0px 1px 0px;
margin-bottom:20px;
padding-bottom:10px;
}

/* DEFAULT FORMATTING */
p{
margin-top:5px;
}
a{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
color:#CCCCCC;
}
input{
background: #666666;
border:1px solid #999999;
color:#FFFFFF;
font-size:11px;
}
input.clear{
background: transparent;
border:0px;
}

/* FOOTER */
#footer{
position:relative;
width:100%;
text-align:center;
color:#999999;
font-size:10px;
margin-top:20px;
margin-bottom:20px;
}

div.products {
	width:100%;
	clear:none;
	float:left;

}
.prod_image {
	height:50px;
	clear:both;
	padding-top:5px;
}
.prod_hori_sep {
	clear:both;
	width: 90%;
	background-image:url(/img/horizontal_dot.gif);
	background-repeat:repeat-x;
	border-top:1px dotted white;
	
}
.prod_vert_sep {
	display:block !important;
	float:left;
	width: 1%;
	background-image:url(/img/vertical_dot.gif);
	background-repeat:repeat-y;
	height:100%;
}
.row {
	display:block;
	clear:both;
	height:235px;
	min-height:235px;
	
	/*border-top:1px dotted white;*/
}
.prod {
	width:31%;
	float:left;
	display:block;
	height:100%;
	margin:0px 0px 0px 1%;
}
.paging {
	display:block;
	clear:both;
}
.paging div {
	display:inline;
}
.disabled {
	display:none;
}

/* Product Category Menu */
ul#product-nav {
	list-style:none;
	padding:0px !important;
	margin:0px !important;
}
ul#product-nav li.cat-parent {
	display:inline;
	width:140px;
	clear:both;
	padding-bottom:10px;
}
ul#product-nav >  li.cat-parent {
	display:block;
}


ul#product-nav li.cat-parent a {
	display:block;
}
ul.cat-sub{
	float:left;
	padding:0px;
	margin:0px;

}
ul.cat-sub li{
	list-style:none;
	display:block;
	clear:both;
	margin-left:0px;
	padding:.4em 0em 0em 0em;
}

* html ul.cat-sub li{
	list-style:none;
	display:block;
	clear:both;
	top:0em;
	left:0em;
	margin-left:0em;
	padding:.4em 0em 0em 0em;
}
ul.cat-sub li {
	margin:0em 0em 0em 1.3em;	
}
/* End Product Catgeory Menu*/

/* Form */
.centercolumn form select.fixedwidth {
	width:12em;
}
.centercolumn form table legend {
	display:none;
}
.centercolumn form table fieldset {
	border:none;
}
a.add_cart_btn {
	background: #666666;
	border:1px solid #999999;
	color:#FFFFFF;
	font-size:11px;
}
/* End Form */
