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

body {
	margin:0px;
	font-family:Arial;
	font-size:11px;
	
	color:#575757;
	background:#d6d6d6;
}

a img {
	border:0;
}

a:link, a:active, a:visited {
	color:#575757;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}
	
.page_shadow {
	background:url(../image/main_bg.jpg) repeat-y;
	width:1024px;
	padding-left:31px;
}

#page_body {
	width:967px;
}


#sub_navi {
	background:url(../image/search_bg.jpg) repeat-x;
	width:100%;
	
	padding-top:8px;
	margin-top:-2px;
}

div#search {
	color:#9e9e9e;
	
}

	#search div {
		float:left;
	}
	
		#search div.label {
			padding-left:32px;
			padding-right:10px;
			padding-top:7px;
		}
	#search input#search_button {
		padding-top:3px;
		margin-left:10px;
	}
	#search input.text {
		border:1px #ccc solid;
		width:214px;
		padding: 7px 10px 7px 10px;
		
		color:#494949;
		font-family:Arial;
		font-size:11px;
	}
	
div#shopping_cart {
	 background:url(../image/shopping_cart_bg.jpg);
	 float:right;
	 height:47px;
	 margin-top:-8px;
}
	div#shopping_cart div.text {
		padding-top:16px;
		padding-right:10px;
		color:#828282;
	}
		div#shopping_cart div.text strong {
			color:#ff6d26;
		}


#page {
	background:url(../image/search_shadow.jpg) repeat-x #fff;
	width:100%;
	
	padding-top:3px;
	
	
}

	div.side_panel {
		width:223px;
		background:#e4e4e4;
	}
	
		div.side_panel h2 {
			margin:0px;
			background:url(../image/sub_items_head_bg.jpg) repeat-x;
			font-size:11px;
			font-weight:bold;
			color:#fff;
			
			padding-left:27px;
			padding-top:10px;
			padding-bottom:11px;
		}
			div.side_panel h2.top { border-top:3px #fff solid; }
			div.side_panel h2.bottom { border-bottom:3px #fff solid; }
			
		
		div.side_panel div.content {
			padding:11px 27px 11px;
		}
		
			div.side_panel div.review {
				background-color:#fff;
			}
		
			div.side_panel div.content ul, div.side_panel div.content ul li {
				margin:0px;
			}
			
			div.side_panel div.content ul li {
				margin-left:-47px;
				padding-left:10px;
				list-style:inside;
				list-style-image:url(../image/bullet_item.jpg);
				
				border-bottom:1px #d4d4d4 solid;
				
				padding-top:5px;
				padding-bottom:5px;
			}
			
	div.content_page {
		width: 726px;
	}
		div.content_container {
			width:100%;
			padding:10px;
		}
		
		p.header_text {
			padding-left:10px;
		}
		
		div.content_container h2 {
			margin:0px;
			background:url(../image/content_head_bg.jpg) repeat-x;
			font-size:11px;
			font-weight:bold;
			color:#fff;
			
			padding-left:27px;
			padding-top:10px;
			padding-bottom:11px;
		}
		
		.product_listings {
			padding-left:3px;
			padding-top:10px;
		}
		.products {
			float:left;
			color:#999999;
			
			border-bottom:1px #eaeaea solid;
			padding-top:5px;
		}
			
			
			.product_name {
				font-size:13px;
				color:#333333;
			}
		
		
#navi {
	background:url(../image/navi_bg.jpg);
	height:55px;
	width:100%;
}
	#navi img {
		float:left;
	}

#footer {
	background:#fff;
	
	padding:10px;
	padding-left:27px;
	color:#a7a7a7;
	
	border-top:1px #ccc solid;
}

	#footer a:link {
		color:#575757;
		text-decoration:none;
	}
	
	#footer div.links {
		margin-bottom:10px;
	}

.separator { 
	border-bottom:1px #ececec solid; 
	margin-bottom:10px;

}

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

	table .left {
		float:none;
	}
	table .right {
		float:none;
	}




.heading {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #112a5c;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	height: 28px;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;
}


.error {
	padding-top:6px;
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: #000000;
	font-size: 15px;  
	background-color: #FFCC00;
	padding: 3px 10px;
	display: block;
	margin-bottom: 10px;
}

.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.breadcrumb {
	color: #999999;
	margin: 10px 0px 10px 0px;
}

.breadcrumb a {
	color: #006699;
}

.price_old {
	text-decoration: line-through;
}

.price_new {
	color: #FF0000;
}
 
#bar {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 3px 0px 10px;
	height: 24px;
}

.products, .images, .categories {
	float: left;
	width: 32.2%; 
	text-align: center; 
	cursor: pointer;
	font-size: 10px; 
	height: 140px;
}

.categories a {
	text-decoration: none;
}

.images a {
	font-size: 10px;
}

.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}

.results {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}

.results .left {
	float: left;
	padding-top: 4px;
}
 
.results .right {
	float: right;
} 
 
.buttons {
	border-top: 2px solid #EEEEEE;
	padding-top:5px;
	margin: 10px 0px;

	clear: both;
}


.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}
	.buttons input, .button {
		font-size:15px;
		border:1px #ccc solid;
		background:#333;
		color:#eaeaea;
		padding:3px 10px;
		font-family:Arial, Helvetica, sans-serif;
	}

.box {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* box language */
.language {
	float: left;
	margin-top: 3px;
}

.language div {
	display: inline;
}

/* box currency */
.currency {
	float: left;
	margin-left: 20px;
	margin-top: 1px;  
}

.currency div {
	display: inline;
}

/* box search */
.search {
	float: right;
}

.search div {
	display: inline;
}

/* box cart */
.box .cart .a {
	text-align: right;
	border-top: 1px solid #EEEEEE;
	margin-top: 8px;
	padding-top: 3px;
}

.box .cart .b {
	text-align: center;
}

/* box category */
.box .category {
	padding-top: 5px;
}

.box .category a {
	background: url('../image/bullet_1.png') no-repeat 15px 5px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
}

/* box information */
.box .information a {
	background: url('../image/bullet_2.png') no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
}

/* box review */
.box .review div {
	text-align: center;
}

.box .review a {
	text-decoration: none;
}

.box .review img {
	padding: 3px;
}

/* success */
#success {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}

/* failure */
#failure {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;  
}

/* error */
#error {
	clear: both;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}


.h2 {
	font-size:20px;
	color:#666666;
}

.form input {
	font-size:20px;
	border:1px #ccc solid;
	padding:2px;
}

