body 
{
	/*font-family:  "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
	font-family:  Arial;
	font-size: 12px;
	color: #676767;
	background:#fff;
	line-height:1.75em;
	height:100%; 
}
p
{
	clear:both;
	margin-bottom:15px;
}
a
{
	color: #ea002c;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

input[type="text"], textarea
{
	font-size:12px;
	color: #676767;
	width:162px;
	margin:0px;
}

.red
{
	color: #ea002c;
}
.grey
{
	color: #231f20;
}
.light_grey
{
	color:#aaa;
}
.black{color:#000;}
#wrap {
	margin: 0 auto;
	width: 1000px;
	background:#fff;	
}
#header_logo
{
	clear:both;
	float:left;
	width:1000px;
	background:#fff;
	margin:10px 0px;
}

#header_nav
{
	clear:both;
	float:left;
	height:25px;
	width:1000px;
	background:#666;
	border:1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
#header_nav ul
{
	list-style-type: none;
	text-align:right;
}
#header_nav ul li 
{
	float:left;
	display: block;
	font-size:14px;
	text-transform:uppercase;
	font-weight:900;
	
	padding-bottom: 2px;
	height:16px;
	margin:0px;
}

#header_nav ul li a 
{
	text-decoration: none;
	color:#fff;
	padding: 0px 10px;
	border-right:1px solid #a8a8a8;
}
#header_nav ul li a.last 
{
	padding-right: 0px;
	border-right:0px;
}
#sub_nav
{
	clear:both;
	float:left;
	width:1000px;
}

#header_search
{
	clear:both;
	float:left;
	width:1000px;
	text-align:center;
	background:#ddd;
	padding:20px 0px;
	margin-bottom:10px;
	border:1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#search_suggest_container
{
	margin:0 auto;
	width:520px;
}

#search_suggest
{
	clear:both;
	float:left;
	position:absolute;
	z-index:3000;
	width:504px;
	background:#fff;
	border:8px solid #ececec;
	
	
}
#search_suggest.td{border-bottom:1px solid #666;}
.roll_on
{
	background: #ececec;
	cursor: pointer;
}
.roll_off
{
	background: #fff;
}

input.search_text{
	width:400px;
	padding:5px;
	font-size:14px;
	font-weight:900;
	border:1px solid #666;
background:#000 url('../images/txt_bgd.png') no-repeat scroll left top;
}
#left_menu
{
	float:left;
	width:153px;
	background:#eaeaea;
	color:#666;
	border:1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#left_menu ul li
{
	padding:2px 5px 2px 10px;
	border-bottom:1px solid #ddd; 
}

#left_menu ul li a
{
	color: #999;
}
#left_menu ul li a.active, #left_menu ul li a:hover
{
	color: #ea002c;
	text-decoration:none;
}



#right_menu
{
	float:left;
	width:153px;
	background:#eaeaea;
	color:#666;
	border:1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#right_menu ul li
{
	padding:2px 5px 2px 10px;
	border-bottom:1px solid #ddd; 
}

#right_menu ul li a
{
	color: #999;
}
#right_menu ul li a.active, #right_menu ul li a:hover
{
	color: #ea002c;
	text-decoration:none;
}



.main_container
{
	float:left;
	width:670px;
	margin-left:10px;
	margin-right:10px;
}
.main_container.product
{
	width:835px;
	margin-right:0px;
}

.breadcrumbs
{
	float:left;
	width:670px;
	text-align:left;
	padding:2px 0px;
	background:#fff;
	font-size:10px;
	
}
.breadcrumbs.product
{
	width:835px;
}
.breadcrumbs ul 
{
	clear:both;
}
.breadcrumbs ul li 
{
	float:left;
		
}
.breadcrumbs ul li a
{
	padding:0px 10px 0px 8px;
	background-image: url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:0% 50%;
	color:#676767;
}
.breadcrumbs ul li a.active
{
	font-weight:bold;
}

.breadcrumbs ul li a.first
{
	padding-left:8px;
}


.page_header
{
	clear:both;
	float:left;
	width:670px;
	background:#fff;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}

.page_header h1
{
	font-size:18px;
	padding:5px 0px;
	line-height:1em;
}

.page_header.product
{
	width:835px;
}

.home_box
{
	float:left;
	width:158px;
	margin-right:10px;
	background:#eaeaea;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
	text-align:center;
	border:1px solid #999;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

.home_box h1
{
	padding:2px;
	height:45px;
	overflow:hidden;
	border-bottom:1px solid #999;
}
.home_box h2
{
	padding:2px;
}

.home_box.last
{
	margin-right:0px;
}

.home_box .image
{
	background:#fff;
	height:70px;
	padding:10px 0px;
	
}
.home_box_detailed
{
	clear:both;
	float:left;
	width:650px;
	padding:10px;
	margin-bottom:20px;
	border:1px solid #999;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;	
}
.home_box_detailed_image
{
	width:200px;
	float:left;
}
.home_box_detailed_details
{
	width:430px;
	float:left;
	margin-left:20px;
	
}
#pop_overlay
{
     display: none;
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     background: #000000;
     filter: alpha(opacity=60);
     -moz-opacity: 0.6;
     opacity: 0.6;
     z-index:200;
}

#pop_container
{
     display: none;
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     background: transparent;
    z-index:300;
   
}

#pop_inner
{
	display: block;
	width:317px;
	padding:30px 60px;
    margin: 20px auto 0 auto;
    background:#fff;
    border:5px solid #e9002d;
}
#pop_inner #popup_inner_header
{
	clear:both;
	float:left;
	height:20px;
}
#pop_inner #popup_inner_header h1
{
	display:inline;
	font-size:12pt;
	color:#ea002c;
}

#pop_inner #popup_inner_header .left
{
   	width:265px;
	float:left;
}
#pop_inner #popup_inner_header .right
{
	width:50px;
	float:right;
}
  
#footer
{
	clear:both;
	float:left;
	width:1000px;
	border-top:1px solid #ddd;
	margin-top:10px;
	padding-top:10px;
	text-align:center;
}

#footer ul
{
	
	list-style-type: none;
	text-align:center;
}
#footer ul li 
{
	float:left;
	display: block;
	font-size:10px;
	text-transform:lowercase;
	font-weight:900;
	padding: 0px 2px;
	margin:0px;
	
}
#footer ul li.last 
{
	padding-right: 0px;
	border-right:0px;
}
#footer ul li a 
{
	text-decoration: none;
	color:#999;
	line-height:1em;
	
}

#pagination_text
{
	clear:left;
	width:170px;
	float:left;
}
#pagination
{
	width:500px;
	margin-bottom:10px;
	float:right;
}
#pagination ul
{
	list-style-type: none;
	float:right;
}
#pagination ul li 
{
	display: block;
	float: left;
	
}

#pagination ul li a 
{
	text-decoration: none;
	padding:1px 10px;
	margin:1px;
	border:1px solid #999;
	font-size:12px;
	color:#999;
}
#pagination ul li a.active
{
	border:0px;
	color:#FF0C00;
	font-size:12px;
}
#pagination ul li a:hover 
{
	color: #fff;
	background:#999;
	border:1px solid #000;
	text-decoration: underline;
}
#pagination ul li a.active:hover 
{
	border:0px;
	color:#FF0C00;
	font-size:12px;
	background:#fff;
	text-decoration: underline;
}
#list_filters
{
	clear:both;
	text-align:right;
	width:670px;
	margin-bottom:10px;
}
#list_filters #ppp
{
	width:40px;
}
#list_filters #sort_by
{
	width:150px;
}
.product_page
{
	width:850px;
}

#product_details_container
{
	clear:both;
	float:left;
	width:850px;
	height:220px;
	padding:10px 0px;
}

#product_details_container h3
{
	display:inline;
}

#product_details_container #image
{
	float:left;
	width:200px;
	margin-right:10px;
	height:220px;
}



#product_details_container #details_labels
{
	float:left;
	width:80px;
	height:220px;
}
#product_details_container #details
{
	float:left;
	width:550px;
	height:220px;
	
}
.button
{
	padding:5px 25px;
	border:1px solid #666;
	background:#000;
	color:#fff;
	font-size:14px;
}
a.button:hover
{
	text-decoration:none;
}
.price
{
	color:#ff0000;
	font-size:14px;
}
.price strike
{
	color:#000;
	font-size:12px;
}
