@import url("common/probox-listgrid.css");
@import url("common/grid.css");
@import url("common/productinfo.css");
@import url("common/formcss.css");
.fixwidth{width:220px;}
/*#################################### 
SHORT DISC TEXT CSS
####################################*/
.shortdisc_box {
	margin-bottom:10px;
	min-height:1px;
	border:1px solid #E5E5E5;
	padding:2px;
	}
.shortdisc_box h1 {
	margin-bottom:5px;
	color:#0C49AC;
	font-family:"Trebuchet MS";
	font-size:120%;
	}
.shortdisctxt_content{
	display:block;
	font-size:100%;
	color:#333333;
	padding:8px 10px;
	background-color:#EFF6FB;
	font-weight:bold;
	}
.proinfo .th_image .grid_4 {
	margin-left:20px;
	}
.proinfo .th_image .grid_4 .gridbox {
	width:24.1%;
	}
.leftgalleryarrow {
	margin-right:5px;
	background-image:url(../images/allbtnimg.png);
	background-repeat:no-repeat;
	background-position:-568px -235px;
	display:block;
	height:56px;
	width:4px;
	position:absolute;
	left:0px;
	top:25px;
}
.leftgalleryarrow:hover {
	background-position:-568px -254px;
}
.leftgalleryarrowactive  {
	margin-right:5px;
	background-image:url(../images/allbtnimg.png);
	background-repeat:no-repeat;
	background-position:-568px -254px;
	display:block;
	height:7px;
	width:5px;
	position:absolute;
	left:0px;
	top:25px;
}
.rightgalleryarrow {
	background-image:url(../images/allbtnimg.png);
	background-repeat:no-repeat;
	background-position:-586px -235px;
	display:block;
	height:7px;
	width:5px;
	position:absolute;
	right:0px;
	top:25px;
}
.rightgalleryarrow:hover {
	background-position:-586px -254px;
}
.rightgalleryarrowactive {
	background-image:url(../images/allbtnimg.png);
	background-repeat:no-repeat;
	background-position:-586px -254px;
	display:block;
	height:7px;
	width:5px;
	position:absolute;
	right:0px;
	top:25px;
}


.hor_bar {
	background-color: #D5DAE4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:normal;
	padding:8px 10px;
	margin-bottom:0px;
	border-bottom:none;
	}

#productdetails .formcss {
	border:none;
	background:none;
	padding:0px;
	}

/* PRODUCT ADVISORY
***************************/
.box-typ1 form{margin:0px; padding:0px;}
.box-typ1 h4{
	font-family:"Trebuchet MS";
	font-size:100%; 
	color:#333333;
	}
	
.box-typ1 .formbox li label{display:block; width:auto;  border:1px solid #FF0000;}
	
.box-typ1 .formbox li select{width:190px; padding:0px;}
.partno{ font-weight:bold; color:#E91976; font-size:90%;}
/* STAR RATING CSS

====================================*/
.stars, .stars1 {
	margin-left:0px;
	background:url(../images/startimg.png) no-repeat 0 0;
	}
.stars 	{ height:16px; width:72px; }
.stars1 { height:16px; width:101px; }

.rating1-5 	{ background-position:0 0; }
.rating1-4 	{ background-position:0 -42px; }
.rating1-3 	{ background-position:0 -84px; }
.rating1-2 	{ background-position:0 -126px; }
.rating1-1 	{ background-position:0 -168px; }

.rating1-0 	{ background-position:0 -210px; }

.rating-5	{ background-position:0 -187px; }
.rating-4	{ background-position:0 -231px; }
.rating-3	{ background-position:0 -275px; }
.rating-2	{ background-position:0 -319px; }
.rating-1	{ background-position:0 -363px; }
.rating-0	{ background-position:0 -407px; }
/*for half star */
.rating-45	{ background-position:0 -21px; }
.rating-35	{ background-position:0 -63px; }
.rating-25	{ background-position:0 -105px; }
.rating-15	{ background-position:0 -147px; }
.rating-05	{ background-position:0 -189px; }

#productdetails .comments h2 {
	color:#2B60DE;
	font-size:100%;
	margin:5px 0px;
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding:8px 0px;
}

.panes {
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	padding: 15px;
}
.points {
	margin:15px 0 15px 0px;
	background:url(../images/smallline.gif) no-repeat left bottom;
	padding-bottom:10px;
	}
.mk-blk{
	display:block;
	padding-bottom:5px;
	}