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

.products-content{ 
display:table;
height:100%;
width:910px;
background-color:#191816;
padding:20px 0 20px 10px;
}

.products-left{
float:left;
width:180px;
}

.products-left a{
color:#CDCDCD;
text-decoration:underline;
}

.products-left a:hover{
text-decoration:none;
}

.products-left h3{
padding:0px; margin:0px;
margin-bottom:8px;
color:#6CB002; 
font-size:14px;
border-bottom:2px solid #2C2C2A;
}


.products-left h4{
padding:0px; margin:0px;
margin-bottom:5px;
color:#6CB002; 
font-size:11px;
font-weight:normal;
text-transform:uppercase;
}

.products-left h4 a
{
color:#6CB002; 
font-size:11px;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
}

.products-left .liner{
padding:4px 0 0 0;
border-top:2px solid #2C2C2A;
}

.products-left h5{
padding:0px; margin:0px;
padding:5px 0 5px 5px;
margin-bottom:5px;
font-weight:normal;
font-size:11px;
background-color:#2C2C2A;
}

.products-left h5 a{
text-decoration:none;
}

.products-left ul{
padding:0px; margin:0px;
margin-bottom:8px;
list-style-type:none;
}
.products-left ul ul{
margin-left:15px;
}

.products-left ul li{
padding:0px; margin:0px;
padding:0 0 0 18px;
margin:0 0 5px 0;
background:transparent url(../images/pop.gif) 5px 4px no-repeat;
}

.products-right{
float:right;
width:700px;
}

.products-right h2{ margin-bottom:20px;}

.products div{ float:left; margin:0 40px 20px 0;}

.products div img{
padding:4px;
border:1px solid #2C2C2A;
}

.products div img:hover{border:1px solid #5D5D5B;}

.products div p{ text-align:center;}

.pdetails{ color:#6CB002; font-weight:bold;}


/*Product Detail
_________________________________________________-*/

.product-image{
float:left;
width:170px;
}

.product-image img{
padding:4px;
border: 1px solid #2C2C2A;
}

.product-detail{
float:right;
width:500px;
margin-right:10px;
}


.product-detail h3{
padding:0px; margin:0px;
margin-bottom:10px;
font-size:13px;
color:#FFAE00;
}

.righter{ text-align:right;}

.buttons{
float:right;
display:block;
text-transform:uppercase;
padding:4px 11px 4px 11px;
background-color:#2C2C2A;
}

.buttons:hover{
background-color:#21211F;
border:1px solid #171715;
}





a.breadCrumb
{
color:#FFAE00;
}

#cat-image
{

width:100%;
margin-bottom:20px;
}

#splitPageTop, #splitPageBottom
{
width:100%;
}
#splitPageTop p, #splitPageBottom p
{
margin:0;
}



