/* CSS Document */

body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#292929;
	background-color: #d8d8d8;
	background-image: url(../images/top_new_wrap.gif);
	background-repeat: repeat-x;
	}
	
/***********************************************************************************************************************************
Container Header Tags
***********************************************************************************************************************************/	

h1,h2,h3,h4,h5,h6,p{
	padding:0px;
	margin:0px;
	}
	
h1{
	color:#000;
	font-size:13px;
	padding-bottom:10px;
	}	
	
a{ outline:none; color:#f21024; }

p{
margin:0px;
}	

	
img
{
border:0px;
}	
/***********************************************************************************************************************************
Container Header Start
***********************************************************************************************************************************/			

#container_header {
	width: 1003px;
	margin:auto;
	background:#FFFFFF;
	padding:0px 0px 4px 0px;

	}

/* for IE7   */
*+html #container_header {
	padding:0px 0px 0px 0px;
	}
/* end for IE7   */

#container_header_left {
	width: 257px;
	float: left;
	padding:5px 0px 0px 50px;
	}

#container_header_right {
	width: 696px;
	float: right;
	}
	
#container_header_right a {
	color:#000;
	text-decoration:none;
	}	
	
.grey_bg{
	width:440px;
	background:#ebebeb url(../images/grey_right_bg.gif) right no-repeat;
	height:31px;
	margin:0px 0px 0px 190px;
	}
	
.grey_bg1{
	background:url(../images/grey_left_bg.gif) left no-repeat;
	padding:0px 0px 0px 10px;
	height:25px;
	padding:6px 0px 0px 15px;	
	}
	
.grey_bg1 a{
	padding:0px 10px 0px 0px;
	}		
	
.pad1{
	padding:26px 70px 10px 0px;
	text-align:right;
	}
	
.red_color{
	color:#ed1c24;
	}		
	
.search_bg{
	background:url(../images/search_bg.gif);
	width:502px;
	height:30px;
	padding:9px 0px 0px 10px;
	margin-left:115px;
	}


.input-text
{
height:16px;
width:397px;
}


.input-text2
{
height:21px;
width:85px;
}

*+html .input-text2
{
position:relative;
top:-3px;
}
	
#search_input
{
float:left;
width:390px;
padding:0px;
margin:0px;
	}

#search_btn{
width:92px;
height:25px;
margin-left:5px;
padding:0px;
float:left;
cursor:pointer;
	}
	
/***********************************************************************************************************************************
Container Menu Start
***********************************************************************************************************************************/	

#container_menu {
	width: 1003px;
	margin:auto;
	background:#000;
	height:35px;
	
	}
	
#header_menu {
	font-size:12px;
	padding:0px 40px 0px 35px;

	}	
			
#header_menu ul{
	padding:0px;
	margin:0px;	
	}
	
#header_menu li{
	list-style:none;
	display:inline; 
	}
	
#header_menu li a{
	display:block;
	float:left;
	padding:10px 11px 10px 11px;
	color:#fff;
	text-decoration:none;
	background:#000;
	font-weight:bold;
	border-right:1px solid #4c4c4c;		
	}
	
#header_menu li a:hover{
	display:block;
	float:left;
	padding:10px 11px 10px 11px;
	color:#fff;
	text-decoration:none;
	background:#ed1c24;
	font-weight:bold;
	border-right:1px solid #4c4c4c;	
	}

	
#header_menu #on a{
	display:block;
	float:left;
	padding:10px 11px 10px 11px;
	color:#fff;
	text-decoration:none;
	background:#ed1c24;
	font-weight:bold;
	border-right:1px solid #4c4c4c;	
	}	
	
/*#header_menu li a:hover{
	color:#fa7fab;
	}*/	
	
#container_sub_menu {
	width: 1003px;
	margin:auto;
	background:#ed1c24;
	height:27px;	
	}
	
#header_sub_menu {
	font-size:12px;
	padding:0px 40px 0px 35px;	
	
	}	
			
#header_sub_menu ul{
	padding:0px;
	margin:0px;	
	}
	
#header_sub_menu li{
	list-style:none;
	display:inline;
	}
	
#header_sub_menu li a{
	display:block;
	float:left;
	padding:5px 10px 5px 10px;
	color:#fff;
	text-decoration:none;
	font-size:11px;	
	}
		
	
/***********************************************************************************************************************************
Container Body Start
***********************************************************************************************************************************/			
#container_body_bg {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	background-color: #dedede;
	background-image: url(../images/container_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	}

#container_body {
	width: 936px;
	margin:auto;
	/*padding:0px 34px 10px 33px;*/
	padding:0px;
	}		
	
.banners_display{
	padding:0px 0px 0px 0px;
	width:936px;
	height:167px;
	margin-top:10px;
	margin-bottom:12px;
	}
	
.banners_display img{
	padding:0px 0px 0px 0px;
	margin:0px;
	width:312px;
	height:167px;
	}	
	
.menu_list_items{
	background:url(../images/grey_bg.gif);
	height:29px;
	}		
	
.menu_list_items ul{
	padding:0px;
	margin:0px;
	}
	
.menu_list_items ul li{
	list-style:none;
	float:left;
	clear:right;
	}
	
	
.menu_list_items li a{
	background:url(../images/grey_bg.gif);
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding:5px 10px 8px 10px;
	border-right:6px solid #ececed;
	color:#000;
	font-size:14px;
	cursor:pointer;
	}	
	
.menu_list_items .one a{
	background:#fff;
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding:5px 10px 8px 10px;
	border-right:6px solid #ececed;
	color:#000;
	font-size:14px;
	}
	
.menu_list_items .two a{
	background:url(../images/grey_bg.gif);
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding:5px 10px 8px 10px;
	border-right:6px solid #ececed;
	color:#000;
	font-size:14px;
	}		
	
.images_display{
	padding:30px;
	background:#fff;
	float:left;
	margin-bottom:7px;
	width: 876px;
	}	
	
.box1{
	float:left;
	padding:0px 23px 0px 0px;
	width:195px;
	}	
	
.box1 img{
	margin-bottom:8px;
	}	
	
.box1 a{
	color:#6a6a6a;
	text-decoration:none;
	font-size:10px;
	}	
	
/***********************************************************************************************************************************
Container Footer Start
***********************************************************************************************************************************/		
#main_footer
	{
	width: 936px;
	float:left;
	}

#container_footer{
	width: 876px;
	background:#dedede url(../images/footer_bg.gif) repeat-x;
	border-top:7px solid #2b2b2b;
	padding:10px 30px 80px 30px;
	margin:auto;
	}	
	
#container_footer a{
	color:#292929;
	text-decoration:none;
	}	
	
.footer1 {
	width:150px;
	float:left;
	margin-right:5px;
	line-height:18px;
	}	
	
.footer2{
	float:left;
	margin-right:20px;
	}	
	
.footer3{
	float:right;
	text-align:right;
	line-height:18px;
	}	
			

/*new css */

.col-left side-col
	{
	width:195px;
	float:left;
	background:#fff;
	}

.col-right side-col
	{
	width:195px;
	float:left;
	background:#fff;
	}
	
.col-main
	{
	width:530px;
	float:left;
	margin-left:10px
	background:#fff;
	}	
	
.col-main2
	{
	width:730px;
	float:left;
	background:#fff;
	}	
	
#footer_wrap
	{
	width:100%;
	float:left;
	margin-top:7px;
	}
	
	
.left
	{
	width:195px;
	float:left;
	padding:0px;
	margin-top:10px;
	}


.right
	{
	width:195px;
	float:left;
	padding:0px;
	margin-top:10px;
	margin-left:10px;
	}
	
	
.middle_new
	{
	width:508px;
	float:left;
	margin-left:10px;
	background:#fff;
	padding:8px;
	float:left;
	border:1px solid #c5c2bd;
	margin-top:10px;
}	
	

	
	

.middle_new p
	{
	padding:0px 10px 10px 10px;
}	
	
.middle_new h1
	{
	padding:5px 0px 6px 10px;
	color:0a263c;
	font-size:1.4em;
	width:500px;
	float:left;
}	
	
	
.inner_left
	{
	width:712px;
	float:left;
	margin-top:10px;
	}	

.inner_left .category-head {
	padding-left:0px;
    }


.cat_products
	{
	width:712px;
	background:#fff;
	padding:8px;
	float:left;
	padding-bottom:0px;
	border:1px solid #c5c2bd;
	}
	
.checkout_new	
	{
	width:700px;
	background:#fff;
	padding:8px 20px 8px 8px;
	float:left;
	padding-bottom:0px;
	border:1px solid #c5c2bd;
	}
	
	
.main_product
	{
	width:712px;
	float:left;
	margin-bottom:5px;
}
	
.pro_options
	{
	width:712px;
	float:left;
	}

.bar_stools
	{
	font-size:18px;
	padding:0px 5px 0px 5px;
	}

.viewby
	{
	height:32px;
	width:100%;
	border:1px solid #ebebeb;
	background:#fff;
	padding:0px 0px 0px 0px;
	}
	
/*.inner_left .view-by
	{
	width:712px;
	margin-left:9px;
	}

.inner_left .pager
	{
	width:712px;
	margin-left:9px;
	}
*/	
.paper
	{
	height:37px;
	width:100%;
	border:1px solid #ebebeb;
	background:#f2f2f2;
	padding:0px 0px 0px 0px;
	}
	
.paper td
	{
	padding:0px 0px 0px 5px;
	}
	
.red_color
	{
	color:#f21024;
	}
	
	
.pro_table
	{
	width:712px;
	float:left;
	padding:20px 0px 20px 0px;
/*	margin-left:9px;
*/	}	

/*.department_table
	{
	width:712px;
	float:left;
	padding:20px 0px 20px 0px;
	}	


.department_table h1
	{
	width:700px;
	float:left;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px solid #eaeaea;
	margin-bottom:10px;
	margin-left:8px;
	}	
	
.department_box
	{
	width:142px;
	height:270px;
	float:left;
	border:1px solid #eaeaea;
	padding:10px 18px 10px 10px;
	border-left:0px;
	border-top:0px;
	}	
	
.department_box h1
	{
	width:130px;
	float:left;
	font-size:12px;
	font-weight:bold;
	border:0px;
	margin:0px;
	}	
	
.department_box ul
	{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	}	
	
.department_box ul li
	{
	float:left;
	list-style:none;
	padding:0px;
	}	
	
.department_box ul li a
	{
	text-decoration:none;
	padding:0px 0px 3px 0px;
	float:left;
	color:#ed1c24;
	width:130px;
	}	
	
.department_box ul li a:hover
	{
	text-decoration:underline;
	}	*/
	
	
.pro_box
	{
	width:134px;
	height:325px;
	float:left;
	border:1px solid #eaeaea;
	padding:10px 18px 10px 18px;
	border-left:0px;
	}	
		
	
.pro_box img
	{
	vertical-align:top;
	float:left;
	border:1px solid #ececeb;
	}
	
.pro_box p
	{
	padding:10px 0px 0px 0px;
	font-weight:bold;
	width:130px;
	}
	
.ad_to_catr
	{
	background:url(../images/add_cat_btn_n.png);
	width:82px;
	height:18px;
	border:0px;
	cursor:pointer;
	float:left;
	margin-top:15px;
	}	



.pro_box2
	{
	width:670px;
	float:left;
	border-bottom:1px solid #eaeaea;
	padding:20px 18px 15px 18px;
	}	


.pro_img img
	{
	vertical-align:top;
	border:1px solid #ececeb;
	margin-right:10px;
	float:left;
	}

.pro_img 
	{
	width:137px;
	float:left;
	}

.pro_dis
	{
	width:520px;
	float:left;
	}

.pro_dis a
	{
	text-decoration:none;
	}

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

.pro_box2 p
	{
	padding:0px 0px 10px 10px;
	text-align:left;
	float:left;
	width:510px;
	}

.pro_box2 p img
	{
	text-align:left;
	float:left;
	}


.pro_box2 p span
	{
	font-weight:bold;
	margin:0px;
	padding:0px;
	float:left;
	}



.pro_dis .price-box
	{
	padding:0px 0px 10px 10px;
	text-align:left;
	float:left;
	width:510px;
	}


.viewby TD
	{
	vertical-align:middle;
	}



	
TD.nav {
	FONT-SIZE: 12px; COLOR: #4b4b4b; TEXT-ALIGN: left;  vertical-align:middle;
}	

TD.nav A {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; MARGIN: 0px 3px; vertical-align:middle;}

TD.nav a:hover {
color:#4b4b4b;
	}
	
TD.nav A.active {
	FONT-WEIGHT: bold; COLOR: #4b4b4b; TEXT-DECORATION: none
}	
	
	
.col-1-upsell
	{
	background:#fff;
	width:267px;
	float:left;
	border:1px solid #c5c2bd;
	padding:10px;
	}
	
.col-1-upsell .generic-product-list
	{
	float:left;
	}
	
.col-1-upsell .generic-product-list li
	{
	float:left;
	width:267px;
	}	
	
.col-1-upsell .generic-product-list li .product-shop
	{
	float:left;
	width:150px;
	}		
	
	
.col-1-upsell .generic-product-list li .product-image
	{
	float:left;
	margin-right:11px;
	}		
	
.adv_shop
	{
	width:700px;
	display:none;
	float:left;
	}


.register_page
	{
	width:920px;
	float:left;
	margin-top:10px;
	background:#fff;
	border:1px solid #c5c2bd;
	padding:8px;
	margin-bottom:7px;
	}


.register_page .button-set { 
    clear:both;
    padding-top:8px;
    text-align:right;
	width:600px;
	border:0px;
    }


.forgot_pw
	{
	width:920px;
	float:left;
	margin-top:10px;
	background:#fff;
	border:1px solid #c5c2bd;
	padding:8px;
	margin-bottom:7px;
	}


.forgot_pw .button-set { 
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
	width:300px;
    }
	
	
.left_content
	{
	width:712px;
	background:#fff;
	padding:8px;
	float:left;
	border:1px solid #c5c2bd;
	min-height:593px;
	max-height:100%;
	}
		
.inner_content_left
	{
	width:712px;
	background:#fff;
	padding:8px;
	float:left;
	border:1px solid #c5c2bd;
	min-height:593px;
	max-height:100%;
	}
	
	
.middle_content
	{
	width:498px;
	background:#fff;
	padding:8px;
	float:left;
	border:1px solid #c5c2bd;
	min-height:593px;
	max-height:100%;
	}
	

.middle_content p
	{
	padding-bottom:10px;
	}
	
.middle_content h1
	{
	width:498px;
	float:left;
	padding:0px 0px 10px 0px;
	border:0px;
	font-size:18px;
	font-weight:normal;
	}


.left_content p
	{
	padding-bottom:10px;
	}
	
.left_content h1
	{
	width:710px;
	float:left;
	padding:0px 0px 10px 0px;
	border:0px;
	font-size:18px;
	font-weight:normal;
	}
	
	
.full_content
	{
	width:920px;
	margin-top:10px;
	background:#fff;
	border:1px solid #c5c2bd;
	padding:8px;
	margin-bottom:7px;
	}
	
.full_content h1
	{
	width:710px;
	float:left;
	padding:0px 0px 10px 0px;
	border:0px;
	font-size:18px;
	font-weight:normal;
	}
	
.left_myaccount
	{
	width:712px;
	background:#fff;
	padding:8px;
	float:left;
	border:1px solid #c5c2bd;
	}
	
.left_myaccount p
	{
	padding-bottom:10px;
	}
	
.left_myaccount h1
	{
	width:710px;
	float:left;
	padding:0px 0px 10px 0px;
	border:0px;
	font-size:18px;
	font-weight:normal;
	}
	


.left_myaccount .button-set { /* Container for form buttons*/
    margin-top:2em;
    padding-top:0px;
	border-top:0px;
	text-align:right;
	vertical-align:middle;
    }



.left_myaccount .button-set .form-button{
    width:auto;
    border:0;
    padding:1px 8px;
    background:#ed1c24;
    border:1px solid #c90c13;    
	color:#fff;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
	margin-left:10px;
	float:right;
	vertical-align:middle
    }


*+html .left_myaccount .button-set .form-button-alt1 {
position:relative;
top:15px;
    }


.left_myaccount .button-set .form-button-alt {
    width:auto;
    border:0;
    padding:1px 8px;
    background:#ed1c24;
    border:1px solid #c90c13;    
	color:#fff;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
	float:right;
	margin-left:10px;
	vertical-align:middle
    }

.left_myaccount .button-set .form-button-alt1 {
    width:auto;
    border:0;
    padding:1px 8px;
    background:#ed1c24;
    border:1px solid #c90c13;    
	color:#fff;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
	float:right;
	margin-left:10px;
	vertical-align:middle
    }

.left_myaccount .button-set .form-button3{
    width:auto;
    border:0;
    padding:1px 8px;
    background:#ed1c24;
    border:1px solid #c90c13;    
	color:#fff;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
	margin-left:10px;
	float:right;
	vertical-align:middle
    }


.content9{ background:#fff; padding:14px 21px; }

.content9 ul { margin:0px; padding:0px; float:left; padding-bottom:20px;}


.content9 h4 { background-image:url(../images/icon_page_white_text.gif); }

.content10{ background:#fff; padding:14px 21px; }

.content10 h4 { background-image:url(../images/icon_page_white.gif); }


.button-setn { margin:0; border:none; background:#000; width:315px; padding:8px 13px 8px 13px; height:23px; float:left; }

.button-setn p { float:left; margin-right:140px;}

.button-setn2 { margin:0; border:none; background:#000; width:315px; padding:8px 13px 8px 13px; height:23px; float:left; }
