
html {
	overflow:-moz-scrollbars-vertical;
	margin:0;
	padding:0;
}
html, body{
	margin:0;
	padding:0;
}
body {
	color:#000;
	font-family:Helvetica,Arial,sans-serif;	
}
body, td, th, input, textarea, select, a {
	font-size:12px;
}

/* ------- Headings & Paragraphes Styles ------------------------------------------- */

h1, .welcome {
	color:#636E75;
	font-family:Verdana;	
	font-size:32px;
	font-weight:normal;	
}
h1, h2, h3, h4, h5, .welcome, .box .box-heading, .box .box-content li{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	margin:0;
}
h2 {
	color:#222;
	font-size:16px;	
	font-weight:normal;
	margin-bottom:15px;
}
p {
	margin:0 0 20px 0;	
}

/* ------- Genric Styles ------------------------------------------- */

a, a:visited, a b {
	color:#040404;
	text-decoration:underline;
	cursor:pointer;
	outline:none;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
.floatleft{float:left;}
.floatright{float:right;}

/* ------- Clearfix Styles ------------------------------------------- */

.clearfix:after {
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix {
	display:inline-block;
}
html[xmlns] .clearfix {
	display:block;
}
* html .clearfix{
	height:1%;
}

/* ------- Form Styles ------------------------------------------- */

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background:#f8f8f8;
	border:1px solid #ccc;
	padding:3px;
	margin-left:0;
	margin-right:0;
}
select {
	background:#f8f8f8;
	border:1px solid #ccc;
	padding:2px;
}
label {
	cursor:pointer;
}

/* ------- Layout Styles ------------------------------------------- */

#container-wrap{
	background:#fff url(../image/bg.png) repeat-x top;
	width:100%;
}
	#container{
		width:980px;
		margin:0 auto;	
		text-align:left;
	}	
		#cols-wrap{
			position:relative;
		}
			#column-left{
				float:left;
				width:180px;
			}
			#column-right{
				float:right;
				width:180px;
			}
			#content{
				min-height:400px;
				margin-bottom:25px;
			}
			#column-left + #column-right + #content, #column-left + #content{
				margin-left:195px;
			}
			#column-left + #column-right + #content, #column-right + #content{
				margin-right:195px;
			}
			#content{
				margin-top:60px;
			}
			#container-home #column-left, #container-home #column-right, #container-home #content{
				margin-top:0;
			}
			.content-inner{
				padding:20px;
				border:solid #175204;
				border-width:0 1px 1px 1px;
				-webkit-border-radius:0 0 15px 15px;
				-moz-border-radius:0 0 15px 15px;
				-khtml-border-radius:0 0 15px 15px;
				border-radius:0 0 15px 15px;
			}
	
/* ------- Header Wrap Stykes ------------------------------------------- */

#header-wrap{
	background:url(../image/header-wrap-bg.png) no-repeat top;
	height:203px;
	margin-bottom:15px;	
}	

/* ------- Header Links & Welcome Message Styles ------------------------------------------- */		

	#header-links{
		height:33px;
		line-height:30px;
		font-weight:bold;
	}	
		#header-links ul{
			list-style:none;
			margin:0;
			padding:0;			
		}
			#header-links li{
				padding:0 5px;				
			}
			#header-links li, #header-links li a{
				display:block;
				float:left;
				color:#3DDB09;
				text-decoration:none;
				font-size:11px;				
			}
				#header-links ul.floatleft li a:hover, #header-links li a span {
					text-decoration:underline;
				}				
				#header-links li a:hover span{
					text-decoration:none;
				}
				#header-links ul.floatleft li a:hover, #welcome a:hover, #header-links li a:hover span{
					color:#fff;
				}
				#header-links ul.floatright{
					background:url(../image/cart-icon.png) no-repeat left center;
					padding:0 0 0 20px;
				}
					
		#welcome{
			float:left;
			font-size:11px;
		}
			#welcome, #welcome a, #welcome a:hover{		
				color:#f2f2f2;				
			}								

/* ------- Header Styles ------------------------------------------- */		

	#header{
		height:124px;		
		position:relative;
		z-index:99;
	}

/* ------- Logo Styles ------------------------------------------- */	

	#header #logo{
		float:left;
		padding:36px 0 0 0;
	}

/* ------- Language Styles ------------------------------------------- */		
	
	#language{		
		min-width:75px;
		width:auto !important;
		width:75px;
		color:#9CCCFC;
		line-height:17px;
		padding:55px 15px 0 0;
		float:right;
	}
		#language img {
			cursor:pointer;
		}
		
/* ------- Currency Styles ------------------------------------------- */				
		
	#currency{
		min-width:90px;
		width:auto !important;
		width:90px;
		float:right;
		color:#9CCCFC;
		height:20px;
		line-height:20px;		
		padding:47px 25px 0 0;		
	}
	#currency, #currency a{
		font-weight:bold;
		font-size:14px;
	}
		#currency a{
			display:inline-block;
			padding:2px 8px;
			margin:0 2px;
			color:#666;
			text-decoration:none;
			border:2px solid #3d3d3d;
			-webkit-border-radius:15px;
			-moz-border-radius:15px;
			-khtml-border-radius:15px;
			border-radius:15px;
			background:#161616;
		}
			#currency a:hover{	
				border:2px solid #616161;
				color:#fff;
			}
		#currency a b{
			color:#fff;
			text-decoration:none;
		}
			
/* ------- Search Styles ------------------------------------------- */				
			
	#header #search{
		float:right;
		width:220px;
		height:28px;
		overflow:hidden;
		background:#266dbc;
		margin:45px 0 0 0;
		padding:0 0 0 16px;
		border:1px solid #4b91df;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		-khtml-border-radius:15px;
		border-radius:15px;				
	}
		#header .button-search, #header #search input{
		border:none;
		outline:none;
		margin:0;
		padding:0;
	}
		#header .button-search{
			float:right;
			background:url(../image/button-search.png) 5px center no-repeat;
			width:28px;
			height:28px;			
			cursor:pointer;
			border-left:1px solid #3d3d3d;
		}
		#header #search input {
			float:left;
			background:none;			
			width:186px;
			height:28px;			
		}
		#header #search, #header #search input{
			color:#a0a0a0 !important;
		}

/* ------- Menu Styles ------------------------------------------- */			
			
#menu{
	background:url(../image/menu-bg.png) no-repeat;	
	height:46px;	
	padding:0 15px;
}
	#menu ul{
		list-style:none;
		margin:0;
		padding:0;
	}
		#menu > ul > li{
			position:relative;
			float:left;
			z-index:1000;
		}
			#menu > ul > li:hover{
			}
			#menu > ul > li:hover a, #menu > ul > li a:hover{
				color:#000;
			}
			#menu > ul > li > a{
				font-size:18px;
				line-height:46px;
				color:#3DDB09;				
				text-decoration:none;
				font-weight:bold;
				display:block;				
				z-index:6;
				position:relative;
			}
			#menu > ul > li > a, #menu > ul > li > a span, #menu > ul > li > a:hover, #menu > ul > li > a:hover span{
				display:block;
			}
			#menu > ul > li > a{
				padding:0 0 0 18px;
			}
			#menu > ul > li > a span{
				padding:0 18px 0 0;
			}
			#menu > ul > li:hover a, #menu > ul > li > a:hover{
				color: #000;			}
			#menu > ul > li:hover a span, #menu > ul > li > a:hover span{
				color: #000;
			}
			#menu > ul > li:hover a, #menu > ul > li:hover a span, #menu > ul > li > a:hover, #menu > ul > li > a:hover span{
				color:#000;
			}
				#menu > ul > li > div{
					display:none;
					background:#ececec;
					position:absolute;
					z-index:5;					
					border:solid #ddd;								
					border-width:1px 1px 0 1px;
				}
					#menu > ul > li:hover > div{
						display:table;
					}
					#menu > ul > li > div > ul{
						display:table-cell;
					}
					#menu > ul > li ul + ul{
						padding-left:20px;
					}					
						#menu > ul > li ul > li > a{
							text-decoration:none;
							padding:10px 12px;
							color:#222;
							display:block;
							white-space:nowrap;
							min-width:120px;
							border-bottom:1px solid #ddd;
							background-image:none;
						}
							#menu > ul > li ul > li > a:hover{
								background:#f4f4f4;								
							}
							#menu > ul > li:hover> div > ul > li > a{
								background-image:none;
								color:#222;
							}
						#menu > ul > li > div > ul > li > a{
							color:#222;
						}
						
/* ------- Breadcrumb Styles ------------------------------------------- */						
						
.breadcrumb {	
	position:absolute;
	width:928px;
	top:-60px;
	left:0;
	background:#f2f2f2;
	border:solid #d6d6d6;
	border-width:0 1px 1px 1px;
	padding:11px 25px;
	-webkit-border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;
	-khtml-border-radius:0 0 15px 15px;
	border-radius:0 0 15px 15px;
}
	.breadcrumb, .breadcrumb a{		
		font-weight:normal;
		font-size:11px;
		text-decoration:none;
		color:#666;
	}
	.breadcrumb a{
		padding:0 3px;
	}
		.breadcrumb a:hover{
			text-decoration:underline;
			color:#040404;
		}

/* ------- Warning & help & Messages Styles ------------------------------------------- */

.success, .warning, .attention, .information{
	padding:10px 10px 10px 33px;
	text-align:center;
	color:#555;	
}
.success{
	background:#eaf7d9 url(../image/success.png) 10px center no-repeat;
	border:1px solid #bbdf8d;
}
.warning{
	background:#ffd1d1 url(../image/warning.png) 10px center no-repeat;
	border:1px solid #f8acac;
}
.attention{
	background:#fff5CC url(../image/attention.png) 10px center no-repeat;
	border:1px solid #f2dd8c;
}
.information{
	background:#e8f6ff url(../image/information.png) 10px center no-repeat;
	border:1px solid #b8e2fb;
}
.success .close, .warning .close, .attention .close, .information .close{
	float:right;
	padding-top:4px;
	padding-right:4px;
	cursor:pointer;
}
.required{
	color:#ff0000;
	font-weight:bold;
}
.error{
	display:block;
	color:#ff0000;
}
.help{
	color:#999;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	display:block;
}

/* ------- Table>List/Form Styles ------------------------------------------- */

table.form{
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}
	table.form tr td:first-child{
		width:150px;
	}
	table.form > * > * > td{
		color:#000;
	}
	table.form td{
		padding:4px;
	}
	input.large-field, select.large-field{
		width:300px;
	}
	table.list{
		border-collapse:collapse;
		width:100%;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		margin-bottom:20px;
	}
	table.list td{
		border-right:1px solid #ddd;
		border-bottom:1px solid #ddd;
	}
	table.list thead td {
		background-color:#efefef;
		padding:0 5px;
	}
		table.list thead td a, .list thead td {
			text-decoration:none;
			color:#222;
			font-weight:bold;
		}
			table.list tbody td a {
				text-decoration:underline;
			}
	table.list tbody td {
		vertical-align:top;
		padding:0 5px;
	}
	table.list .left{
		text-align:left;
		padding:7px;
	}
	table.list .right{
		text-align:right;
		padding:7px;
	}
	table.list .center{
		text-align:center;
		padding:7px;
	}
	table.radio {
		width: 100%;
		border-collapse: collapse;
	}
	table.radio td {
		padding: 5px;
		vertical-align: top;
	}
	table.radio td label {
		display: block;
	}
	table.radio tr td:first-child {
		width: 1px;
	}
	table.radio tr td:first-child input {
		margin-top: 1px;
	}
	table.radio tr.highlight:hover td {
		background: #F1FFDD;
		cursor: pointer;
	}

/* ------- Pagination Styles ------------------------------------------- */	
	
.pagination {
	border:1px solid #d3d3d3;	
	padding:10px 20px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	display: inline-block;
	width: 94%;
	margin:10px auto 0;
	background:#fff url(../image/tabs.png) repeat-x bottom;
	font-weight:bold;
	color:#4d4d4d;
}
	.pagination .links {
		float: left;
	}
		.pagination .links a {
			display: inline-block;
			border: 1px solid #EEEEEE;
			padding: 4px 10px;
			text-decoration: none;
			color: #A3A3A3;
		}
		.pagination .links b {
			display: inline-block;
			border: 1px solid #269BC6;
			padding: 4px 10px;
			font-weight: normal;
			text-decoration: none;
			color: #269BC6;
			background: #FFFFFF;
		}
		.pagination .results {
			float: right;
			padding-top: 3px;
		}

/* ------- Buttons Styles ------------------------------------------- */
		
a.button, input.button {
	cursor:pointer;
	color:#fff;			
	background:#414141 url(../image/button-bg.png) top left repeat-x;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
	border:solid #000;	
	border-width:0 2px 2px 2px;
	padding:5px 13px;	
	text-decoration: none;	
	font-size: 11px;
	font-weight: bold;
}
a.button {
	display:inline-block;	
}
input.button {
	margin:0;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
}
a.button:hover, input.button:hover {
	background:#424242 url(../image/button-bg-active.png) repeat-x;
}
.buttons {
	background: #f5f5f5;	
	overflow: auto;
	padding:8px 10px;
	margin-bottom: 20px;
	border: 1px solid #d6d6d6;
	border-radius:15px;	
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;	
}
	.buttons .left {
		float: left;
		text-align: left;
	}
	.buttons .right {
		float: right;
		text-align: right;
	}
	.buttons .center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
/* ------- Tabs Styles ------------------------------------------- */	
	
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #d6d6d6;	
}
	.htabs a {
		border-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6; 
		background: #FFFFFF url(../image/tabs.png) repeat-x bottom;
		padding: 7px 15px 6px 15px;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #4d4d4d;
		margin-right: 4px;
		display: none;
		-webkit-border-radius:15px 15px 0 0;
		-moz-border-radius:15px 15px 0 0;
		-khtml-border-radius:15px 15px 0 0;
		border-radius:15px 15px 0 0;
	}
		.htabs a.selected {
			padding-bottom: 7px;
			background: #FFFFFF url(../image/tab_3.png) repeat-x;
		}
	.tab-content {
		border:solid #d6d6d6;
		border-width:0 1px 1px 1px;		
		padding: 20px;
		margin-bottom: 20px;
		z-index: 2;
		overflow: auto;
		-webkit-border-radius:0 0 15px 15px;
		-moz-border-radius:0 0 15px 15px;
		-khtml-border-radius:0 0 15px 15px;
		border-radius:0 0 15px 15px;		
	}

/* ------- Box Styles ------------------------------------------- */	
	
.box{
	margin-bottom:20px;
}
	.box .box-heading, #column-left + #column-right + #content h1, #column-left + #content h1, #column-right + #content h1, #column-left + #column-right + #content .welcome, #column-left + #content .welcome, #column-right + #content .welcome, #content h1{
		-webkit-border-radius:15px 15px 0 0;
		-moz-border-radius:15px 15px 0 0;
		-khtml-border-radius:15px 15px 0 0;
		border-radius:15px 15px 0 0;
		border:1px solid #175204;
		background:#B9DAFF url(../image/tabs.png) repeat-x top;
		padding:12px 10px 10px;		
		font-size:14px;
		font-weight:bold;
		line-height:14px;
		color:#4d4d4d;
		text-indent:10px;
	}
	
	#container-home #content{
		border:none;		
	}
	#column-left + #column-right + #content, #column-left + #content, #column-right + #content{
		padding:0;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		-khtml-border-radius:15px;
		border-radius:15px;		
	}	
	#column-left .box .box-content, #column-right .box .box-content, #container-home .box .box-content{
		padding:0;
		-webkit-border-radius:0 0 15px 15px;
		-moz-border-radius:0 0 15px 15px;
		-khtml-border-radius:0 0 15px 15px;
		border-radius:0 0 15px 15px;
		border:solid #175204;
		border-width:0 1px 1px 1px;	
	}
	#container-home .box .box-content{
		padding:15px 0 10px 10px;
	}
		#column-right .box .box-content ul{
			margin:0;
			padding:0;
			list-style:none;
		}
			#column-right .box .box-content ul li{
				padding: 8px 8px 8px 30px;			
				background:url(../image/arrow.gif) no-repeat 18px 15px;									
			}
			#column-right .box .box-content ul li + li{
				border-top: 1px solid #d6d6d6;	
			}
				#column-right .box .box-content ul li a{
					text-decoration: none;
					color: #333;
					font-size:11px;
				}
					#column-right .box .box-content ul li a:hover{
						text-decoration:underline;
					}
						#column-right .box .box-content ul li ul li{
							border:none;
						}

/* ------- Box Product Styles ------------------------------------------- */	
	
.box-product{
	width:100%;
	overflow:auto;
}	
	.box-product > div{
		width:145px;
		display:inline-block;
		vertical-align:top;
		margin:0 5px 5px;		
		background:#fafafa;
		border:1px solid #d3d3d3;
		text-align:center;
		padding:15px 0;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		-khtml-border-radius:15px;
		border-radius:15px;
	}
	.box-product > div:hover{
		background:#f2f2f2;
		border:1px solid #d1d1d1;
	}
	#column-left + #column-right + #content .box-product > div {
		width: 141px;
	}
	.box-product .image{
		display:block;
		margin-bottom:0;
	}
		.box-product .image img{
		}
	.box-product .name a{
		color:#222;
		font-weight:bold;
		text-decoration:none;
		display:block;
		margin:8px 0;
		font-size:13px !important;
	}
		.box-product .name a:hover{
			color:#666;
		}
	.box-product .price{
		display:block;
		font-weight:bold;
		color:#333;
		margin:8px 0;
	}
		.box-product .price-old{
			color:#f00;
			text-decoration:line-through;
		}
		.box-product .price-new{
			font-weight:bold;
		}
	.box-product .rating{
		display:block;
		margin-bottom:4px;
	}

/* ------- Box Category Styles ------------------------------------------- */	
	
.box-category {
/*	margin-top: -5px;*/
}
	.box-category ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.box-category > ul > li {
			padding: 8px 8px 8px 22px;			
			background:url(../image/arrow.gif) no-repeat 12px 13px;			
		}
		.box-category > ul > li + li {
			border-top: 1px solid #d6d6d6;
		}
			.box-category > ul > li > a {
				text-decoration: none;
				color: #4D4D4D;
				font-size:12px;
			}
				.box-category > ul > li ul {
					display: none;
				}
			.box-category > ul > li > a:hover, .box-category > ul > li ul > li > a:hover{
				text-decoration:underline;
			}
			.box-category > ul > li a.active {
				font-weight: bold;
			}
				.box-category > ul > li a.active + ul {
					display: block;
				}
					.box-category > ul > li ul > li {
						padding: 5px 5px 0 10px;
					}
						.box-category > ul > li ul > li > a {
							text-decoration: none;
							display: block;
							font-size:11px;
							color:#000;
						}
						.box-category > ul > li ul > li > a.active {
							font-weight: bold;
						}

/* ------- Content Class Styles ------------------------------------------- */							
						
#content .content{	
	overflow:auto;
	margin-bottom:20px;	
}
	#content .content .left{
		float:left;
		width:49%;
	}
	#content .content .right{
		float:right;
		width:49%;
	}

#payment-address-existing{
	display: none;
}

/* ------- Category Info & List Styles (Content Area)  ------------------------------------------- */	
	
.category-info{
	overflow:auto;
	margin-bottom:20px;
}
	.category-info .image{
		float:left;
		padding:5px;
		margin-right:15px;
		border:1px solid #e7e7e7;
	}
	.category-list{
		overflow:auto;
		margin-bottom:20px;
	}
		.category-list ul{
			float:left;
			width:18%;
		}
	.category-list .div a{
		text-decoration:underline;
		font-weight:bold;
	}

/* ------- Manufacturer Styles ------------------------------------------- */	
	
.manufacturer-list {
	border: 1px solid #d6d6d6;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;	
	overflow: auto;
	margin-bottom: 20px;
}
	.manufacturer-heading {
		background: #fff url(../image/tabs.png) repeat-x bottom;
		font-size: 15px;
		font-weight: bold;
		padding: 5px 15px;
		margin-bottom: 6px;
	}
	.manufacturer-content {
		padding:8px 15px;
	}
		.manufacturer-list ul {
			float: left;
			width: 25%;
			margin: 0;
			padding: 0;
			list-style: none;
			margin-bottom: 10px;
		}

/* ------- Products Filter/Sort/Compare Styles ------------------------------------------- */		
		
.product-filter {
	border:solid #d6d6d6;
	border-width:1px 1px 0 1px;
	-webkit-border-radius:15px 15px 0 0;
	-moz-border-radius:15px 15px 0 0;
	-khtml-border-radius:15px 15px 0 0;
	border-radius:15px 15px 0 0;
	padding:10px 20px;		
	overflow: auto;	
	background:#fff url(../image/tabs.png) repeat-x bottom;
}
	.product-filter .display {
		margin-right: 15px;
		float: left;
		padding-top: 4px;
		color: #333;
	}
		.product-filter .display a {
			font-weight: bold;
		}
	.product-filter .sort {
		float: right;
		color: #333;
	}
	.product-filter .limit {
		margin-left: 15px;
		float: right;
		color: #333;
	}
	.product-compare {
		border:1px solid #d6d6d6;
		-webkit-border-radius:0 0 15px 15px;
		-moz-border-radius:0 0 15px 15px;
		-khtml-border-radius:0 0 15px 15px;
		border-radius:0 0 15px 15px;
		padding:12px 20px;		
		margin-bottom: 25px;
		font-weight: bold;
		background:#fff url(../image/tab_3.png) repeat-x top;		
	}
		.product-compare a {
			text-decoration: none;
			font-weight: bold;
			color:#4d4d4d;
		}
			.product-compare a:hover{
				color:#040404;
			}
		
/* ------- Products List Styles ------------------------------------------- */		
		
	.product-list > div {
		overflow: auto;
		margin-bottom: 15px;
		border:1px solid #d6d6d6;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		-khtml-border-radius:15px;
		border-radius:15px;
		padding:10px;
		background:#fff;
	}
	.product-list .right {
		float: right;
		margin-left: 15px;
	}
		.product-list > div + div {			
		}
	.product-list .image {
		float: left;
		margin-right: 10px;		
	}	
		.product-list .image img {
			padding: 3px;			
		}
	.product-list .name {
		margin-bottom: 3px;
	}
		.product-list .name a {
			color: #4d4d4d;
			font-weight: bold;
			text-decoration: none;
			font-size:13px;
		}
			.product-list .name a:hover{
				color:#040404;
			}
	.product-list .description {
		line-height: 15px;
		margin-bottom: 5px;
		color: #4D4D4D;
	}
	.product-list .rating {
		color: #7B7B7B;
	}	
	.product-list .price {
		float: right;
		height: 50px;
		margin-left: 8px;
		text-align: right;
		color: #333333;
		font-size: 12px;
	}
		.product-list .price-old {
			color: #F00;
			text-decoration: line-through;
		}
		.product-list .price-new {
			font-weight: bold;
		}
	.product-list .price-tax {
		font-size: 12px;
		font-weight: normal;
		color: #BBBBBB;
	}
	.product-list .name, .product-list .price, .product-list .cart{
		padding-top:15px;
	}
	.product-list .cart {
		margin-bottom: 3px;
	}
	.product-list .wishlist, .product-list .compare {
		margin-bottom: 3px;
	}
		.product-list .wishlist a {
			color: #333333;
			text-decoration: none;
			padding-left: 18px;
			display: block;
			background: url('../image/add.png') left center no-repeat;
		}
		.product-list .compare a {
			color: #333333;
			text-decoration: none;
			padding-left: 18px;
			display: block;
			background: url('../image/add.png') left 60% no-repeat;
		}
		
/* ------- Products Grid Styles ------------------------------------------- */			
		
	.product-grid {
		width: 100%;
		overflow: auto;
	}
		.product-grid > div {
			width: 118px;
			display: inline-block;
			vertical-align: top;
			margin:10px 3px 5px 3px;	
			border:1px solid #d3d3d3;
			text-align:center;
			padding:10px;
			-webkit-border-radius:15px;
			-moz-border-radius:15px;
			-khtml-border-radius:15px;
			border-radius:15px;
			background:#fafafa;
		}
		.product-grid > div:hover{
			background:#f2f2f2;
			border:1px solid #d1d1d1;
		}
	.product-grid .image {
		display: block;
		margin-bottom: 5px;
	}
		.product-grid .image img {
			padding: 3px;			
		}
		.product-grid .name a {
			color: #222;
			font-weight: bold;
			text-decoration: none;
			display: block;
			margin-bottom: 6px;
			font-size:13px;
		}
			.product-grid .name a:hover{
				color:#666;
			}
	.product-grid .description {
		display: none;
	}
	.product-grid .rating {
		display: block;
		margin-bottom: 4px;
	}
	.product-grid .price {
		display: block;
		font-weight: bold;
		color: #4d4d4d;
		margin-bottom: 8px;
	}
		.product-grid .price-old {
			color: #F00;
			text-decoration: line-through;
		}
		.product-grid .price-new {
			font-weight: bold;
		}
	.product-grid .price .price-tax {
		display: none;
	}
	.product-grid .cart {
		margin-bottom: 9px;
	}
	.product-grid .wishlist, .product-grid .compare {
		margin-bottom: 3px;
	}
		.product-grid .wishlist a {			
/*			background: url('../image/add.png') 8px no-repeat;*/
		}
		.product-grid .wishlist a, .product-grid .compare a{
			color: #4d4d4d;
			text-decoration: none;
			font-weight: bold;
			display: block;
			padding-left:8px;			
		}
		.product-grid .wishlist a:hover, .product-grid .compare a:hover{
			color:#040404;
		}
		.product-grid .compare a {	
/*			background: url('../image/add.png') 8px center no-repeat;*/
		}

/* ------- Product Page Styles ------------------------------------------- */			
		
	.product-info {
		overflow: auto;
		margin-bottom: 20px;
	}
		.product-info > .left {
			float: left;
			margin-right: 15px;			
		}
		.product-info > .left + .right {
			margin-left: 265px;			
		}
		.product-info .image {
			border: 1px solid #d6d6d6;
			background:#f5f5f5;				
			float: left;
			margin-bottom: 20px;
			padding: 10px;
			text-align: center;
		}
		.product-info .image, .product-info .image-additional img{
			border-radius:15px;
			-webkit-border-radius:15px;
			-moz-border-radius:15px;
			-khtml-border-radius:15px;
		}
		.product-info .image-additional {
			width: 260px;
			margin-left: -10px;
			clear: both;
			overflow: hidden;
		}
			.product-info .image-additional img {
				border: 1px solid #d6d6d6;				
			}			
			.product-info .image-additional a {
				float: left;
				display: block;
				margin-left: 10px;
				margin-bottom: 10px;
			}
		.product-info .description {			
			line-height: 20px;
			color: #4D4D4D;				
		}
			.product-info .description span {
				color: #000;
				font-weight:bold;
				width:100px;
				display:block;
				float:left;
			}			
			.product-info .description a {
				color: #4D4D4D;
				text-decoration: none;float:left;				
			}
		.product-info .description, .product-info .price, .product-info .cart, .product-info .review > div , .product-info .review .share, .product-info .options{			
			border: 1px solid #d6d6d6;
			background:#f5f5f5;
			padding:10px 20px;			
		}
		.product-info .description{
			border-radius:15px 15px 0 0;
			-webkit-border-radius:15px 15px 0 0;
			-moz-border-radius:15px 15px 0 0;
			-khtml-border-radius:15px 15px 0 0;				
		}		
		.product-info .description, .product-info .price, .product-info .cart, .product-info .options{
			border-bottom:none;
		}
		.product-info .review .share{
			border-top:none;
		}
		.product-info .cart a, .product-info .review > div a, .product-info .review .share a{
			color:#4d4d4d;
			font-weight:bold;
			text-decoration:none;
		}		
		.product-info .cart a:hover, .product-info .review > div a:hover, .product-info .review .share a:hover{
			color:#040404;
		}
		.product-info .review .share{
			border-radius:0 0 15px 15px;
			-webkit-border-radius:0 0 15px 15px;
			-moz-border-radius:0 0 15px 15px;
			-khtml-border-radius:0 0 15px 15px;
			background:#eaeaea url(../image/tabs.png) repeat-x top;	
		}
		.product-info .price {
			overflow: auto;
			font-size: 15px;
			font-weight: bold;
			color: #333333;			
		}			
			.product-info .price-old {
				color: #F00;
				text-decoration: line-through;
			}
			.product-info .price-new {				
			}
		.product-info .price-tax {
			font-size: 12px;
			font-weight: normal;
			color: #999;
		}
		.product-info .price .reward {
			font-size: 12px;
			font-weight: normal;
			color: #999;
		}
		.product-info .price .discount {
			font-weight: normal;
			font-size: 12px;
			color: #4D4D4D;
		}		
		.product-info .options {
/*			border-bottom: 1px solid #d6d6d6;
			padding: 0px 5px 10px 5px;
			margin-bottom: 10px;
			color: #000000;*/
		}
			.product-info .option-image{
				margin-top:3px;
				margin-bottom:10px;
			}
					.product-info .option-image label{
						display:block;
						width:100%;
						height:100%;
					}
					.product-info .option-image img{
						margin-right:5px;
						border:1px solid #CCC;
						cursor:pointer;
					}
		.product-info .cart {
			color: #4D4D4D;
			overflow: auto;
		}
			.product-info .cart div {
				float: left;
				vertical-align: middle;				
			}
				.product-info .cart div > span {
					padding-top: 7px;
					display: block;
					color: #999;
				}
			.product-info .cart .minimum {
				padding-top: 5px;
				font-size: 11px;
				color: #999;
				clear: both;
			}			
		.product-info .review {
			color: #4D4D4D;
		}
			.product-info .review > div {
				padding-top: 12px;
				line-height: 20px;
				border-bottom: 1px solid #d6d6d6;				
			}
			.product-info .review > div > span {
				color: #38B0E3;
			}
	.product-info .review .share {
		overflow: auto;
		line-height: normal;		
		padding-top:12px;
	}
		.product-info .review .share a {
			text-decoration: none;
		}
	.review-list {
		padding: 10px;
		overflow: auto;
		margin-bottom: 20px;
		border: 1px solid #EEEEEE;
	}
	.review-list .author {
		float: left;
		margin-bottom: 20px;
	}
	.review-list .rating {
		float: right;
		margin-bottom: 20px;
	}
	.review-list .text {
		clear: both;
	}
		
/* ------- Attribute Styles ------------------------------------------- */		
		
	.attribute{
		border-collapse:collapse;
		width:100%;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		margin-bottom:20px;
	}
		.attribute thead td, .attribute thead tr td:first-child{
			color:#000;
			font-size:14px;
			font-weight:bold;
			background:#f7f7f7;
			text-align:left;
		}
		.attribute tr td:first-child{
			color:#000;
			font-weight:bold;
			text-align:right;
			width:20%;
		}
		.attribute td{
			padding:7px;
			color:#4d4d4d;
			text-align:center;
			vertical-align:top;
			border-right:1px solid #ddd;
			border-bottom:1px solid #ddd;
		}
		
/* ------- Compare Info Styles ------------------------------------------- */			
		
	.compare-info{
		border-collapse:collapse;
		width:100%;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		margin-bottom:20px;
	}
		.compare-info thead td, .compare-info thead tr td:first-child{
			color:#000;
			font-size:14px;
			font-weight:bold;
			background:#f7f7f7;
			text-align:left;
		}
		.compare-info tr td:first-child{
			color:#000;
			font-weight:bold;
			text-align:right;
		}
		.compare-info td{
			padding:7px;
			width:20%;
			color:#4d4d4d;
			text-align:center;
			vertical-align:top;
			border-right:1px solid #ddd;
			border-bottom:1px solid #ddd;
		}
		.compare-info .name a{
			font-weight:bold;
		}
		.compare-info .price-old{
			font-weight:bold;
			color:#f00;
			text-decoration:line-through;
		}
		.compare-info .price-new{
			font-weight:bold;
		}

/* ------- Wishlist Styles ------------------------------------------- */		
		
	.wishlist-product table {
		width:100%;
		border-collapse:collapse;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		margin-bottom:20px;
	}
		.wishlist-product td{
			padding:7px;
		}
		.wishlist-product thead td {
			color:#4d4d4d;
			font-weight:bold;
			background-color:#f7f7f7;
			border-bottom:1px solid #ddd;
		}
			.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart{
				text-align:center;
			}
			.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock{
				text-align:left;
			}
			.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total{
				text-align:right;
			}
		.wishlist-product tbody td {
			vertical-align:top;
			border-bottom:1px solid #ddd;
		}
			.wishlist-product tbody .remove{
				vertical-align:middle;
			}
			.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart{
				text-align:center;
			}
			.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock{
				text-align:left;
			}
			.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total{
				text-align:right;
			}
			.wishlist-product tbody .price s{
				color:#f00;
			}
			
/* ------- Login Content Styles ------------------------------------------- */			
			
	.login-content {
		margin-bottom: 20px;
		overflow: auto;
	}
		.login-content .left {
			float: left;
			width: 48%;
		}
		.login-content .right {
			float: right;
			width: 48%
		}
		.login-content .left, .login-content .right{			
		}
		.login-content .left .content, .login-content .right .content {
			min-height: 190px;
			border: 1px solid #d6d6d6;
			background:#f5f5f5;
			margin-top:15px;
			padding:20px !important; 	
			border-radius:15px;
			-webkit-border-radius:15px;
			-moz-border-radius:15px;
			-khtml-border-radius:15px;			
		}
			.login-content .right .content a{				
				font-weight:bold;
			}

/* ------- Orders Styles ------------------------------------------- */			
		
	.order-list{
		margin-bottom:10px;
	}
		.order-list .order-id{
			width:49%;
			float:left;
			margin-bottom:2px;
		}
		.order-list .order-status{
			width:49%;
			float:right;
			text-align:right;
			margin-bottom:2px;
		}
		.order-list .order-content{
			padding:10px 0;
			display:inline-block;
			width:100%;
			margin-bottom:20px;
			border-top:1px solid #eee;
			border-bottom:1px solid #eee;
		}
			.order-list .order-content div{
				float:left;
				width:33.3%;
			}
	.order-list .order-info{
		text-align:right;
	}
	.order-detail{
		background:#efefef;
		font-weight:bold;
	}

/* ------- Returns Styles ------------------------------------------- */		
	
	.return-list{
		margin-bottom:10px;
	}
		.return-list .return-id{
			width:49%;
			float:left;
			margin-bottom:2px;
		}
		.return-list .return-status{
			width:49%;
			float:right;
			text-align:right;
			margin-bottom:2px;
		}
		.return-list .return-content{
			padding:10px 0;
			display:inline-block;
			width:100%;
			margin-bottom:20px;
			border-top:1px solid #eee;
			border-bottom:1px solid #eee;
		}
			.return-list .return-content div{
				float:left;
				width:33.3%;
			}
		.return-list .return-info{
			text-align:right;
		}
		.return-product{
			overflow:auto;
			margin-bottom:20px;
		}
		.return-name{
			float:left;
			width:33.3%;
		}
		.return-model{
			float:left;
			width:33.3%;
		}
		.return-quantity{
			float:left;
			width:33.3%;
		}
		.return-detail{
			overflow:auto;
			margin-bottom:20px;
		}
		.return-reason{
			float:left;
			width:33.3%;
		}
		.return-opened{
			float:left;
			width:33.3%;
		}
		.return-opened textarea {
			width:98%;
			vertical-align:top;
		}
		.return-remove{
			float:left;
			width:33.3%;
			padding-top:90px;
			text-align:center;
			vertical-align:middle;
		}
		.return-additional{
			overflow:auto;
			margin-bottom:20px;
		}
		.return-comment{
			float:left;
			width:49%;
		}
		.return-captcha{
			float:right;
			width:49%;
		}
		
/* ------- Download List Styles ------------------------------------------- */		
		
	.download-list{
		margin-bottom:10px;
	}
		.download-list .download-id{
			width:49%;
			float:left;
			margin-bottom:2px;
		}
		.download-list .download-status{
			width:49%;
			float:right;
			text-align:right;
			margin-bottom:2px;
		}
		.download-list .download-content{
			padding:10px 0;
			display:inline-block;
			width:100%;
			margin-bottom:20px;
			border-top:1px solid #eee;
			border-bottom:1px solid #eee;
		}
			.download-list .download-content div{
				float:left;
				width:33.3%;
			}
	.download-list .download-info{
		text-align:right;
	}

/* ------- Cart Styles ------------------------------------------- */		
	
	.cart-info table {
		width: 100%;
		margin-bottom: 20px;
		border-collapse: collapse;
		border-top: 1px solid #d6d6d6;
		border-left: 1px solid #d6d6d6;
		border-right: 1px solid #d6d6d6;		
	}
		.cart-info td {
			padding: 7px;
		}
		.cart-info thead td {
			color: #4D4D4D;
			font-weight: bold;
			background: #fff url(../image/tabs.png) repeat-x bottom;
			border-bottom: 1px solid #d6d6d6;
		}
			.cart-info thead .remove, .cart-info thead .image {
				text-align: center;
			}
			.cart-info thead .name, .cart-info thead .model {
				text-align: left;
			}
			.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
				text-align: right;
			}
		.cart-info tbody td {
			vertical-align: top;
			border-bottom: 1px solid #DDDDDD;
		}
			.cart-info tbody .remove {
				vertical-align: middle;
			}
			.cart-info tbody .remove, .cart-info tbody .image {
				text-align: center;
			}
			.cart-info tbody .name, .cart-info tbody .model {
				text-align: left;
			}
			.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
				text-align: right;
			}
			.cart-info tbody span.stock {
				color: #F00;
				font-weight: bold;
			}
		.cart-module .cart-heading {
			border: 1px solid #DBDEE1;
			padding: 8px 8px 8px 22px;
			font-weight: bold;
			font-size: 13px;
			color: #555555;
			margin-bottom: 15px;
			cursor: pointer;
			background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
		}
		.cart-module .active {
			background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
		}
		.cart-module .cart-content {
			padding: 0px 0px 15px 0px;
			display: none;
			overflow: auto;
		}
		.cart-total {
			border-top: 1px solid #DDDDDD;
			overflow: auto;
			padding-top: 8px;
			margin-bottom: 15px;
		}
			.cart-total table {
				float: right;
			}
				.cart-total td {
					padding: 3px;
					text-align: right;
				}

/* ------- Checkout Styles ------------------------------------------- */				
				
	.checkout-heading {
		background: #F8F8F8;
		border: 1px solid #DBDEE1;
		padding: 8px;
		font-weight: bold;
		font-size: 13px;
		color: #555555;
		margin-bottom: 15px;
	}
		.checkout-heading a {
			float: right;
			margin-top: 1px;
			font-weight: normal;
			text-decoration: none;
		}
	.checkout-content {
		padding: 0px 0px 15px 0px;
		display: none;
		overflow: auto;
	}
		.checkout-content .left {
			float: left;
			width: 48%;
		}
		.checkout-content .right {
			float: right;
			width: 48%;
		}
		.checkout-content .buttons {
			clear: both;
		}
		.checkout-product table {
			width: 100%;
			border-collapse: collapse;
			border-top: 1px solid #DDDDDD;
			border-left: 1px solid #DDDDDD;
			border-right: 1px solid #DDDDDD;
			margin-bottom: 20px;
		}
			.checkout-product td {
				padding: 7px;
			}
			.checkout-product thead td {
				color: #4D4D4D;
				font-weight: bold;
				background-color: #F7F7F7;
				border-bottom: 1px solid #DDDDDD;
			}
				.checkout-product thead .name, .checkout-product thead .model {
					text-align: left;
				}
				.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
					text-align: right;
				}
			.checkout-product tbody td {
				vertical-align: top;
				border-bottom: 1px solid #DDDDDD;
			}
				.checkout-product tbody .name, .checkout-product tbody .model {
					text-align: left;
				}
				.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
					text-align: right;
				}
			.checkout-product tfoot td {
				text-align: right;
				border-bottom: 1px solid #DDDDDD;
			}
/* ------- Contact Styles ------------------------------------------- */			
			
.contact-info{
	overflow:auto;
}
	.contact-info .left{
		float:left;
		width:48%;
	}
	.contact-info .right{
		float:left;
		width:48%;
	}

/* ------- Sitemap Styles ------------------------------------------- */	

.sitemap-info{
	overflow:auto;
	margin-bottom:40px;
}
	.sitemap-info .left{
		float:left;
		width:48%;
	}
	.sitemap-info .right{
		float:left;
		width:48%;
	}

/* ------- Footer Columns Styles ------------------------------------------- */	

#footer-wrap{
	background:#040404 url(../image/footer-wrap-bg.png) repeat-x top;
}
#footer-wrap, #powered-wrap{
	width:100%;
}	
	#footer, #powered{
		width:980px;
		margin:0 auto;
	}
	#footer{
		clear:both;				
		background:#040404 url(../image/footer-bg.png) no-repeat top;
		padding:25px 0 35px;
	}
		#footer h3{
			color:#fff;
			font-size:16px;
			margin:0 0 12px 0;
			padding:0 0 12px 0;
			font-weight:normal;
			border-bottom:1px dotted #626262;
		}
		#footer .column{
			float:left;
			width:215px;			
			padding-right:40px;			
		}
		#footer .column.last{
			padding-right:0;
		}
			#footer .column ul{
				margin:0 0 0 5px;
				padding:0;
				list-style:none;
			}
				#footer .column ul li{
					margin:0;
					padding:5px 0 5px 18px;
					background:url(../image/white-arrow-right.png) no-repeat left center;
				}
				#footer .column ul, #footer .column ul li, #footer .column ul li a, #footer .column a{
					color:#3DDB09;
				}
					#footer .column a{
						text-decoration:none;						
					}
						#footer .column a:hover{
							text-decoration:underline;
color: #fff;
						}

/* ------- Copyright & Powered By Styles ------------------------------------------- */					
					
#powered-wrap{
	background:#36BD09;
	padding:3px 0 0 0;
	border-top:1px solid #4B91DF;
}	
	#powered{				
		clear:both;
		height:40px;
		overflow:hidden;
		line-height:40px;
		margin:0 auto;
		padding:0;
		text-align:center;
	}
		#powered, #powered a{
			color:#fff;
			font-size:11px;
		}
		#powered a{
			text-decoration:none;
			font-weight:bold;
		}
			#powered a:hover{
				text-decoration:underline;
			}
		#powered  br{
			display:none;
		}

/* ------- Banner Styles ------------------------------------------- */	
	
	.banner div{
		text-align:center;
		width:100%;
	}
		.banner div img {
			margin-bottom:20px;
		}
		
/* ------- Extra Styles ------------------------------------------- */			

.padding20{padding:0 20px 5px 20px;}
.paddingt7{padding-top:7px;}		