@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
}
body {
	background:#ebebeb url(../images/pattern.gif);
	margin: 0px;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, form, ul{
	margin:0;
	padding:0;
}
img{
	border:0;
}
.clear{
	clear:both;
}
a{
	color:#cc0000;
	text-decoration:none;
}
a:hover{
	color:#373737;
}
.orange{
	color:#cc0000;
}

/*Page Holder*/
#page_holder{
	display:block;
	width:1002px;
	margin:auto;
	border-top:7px solid #6375a7;
	background:#fff;
}

/*Start Header*/
#header{
	width:1002px;
	height:135px;
	background:#d6d8d7;
}
#header #logo{
	display:block;
	float:left;
	width:64%;
	padding:10px 0 0 15px;
}
#call_now {
	position:absolute;
	width:300px;
	height:40px;
	top:0;
	margin-top:40px;
	margin-left:450px;
}

#header #header_right{
	display:block;
	width:318px;
	float:right;
	padding:35px 0 0 0;
	color:#373737;
	margin-right:10px;
}
#header #header_right a{
	color:#373737;
	text-decoration:none;
}
#header #header_right a:hover{
	color:#f66900;
	text-decoration:none;
}
#search_box{
	display:block;
	height:24px;
	padding-top:20px;
	padding-left:15px;
}
.search{
	display:block;
	float:left;
	width:220px;
	height:18px;
	padding:4px 0 0 4px;
	background:#fff;
	color:#666;
	border:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #999;
	border-width:1px 0px 1px 1px;
}
.bt_search{
	display:block;
	float:left;
	width:67px;
	height:24px;
	background:url(../images/search.gif) no-repeat;
	border:0;
	cursor:pointer;
}
.bt_search_hover{
	display:block;
	float:left;
	width:67px;
	height:24px;
	background:url(../images/searchb.gif) no-repeat;
	border:0;
	cursor:pointer;
}
#top_nav{
	padding:4px 0;
}

#date{
	text-align:right;
	padding-top:6px;
}

/*Start Container*/
#container{
	display:block;
	width:1002px;
	background:url(../images/inside-container-bg.gif) repeat-y;
}
#inside_container{
	display:block;
	width:1002px;
	background:url(../images/inside-container-bg.gif) repeat-y;
}

/*Left Panel*/
#left_panel{
	display:block;
	float:left;
	width:200px;
	margin-right:10px;
}
#inside_mid_panel{
	display:block;
	float:left;
	width:782px;
}
#right_panel{
	display:block;
	float:right;
	width:200px;
}
.panel_heading{
	background:#6375a7 url(../images/arrow.gif) no-repeat 180px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:8px 10px;
	color:#fff;
}
.links a{
	display:block;
	color:#373737;
	background:#d0d2d2;
	padding:4px 10px;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
.links a:hover{
	background:#f5f5f5;
}

a.left_active
{
	background:#f5f5f5;
}

#content{
	margin:10px 0;
	font-size:12px;
	line-height:16px;
	color:#353535;
}
#mid_banner{
		display:block;
	overflow:hidden;
	width:582px;
	height:225px;
	margin:10px 0;
}
#inside_banner{
	display:block;
	overflow:hidden;
	width:782px;
	height:140px;
}
.heading{
	background:#6375a7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:7px 10px;
	color:#fff;
	margin-bottom:6px;
}

.new_pro{
	display:block;
	width:200px;
	overflow:hidden;
	text-align:center;
}
/*.pro_dtl{
	background:#fff !important;
	padding:10px;
	color:#373737;
	text-transform:uppercase;
}*/

/*Fotoer*/
#footer{
	width:952px;
	background:#f9f9f9;
	border:1px solid #e6e6e6;
	margin:10px 0 0 10px;
	padding:10px;
}
#footer_bottom {
	background:#ebebeb;
	height:27px;
	border-top:10px solid #fff;
	border-bottom:10px solid #fff;
	text-align:center;
	padding-top:10px;
}
#footer_bottom a{
	color:#666;
	font-size:12px;
	padding:0 5px;
	text-decoration:none;
}
#footer_bottom a:hover{
	color:#cc0000;
	text-decoration:none;
}
#footer_bottom_2nd{
	border-bottom:10px solid #fff;
	padding-left:10px;
}
.footer_raw .column{
	display:block;
	float:left;
	width:150px;
	padding-left:7px;
}
.footer_raw .column .column_head{
	display:block;
	font-size:12px;
	color:#6375a7;
	font-weight:bold;
}
.footer_raw .column .column_head a, .footer_raw .column .column_head a:hover{
	color:#6375a7;
	text-decoration:none;
	background:none;
	padding:0;
	margin:0;
}
.footer_raw .column a{
	display:block;
	color:#666;
	text-decoration:none;
	background:url(../images/arrow1.gif) no-repeat 0 5px;
	padding:1px 0 1px 10px;
}
.footer_raw .column a:hover{
	color:#666;
	text-decoration:underline;
}
/*-------------------------------------------------------new css dec 15, 2009*/
/*Navigation*/
#navigation{
	border-top:5px solid #6375a7;
	border-bottom:1px solid #6375a7;
	padding:4px 0 1px 0;
	background:#fff;
	margin:0px 0 1px 0;
}
.nav_holder{
	display:block;
	height:28px;
	background:#fff;
	padding-left:4px;
	padding-top:0px;
}
.nav_holder a{
	display:block;
	float:left;
	height:28px;
	background:url(../images/nav-rc.gif) no-repeat right -28px;
	margin-right:2px;
	padding-right:9px;
	color:#353535;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;
}
.nav_holder a span{
	display:block;
	float:left;
	width:10px;
	height:28px;
	background: url(../images/nav-lc.gif) no-repeat 0 -28px;
}
.nav_holder a.active{
	display:block;
	float:left;
	height:28px;
	background:url(../images/nav-rc.gif) no-repeat top right;
	margin-right:2px;
	padding-right:9px;
	color:#353535;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;
	font-weight:bold;
}
.nav_holder a.active span{
	display:block;
	float:left;
	width:10px;
	height:28px;
	background: url(../images/nav-lc.gif) no-repeat top left;
	color:#353535;
}
.nav_holder a:hover{
	color:#353535;
	background:url(../images/nav-rc.gif) no-repeat top right;
}
.nav_holder a:hover span{
	color:#fff;
	background: url(../images/nav-lc.gif) no-repeat top left;
}

.head{
	width:152px;
	margin:auto;
	text-align:center;
	padding:5px 0 5px 0;
	color:#353535;
	font-weight:bold;
}
.head a{
	width:152px;
	margin:auto;
	text-align:center;
	padding:5px 0 5px 0;
	color:#353535;
	font-weight:bold;
}
.head a:hover{
	width:152px;
	margin:auto;
	text-align:center;
	padding:5px 0 5px 0;
	color:#6375A7;
	font-weight:bold;
}


ul.pro_block{
	display:block;
	float:left;
	width:170px;
	height:240px;
	overflow:hidden;
	background:#fff;
	border:1px solid #cacaca;
	padding:5px;
	margin:0 11px 10px 0;
}
ul.pro_block li{
	list-style:none;
}
ul.pro_block1{
	display:block;
	float:left;
	width:170px;
	height:160px;
	overflow:hidden;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	padding:10px 5px;
	margin:0 11px 10px 0;
}
ul.pro_block1 li{
	list-style:none;
}

ul.pro_block2{
	display:block;
	float:left;
	width:170px;
	height:195px;
	overflow:hidden;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	padding:10px 5px;
	margin:0 11px 10px 0;
}
ul.pro_block2 li{
	list-style:none;
}

.pro{
	display:block;
	overflow:hidden;
	width:152px;
	height:118px;
	text-align:center;
	background:#fff;
	border:1px solid #cacaca;
	margin:auto;
}
.pro1{
	display:block;
	overflow:hidden;
	width:152px;
	height:118px;
	text-align:center;
	background:#fff;
	border:1px solid #cacaca;
	margin:auto;
}
.dtl{
	width:152px;
	text-align:center;
	line-height:15px;
	color:#353535;
	margin:auto;
}
.price{
	width:152px;
	margin:auto;
	text-align:center;
	padding:5px 0;
	font-weight:bold;
	color:#353535;
	font-style:italic;
	font-size:12px;
}
#breadcrumbs{
	margin:5px 0 10px 0;
	color:#6e6e6e;

}

#breadcrumbs a{
	margin:5px 0 10px 0;
	color:#000;
	font-weight:normal;
}
#breadcrumbs b{
	
	color:#000;
	font-weight:bold;
}


#breadcrumbs a:hover{
	margin:5px 0 10px 0;
	color:#000;
	font-weight:normal;
}

#product_left{
	display:block;
	float:left;
	width:298px;
	padding:5px;
	background:#fff;
	border:1px solid #cacaca;
}
#pro_dtl{
	display:block;
	width:250px;
	float:right;
	padding:0px 5px;
}

#pro_dtl_right{
	display:block;
	width:250px;
	float:right;
	padding:0px 5px;
	text-align:center;
}

#pro_img{
	display:block;
	overflow:hidden;
	background:#fff;
	width:295px;
	height:245px;
	text-align:center;
	margin-bottom:10px;
	border:1px solid #e5e5e5;
}
#pro_name{
	display:block;
	text-align:center;
}
.item_detail{
	padding:14px 0;
	border:1px solid #cacaca;
	border-width:1px 0 0px 0;
}
.item_detail .item_left{
	float:left;
	width:35%;
	font-weight:bold;
	color:#353535;
}
.item_detail .item_right{
	float:left;
	width:60%;
}
.old_price{
	text-decoration:line-through;
}
.sale_price{
	font-size:14px;
	color:#cc0000;
	font-weight:bold;
}
.qty{
	height:17px;
	padding:2px 0 0 4px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background:#fff !important;
	border:1px solid #cacaca;
	width:25px;
	font-size:11px;
}
.desc_head{
	background:#e5e5e5;
	padding:5px 10px;
	color:#353535;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}



.detial{
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	font-size:12px;
	color:#353535;
}
.detial p{
	margin:0 0 6px 0;
}
.detial ul li{
	list-style:none;
	background:url(../images/bullet_li.gif) no-repeat 0px 5px;
	padding:1px 0 1px 12px;
}
.detial li{
	list-style:none;
	background:url(../images/bullet_li.gif) no-repeat 0px 5px;
	padding:1px 0 1px 12px;
}

.cat_details{
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	font-size:12px;
	color:#353535;
}
.cat_details p{
	margin:0 0 6px 0;
}
.cat_details ul li{
	list-style:none;
	background:url(../images/bullet_li.gif) no-repeat 0px 5px;
	padding:1px 0 1px 12px;
}
.cat_details li{
	list-style:none;
	background:url(../images/bullet_li.gif) no-repeat 0px 5px;
	padding:1px 0 1px 12px;
}


#content ul{
	margin:5px 0;
}
#content ul li{
	list-style:none;
	background:url(../images/bullet_li.gif) no-repeat 0px 8px;
	padding:1px 0 1px 12px;
}

.paging_block{
	background:#e5e5e5;
	padding:5px 7px;
	color:#353535;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.paging_block a{
	background:#cc0000;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	padding:3px 6px;
	margin-right:1px;
}
.paging_block a.active{
	background:#353535;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	padding:3px 6px;
	margin-right:1px;
}
.paging_block a:hover{
	background:#353535;
	color:#fff;
	text-decoration:none;
}

.categories_block{
	display:block;
	background:#f2f1f1 url(../images/cat-box-bg.gif) repeat-x;
	border:1px solid #dedede;
	margin-top:10px;
	padding:10px;
	color:#353535;
}
.categories_block h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#353535;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.categories_block h1 a{
	color:#353535;
	text-decoration:none;
}
.categories_block h1 a:hover{
	color:#666;
	text-decoration:none;
}
.info_holder .left{
	float:left;
	border:1px solid #dadada;
	width:125px;
	height:127px;
	margin-right:10px;
}
.info_holder .middle{
	float:left;
	width:300px;
}
.info_holder .right{
	float:right;
	width:120px;
	text-align:center;
}
.info_holder .middle ul{
	margin:5px 0;
}
.info_holder .middle ul li{
	list-style:none;
	background:url(../images/bullet_li.gif) no-repeat 0px 5px;
	padding:1px 0 1px 12px;
}
.price_block{
	padding:5px 5px;
	border:1px solid #dedede;
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin-bottom:7px;
}
.price_block .voltprice{
	font-size:18px;
	font-weight:bold;
	color:#cc0000;
}
#mid_panel{
	display:block;
	float:left;
	width:582px;
	padding-bottom:10px;
}
.pro_dtl{
	background:#fff;
	padding:5px 10px;
	color:#373737;
	font-weight:bold;
}
.pro_dtl ul{
	margin:5px 0;
}
.pro_dtl ul li{
	list-style:none;
	background:url(../images/bullet_li.gif) no-repeat 0px 5px;
	padding:1px 0 1px 12px;
}


/*top link css*/
#topLinks{
	position:absolute;
	top:1px;
	background:url(../images/top-link-bg.gif) no-repeat;
	width:550px;
	height:23px;
	color:#fff;
	text-align:center;
	padding-top:6px;
	margin-left:445px;
	z-index:40;
	*margin-left:-210px;
}
#topLinks a{
	color:#fff;
	text-decoration:none;
	padding:0 3px;
}
#topLinks a:hover{
	color:#fff;
	text-decoration:underline;
}

.obj_block{
	border:1px solid #cbcbcb;
	background:#fff;
	margin-bottom:5px;
	overflow:hidden;
	width:198px;
}

.red, a.red:link,a.red:active,a.red:visited,a.red:hover{
	color:#cc0000;
	text-decoration:none;
}

.subheading{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#cc0000;
	margin-bottom:5px;
}
ul.pro_brand{
	display:block;
	float:left;
	width:90px;
	height:42px;
	overflow:hidden;
	background:#fff;
	border:1px solid #cacaca;
	padding:5px;
	margin:0 11px 10px 0;
}

.orange_log{
	color:#373737;
}

ul.pro_block_log{
	display:block;
	float:left;
	width:240px;
	height:250px;
	overflow:hidden;
	background:#fff;
	border:1px solid #cacaca;
	padding:5px;
	margin:0 11px 10px 0;
	list-style-type:none;
}
.pro_log{
	display:block;
	overflow:hidden;
	width:240px;
	height:30px;
	text-align:center;
	background:#373737;
	margin-bottom:5px;
}

#mid_panel1{
	display:block;
	float:left;
	width:790px;

}
.links a.active
{
	display:block;
	color:#373737;
	background:#f5f5f5;
	font-weight:bold;
	padding:4px 10px;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
