/* Start of CMSMS style sheet 'Products' */
#products-two-blocks {
	width: 897px;
	height: 100%;
	padding-bottom: 20px;
}

h2 {
	color: #333;
	/* color: #2f9cb5; */
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 20px;
}

h3 {
	color: #b0b0b0;
	padding-bottom: 10px;
}

#products-two-blocks-right-border {
	border: 1px #ccc solid;
	padding: 1px;
}

#products-two-blocks-right {
	width: 382px;
	height: auto;
	float: left;
	margin-right: 20px;
	background: #141414;
	border: 1px #1d1d1d solid;
}


#products-two-blocks-left {
	float: right;
	margin: 0px;
	text-align: center;
}

#products-two-blocks-left h2 {
	color: #2f9cb5;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 10px;
}

.product_details_image_border {
	border: 1px #666 solid;
	padding: 1px;
}

.product_details_image {
	width: 485px;
	background: #fff;
	text-align: center;
	vertical-align: center;
	height: 350px;
}

/********************
RELATED PRODUCTS
********************/

.product_related_image a img {
	border: 1px solid #666;
	padding: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

.product_related_image a:hover img {
	border: 1px solid #2f9cb5;
}

#relatedheader
{
	font-size: 80%;
	color: #fff;
	background: #666;
}

#relatedproducts_title
{
	width: 350px;
	margin: 0 0 3px 0;
	font-weight: bold;
	margin-top: 6px;
}

#relatedproducts_title b
{
	color: #bababa;
}

/********************
PRODUCTS
********************/
.ProductDirectoryList
{
	display: table;
	width: 100%;
	padding-top: 5px;
}

.widgets ul { 
	padding-left: 0px;
}

.widgets li { 
	float: left;
	list-style: none;
	border: 1px solid #2f9cb5;
	padding: 1px;
	margin: 0 21px 20px 0;
}

.proddesc,
.proddesc p { 
	font-size: 10px;
	line-height: 11px;
	color: #999;
}

#ProductDirectoryProduct
{

}

#ProductThumb
{
	background: #fff;
	vertical-align: center;
	width: 145px;
	height: 95px;
}

#ProductLensFrame
{
	font-size: 10px;
	line-height: 11px;
}


#productheader
{
	font-size: 12px;
	color: #ea78b4;
	font-weight: bold;
}

.product_details_wrapper
{
	width: 100%;
}

.product_info
{
	font-size: 11px;
	color: #666;
	float: left;
	padding-left: 20px;
	height: 334px;
}

div.product_info ul li
{
	list-style-image: url(uploads/images/graphics/listarrow.gif);
	border-left: none;
	margin-left: 13px;
}

.product_details_box
{
	margin-top: 10px;
	padding-top: 2px;
	padding-left: 5px;
}

.product_desc_box
{
	padding-left: 50px;
}

div.product_details_box ul li
{
	list-style-image: url(uploads/images/graphics/listarrow.gif);
	border-left: none;
	margin-left: 60px;
}

#product_back
{
	clear: both;
	position: relative;
	font-size: 11px;
	margin: 0px 1px 1px 1px;
	background: #333;
	padding: 2px 0 2px 0;
}

#product_back a
{
	background: #333;
	border-right: 1px #141414 solid;
	padding: 3px 8px;
	color: #999;
	font-size: 11px;
	text-decoration: none;
	margin-right: 1px;
}

#product_back a:hover
{
	color: #ccc;
}

#catlistheader {
	color: #bababa;
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0 20px 0px;
}

textarea {
	width: 250px;
	height: 100px;
}

.spacer {
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#ProductThumbHeader {
	background: url(uploads/images/backgrounds/product-header-background.png) repeat-x;
	width: 139px;
	text-align: left;
	margin-bottom: 1px;
	padding: 1px 3px;
color: #fff;
}

#ProductTitle {
	background: url(uploads/images/backgrounds/product-title-background.png) repeat-x;
	width: 139px;
	text-align: right;
	margin-top: 1px;
	padding: 1px 3px;
}

#ProductTitle a {
	color: #00cfff;
	width: 132px;
	text-align: center;
	text-decoration: none;
}

#ProductTitle a:hover {
	color: #fff;
	text-decoration: none;
}

#product_breadcrumbs {
	text-align: right;
	float: right;
}

.viewalltitle {
	font-size: 18px;
	color: #666;
	margin-top: 20px;
}

p.viewall-links a {
	color: #2f9cb5;
	text-decoration: none;
	font-weight: bold;
}

p.viewall-links a:hover {
	color: #ccc;
	text-decoration: none;
}

.pancontainer{
	position:relative; /*keep this intact*/
	overflow:hidden; /*keep this intact*/
	width:485px;
	height:400px;
}

td.desc-content {
	color: #bababa;
}

.buy-link {
	margin-left: 0px;
	margin-top: 6px;
}
/* End of 'Products' */

