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

#content_right {
	padding-right: 10px;
	width: 510px;
}

/* PRODUCT LISTING ITEMS */
.prodlist_catname {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.prodlist_shortdesc {
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
}

.prodlist_code {
	margin-bottom: 10px;
	color: #777777;
}

.proditem_txt {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}

.prod_redtext {
	color: #999999;
	display: block;
	padding-top: 5px;
	font-size: 10px;
}

.product_name {
	font-weight: bold;
}

.product_shortdesc {
	font-size: 12px;
}

.proditem_txt a:link, .proditem_txt a:visited, .proditem_txt a:active {
	color: #000;
	text-decoration: none;
}

.proditem_txt a:hover {
	text-decoration: underline;
}

.proditem_price {
	font-size: 13px;
}

/* PRODUCT CATEGORIES */
#ecom_productscat ul, #ecom_productscat {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 10px;
}

#ecom_productscat li {

}

#ecom_productscat a:link, #ecom_productscat a:visited, #ecom_productscat a:active {
	display: block;
	color: #000;
	text-decoration: none;
	
	background-image: url(/images/ecom_nav.png);
	background-repeat: no-repeat;
	width: 223px;
	height: 30px; /* 44px */
	
	padding-top: 14px;	
	padding-left: 10px;
	
	overflow: hidden;
}

#ecom_productscat a:hover, #ecom_productscat a.active {
	background-image: url(/images/ecom_nav_ro.png);
	color: red;
}

.ecom_prodcat {

}

/* PRODUCT LISTING */
.product_listing {
	height: 125px;
	width: 123px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 10px;
	float: left;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
	border: 1px solid #EBEBEB;
}

.product_listing_name {
	font-weight: bold;
	height: 30px;
	overflow: hidden;
}

.product_listing_txt {
	font-size: 9px;
	height: 60px;
	overflow: hidden;
}

.product_listing_price {
	background-color: #EBEBEB;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	margin-top: 5px;
	text-align: center;
}

.product_listing:hover {
	background-color: #F0F0F0;
	color: #000;
	border: 1px solid #ccc;
}

.product_listing:hover .product_listing_price {
	background-color: #EBEBEB;
	color: #000;
}

.product_listing_links {
	text-align: center;
}

/* GRID VIEW */
.product_listing3 {
	background-image: url('/images/wintron/ecom/grid_bg.jpg');
	height: 254px;
	width: 134px;
	float: left;
	cursor: pointer;
	margin-top: 13px;
	margin-right: 7px;
	margin-left: 7px;
}

.product_listing3 .circle {
	background-image: url('/images/wintron/ecom/grid_bg_circle.png');
	height: 54px;
	width: 56px;
	margin-left: -10px;
	margin-top: -10px;
}

.product_listing3 .circle > div {
	text-align: center;
	padding-top: 7px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.product_listing3 .name {
	text-align: center;
	font-weight: bold;
	height: 32px;
	margin-left: 7px;
	margin-right: 7px;
	overflow: hidden;
}

.product_listing3 .description {
	height: 50px;
	line-height: 10px;
	overflow: hidden;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 10px;
}

.product_listing3 .image {
	text-align: center;
	margin-left: 6px;
	overflow: hidden;
	width: 122px;
	height: 77px;
}

.product_listing3 .image > img {
	height: 77px;
	margin: 0 auto;
}

.product_listing3 .regular_price {
	color: #fff;
	font-size: 9px;
	padding: 4px;
	padding-top: 8px;
}

.product_listing3 .regular_price > span {
	color: red;
	text-decoration: line-through;
}

.product_listing3 .regular_price > span > span {
	color: #fff;
}

.product_listing3 .grid_status {
	color: #fff;
	font-size: 9px;
	padding: 4px;
	padding-top: 8px;
}

.product_listing3 .sale_price {
	color: #FFD000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 75px;
	float: left;
	padding-left: 3px;
}

.product_listing3 .buy_now {
	float: right;
	padding-right: 3px;
}


/* PRODUCT VIEW */
.ecom_image_table {
	background-image: url(/images/ecom_image_bg.png);
	background-repeat: no-repeat;
	background-position: center left;
	width: 200px;
	height: 200px;
	padding-right: 10px;
	margin-right: 15px;
}

/* CART STYLING */
.carttable {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	color: #000;
}

.carttable tr th {
	background-color: #EBEBEB;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	background-image: url(/images/wintron/nav_bg.png);
	background-repeat: repeat-x;
}

.carttable tr td {
	padding: 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

/* SIDECART */
#ecom_sidecart {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ecom_sidecart a:link, #ecom_sidecart a:visited {
	color: #002448;
}

#ecom_sidecart a:hover {
	color: #FF0000;
}

/* PRODUCT LISTING 2 */
.product_table tr th {
	background-color: #EBEBEB;
	padding: 4px;
}

.product_table tr td {
	padding: 4px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	padding-top: 15px;
}

.product_table tr td img {
	border: 1px solid #cccccc;
	padding: 2px;
}

.product_code {
	font-size: 10px;
	color: #777777;
}

/* STATUSES, ETC */
.prod_strikeprice {
	text-decoration: line-through;
	font-size: 12px;
}

.price_saleprice {
	color: #FF0000;
	font-weight: bold;
	white-space: nowrap;
}

.proditem_spec {
	color: #979797;
}


/* BREADCRUMBS */
#ecom_breadcrumbs {
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	color: #777777;
    font-weight: bold;
}

#ecom_breadcrumbs a:link, #ecom_breadcrumbs a:visited, #ecom_breadcrumbs a:active {
	color: #DB0F31 !important;
}

#ecom_breadcrumbs a:hover {
	color: #000 !important;
}

.prod_thumbnail {
	border: 1px solid #cccccc;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 32px;
	float: left;
	cursor: pointer;
}

.prod_image {

}

.prod_links {
	list-style: square;
	margin-left: 5px;
	margin-top: 20px;
}

.prod_overview {
	display: inline-block;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.prod_price {
	color: #FF0000;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.cat_heading_1, .cat_heading_2, .cat_heading_3 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
}

.cat_heading_2 {
	font-size: 14px;
}

.cat_heading 3 {
	font-size: 12px;
}

.prodview_left {
	float: left;
	padding: 5px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 215px;
}

.prodview_right {

}

/* SUBCATS */
.subcat_grad_title {
	background-image: url(/images/wintron/subcats/head_grad.jpg);
	background-repeat: none;
	background-position: top left;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #2e332f;
	padding-top: 5px;
	padding-left: 5px;
}

.subcat_grad_box {
	border: 1px solid #f4f4f4;
	border-top: none;
	margin-bottom: 10px;
	padding: 10px;
}

.subcat_grad_box #col_one, .subcat_grad_box #col_two {
	padding: 0;
	margin: 0;
}

.subcat_grad_box #col_two {
	margin-left: 20px;
}

.subcat_header {
	background-image: url(/images/wintron/subcats/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 27px;
	width: 600px;
}

.subcat_box {
	background-color: #ffffcc;
	padding-right: 25px;
	margin-bottom: 8px;
}

.subcat_footer {
	background-image: url(/images/wintron/subcats/footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 27px;
	width: 600px;
}

.subcats {
	list-style: square;
	color: #990000;
}

/* FOR SYSTEM BUILDER */
.partlist_col1 {
	float: left;
	width: 40px;
	height: 40px;
	padding-left: 3px;
}

.partlist_image {

}

.partlist_col2 {
	float: left;
	width: 483px;
}

.partlist_name {
	font-size: 11px !important;
	font-weight: bold;
}

.partlist_shortdesc {
	font-size: 11px !important;
}

.partlist_price {
	float: right;
}

/* NEW PRODUCT VIEW STYLING */
.baseprice th, .baseprice td {
	color: #999999 !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

.baseprice th {

}

.baseprice td {

}

.discount td, .discount th {
	color: #CC0000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
}

.discount th {

}

.discount td {

}

.instant th, .instant td {
	color: #CC0000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
}

.instant th {
}

.instant td {

}
.rebate th, .rebate td {
	color: #CC0000 !important;
	font-weight: bold !important;
	font-size: 14px !important;
}

.rebate th {
}

.rebate td {

}

.save th, .save td {
	color: red !important;
	font-weight: bold !important;
	font-size: 18px !important;
}

.save th {
}

.save td {

}



.saleprice th, .saleprice td {
	color: #0000CC !important;
	border-top: 1px solid #999999;
	font-weight: bold  !important;
	font-size: 18px !important;
}

.saleprice th {

}

.saleprice td {

}

.ecom_status {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
	