/* -------------------------------------------------------------
	
	Copyright (C) 2008 - 2012 IceTheme. All Rights Reserved
 
	IceTheme - http://wwww.icetheme.com
  
---------------------------------------------------------------- */
	
/* Common 
------------------------------------------*/
.btn-cart {
	background:#db0000 url(../image/cart_btn.png) no-repeat 8px 38%;
	border:none;
	padding-left:32px;
	border-radius:0;
	box-shadow:none;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.5); 
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out; 
	transition:all .2s ease-out;}
	
	.btn-cart:hover {
		color:#fff;
		background-position: 8px 38%;
		background-color:#b80202;}
	

.right {
	text-align: right;}
	


/* image hover effect */
	
div.image:hover a img {
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out; 
	transition:all .2s ease-out;
	-webkit-transform: scale(.99);
	-o-transform:  scale(.99);
	-moz-transform:  scale(.99);
	-ms-transform:  scale(.99);
	transform: scale(.99);
	opacity:.8;}

	
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;}
	
	table.form tr td:first-child {
		width: 150px;}
		
	table.form > * > * > td {
		color: #000000;}
		
	table.form td {
		padding: 4px;}
		
	input.large-field, 
	select.large-field {
		width: 300px;}
	
	
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;}
	
	table.list td {
		border-right: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;}
		
	table.list thead td {
		background-color: #EFEFEF;
		padding: 0px 5px;}
		
		table.list thead td a, 
		.list thead td {
			text-decoration: none;
			color: #222222;
			font-weight: bold;}
		
	table.list tbody td {
		vertical-align: top;
		padding: 0px 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;
			margin-left: 0;}
			
	table.radio tr.highlight:hover td {
		background: #F1FFDD;
		cursor: pointer;}	
		
	
	
/* Cart Module
------------------------------------------*/	
#cart {
	background:#db0000 url(../image/cart.png) no-repeat left center;
	padding:0 10px 0 50px;
	margin:20px 0 0;
	position:relative;
	height:40px;
	line-height:40px;
	float:right}
	
	#cart div.heading h4 {
		display:none}
	
	
	#cart .heading a {
		color:#fff;
		text-decoration:none;}
		

	#header #cart .heading a span {
		background: url(../image/arrow-down.png) 100% 50% no-repeat;
		padding-right: 20px;}


	/* cart dropdown */
	#header #cart .content {
		position: absolute;
		display: none;
		top: 40px;
		right:0;
		z-index:99999;
		width:400px;
		padding: 8px;
		min-height: 80px;
		background: #222;
		color:#fff;
		color:rgba(255,255,255,.75);}
		
		.mini-cart-info table {
			border-collapse: collapse;
			width: 100%;
			
			margin-bottom: 0;}
			
			.mini-cart-info td {
				vertical-align: top;
				padding: 10px 5px;
				line-height: 54px;
				border-bottom: 1px dashed rgba(255,255,255,.2);}
				
				.mini-cart-info .image img {
					border: 5px solid rgba(255, 255, 255, .25);
					text-align: left;}
				
				.mini-cart-info td a {
					color:#fff}
					
			.mini-cart-info .name div {
				margin-top:-35px;
				color:rgba(255,255,255,.5);}
									
			.mini-cart-info .quantity {
				text-align: right;}
				
			.mini-cart-info td.total {
				text-align: right;}
				
			.mini-cart-info .remove {
				text-align: right;}
				
			.mini-cart-info .remove img {
				cursor: pointer;}	
				
			.mini-cart-total {
				text-align: right;}
				
				
				.mini-cart-total table {
					border-collapse: collapse;
					display: inline-block;
					margin-top: 15px;}
					
					
				.mini-cart-total td {
					padding: 0 10px;
					line-height: 30px;}
					
				#header #cart .checkout {
					text-align: right;
					clear: both;}
					
					#header #cart .checkout a {
						display:inline-block;
						padding:0 12px;
						line-height: 32px;
						color:#fff;
						text-decoration:none;
						background:rgba(0,0,0,.25);
						-webkit-transition:all .2s ease-out;
						-moz-transition:all .2s ease-out;
						-o-transition:all .2s ease-out; 
						transition:all .2s ease-out;}
						
						#header #cart .checkout a:hover {
							background:rgba(255,255,255,.25);}
						
						
					
				#header #cart .empty {
					padding-top: 20px;
					text-align: center;}
		
											
	
			/* on mouse over */	
			#header #cart.active {
				background-color:#111 }
	
	
			#header #cart.active .content {
				display: block;}
		
	
				



	
/* Info Boxes */
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	clear:both;}
	
	.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;}
	
		
.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;}
	

	
	
	
/* Category Module */
div.box-category {}
	
	div.box-category ul {
		list-style-type: none;
		padding: 0;
		margin: 0;}
		
		div.box-category ul li { }
			
			div.box-category ul li a {
				padding:0 0px;
				border-bottom:1px dotted #ccc;
				display:block;
				height:30px;
				line-height:30px;
				color:#666; 
				font-size:13px;
				-webkit-transition:all .5s ease-out;
				-moz-transition:all .5s ease-out;
				-o-transition:all .5s ease-out; 
				transition:all .5s ease-out; }
		
				
				div.box-category ul li a:hover {
					color:red;
					text-decoration:none;
					padding:0 0 0 2px;}

		
		.box-category > ul > li ul {
			display:none !important}
				

		/* when is active */
		div.box-category ul li a.active {
			padding:0 0 0 1px; font-weight:bold;
			color:#111;}

		div.box-category > ul > li a.active + ul {
			display: block;}
			
			div.box-category > ul > li a.active + ul li a {
				color:#999;
				padding-left:14px}




/* Account Menu */
ul.account_menu {
	list-style-type: none;
	padding: 0;
	margin: 0;}
	
	ul.account_menu li {}
		
		ul.account_menu li a {
			padding:0 5px;
			border-bottom:1px dotted #ccc;
			display:block;
			height:30px;
			line-height:30px;
			color:#666;
			-webkit-transition:all .25s ease-out;
			-moz-transition:all .25s ease-out;
			-o-transition:all .25s ease-out; 
			transition:all .25s ease-out; }
		
			ul.account_menu li a:hover {
				background:#eee;
				text-decoration:none}




/* Breadcrumbs */
.breadcrumb {
	background:none;
	border-bottom:1px dashed #ccc;
	border-radius:0;
	padding:0 0 8px;
	margin-bottom:20px; }	
	
	.breadcrumb a {
		color:#888;
		font-size:.9em;}
		
		.breadcrumb a:hover {
			color:#222}	
	

/* pagination */
.pagination {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;}
	
	.pagination .links {
		float: left;}
		
		.pagination .links a {
			display: inline-block;
			background:#eee;
			padding: 1px 10px;
			text-decoration: none;
			border:none;
			color: #999;}
			
			.pagination .links a:hover {
				background:#fff}
			
		.pagination .links b {
			display: inline-block;
			padding: 1px 10px;
			font-weight: normal;
			text-decoration: none;
			color: #ccc;
			background: #222;}
			
		
	.pagination .results {
		float: right;
		padding-top: 3px;
		color:#999;
		font-size:.9em;}
		
		
	
/* Tabs */		
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;}

	.htabs a {
		border:1px solid #ccc;
		border-bottom:none;
		background: #eee;
		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: #000000;
		margin-left: 8px;
		display: none;}
		
	.htabs a.selected {
		padding-bottom: 7px;
		background: #FFFFFF}
		
	.tab-content {
		border-bottom: 1px solid #DDDDDD;
		padding: 10px 0;
		margin-bottom: 20px;
		z-index: 2;
		overflow: auto;}




/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;}

	.category-info .image {
		float: left;
		
		margin-right: 15px;}
		.category-info .image img {padding: 3px !important; border:1px solid #ccc !important;}
		
	h2.refine {
		font-size:20px;
		margin-bottom:4px}
		
		
		.category-list {
			overflow: auto;
			margin-bottom: 15px;}
		
			.category-list ul {
				float: left;
				margin:0;
				padding:0 0 15px;
				list-style-type:none}	
					
					.category-list ul li {
						float:left }	
						
						.category-list ul li a {
							display:inline-block;
							float:left;
							padding:5px 10px;
							margin:5px 5px 10px 5px;
							background:#222; color:#fff; }	
						.category-list ul li a:hover {background:#333; text-decoration:none;}
	
	
	

/* product filter */
.product-filter {
	padding-bottom: 8px;
	overflow: auto;}
	
	.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;
		margin-right: 10px;}
		
	.product-filter .limit {
		margin-left: 15px;
		float: right;}
		
		.product-filter .sort b,
		.product-filter .limit b {
			display: inline-block;
			padding-bottom: 8px;
			vertical-align: middle;
			padding-right: 2px;}
		
		.product-filter .sort select,
		.product-filter .limit select {
			width:auto}


	.product-compare {
		float:left;
		padding-top: 4px;
		margin-bottom: 0;
		margin-left:30px;}
		
		.product-compare a {
			color:#999;
			text-decoration: none;}	
			
			.product-compare a:hover {
				color:#555}
		
	
	
	
/* Product List */
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	background:#fff;
	border:1px solid #E6E6E6;
	padding: 10px 25px}
	
	.product-list .right {
		float: right;
		margin-left: 35px}
		
	.product-list > div + div {
		border-top: 1px solid #EEEEEE;
		padding-top: 16px;}
	
	
	.product-list .image {
		float: left;
		margin-right: 20px;}

		.product-list .image img {
			border: none}
			
			
	.product-list .name {
		margin-bottom: 0;}
		
		.product-list .name a {
			font-weight: bold;
			font-size: 16px;}
			
			
	.product-list .description {
		margin-bottom: 5px;
		color: #4D4D4D;}
		
		
.product-list .rating {
	color: #7B7B7B;
}


.product-list .price {
	float: right;
	margin-left: 35px;
	text-align: center;
	color: #333;
	font-size: 22px;}
	
	.product-list .price-old {
		color: #BE2728;
		display: block;
		font-size:16px;
		text-decoration: line-through;}
		
	.product-list .price-new {}
		
	.product-list .price-tax {
		font-size: 12px;
		font-weight: normal;
		color: #BBBBBB;}
		
		

.product-list .cart {
	margin-bottom: 10px}
	

.product-list .wishlist, 
.product-list .compare {
	margin-bottom: 0; display:none !important;}
	
	.product-list .wishlist a {
		color: #333333;	
		padding-left: 18px;
		cursor: pointer;
		display: block;
		font-size: .9em;
		color: #999;
		background: url('../image/add.png') left center no-repeat;}
		
	.product-list .compare a {
		color: #333333;
		cursor: pointer;
		padding-left: 18px;
		display: block;
		font-size: .9em;
		color: #999;
		background: url('../image/add.png') left 60% no-repeat;}




/* Product Grid */
.product-grid {
	position:relative;
	margin:0 -11px 0 0}
	
	.product-grid > div {
		width: 156px;
		text-align:center;
		padding:25px 25px 12px;
		background:#fff;
		border:1px solid #E6E6E6;
		display: inline-block;
		vertical-align: top;
		margin-right: 11px;
		margin-bottom: 15px;}
		
	
	#column-left + #content .product-grid > div,
	#column-right + #content .product-grid > div {
		width: 166px;}
			
	#column-left + #column-right + #content .product-grid > div {
		width: 184px;}
		
		
		
.product-grid .image {
	display: block;
	margin-bottom: 25px;}
	
	.product-grid .image img {
		padding: 0;}
		
	
.product-grid .name a {
	font-weight: bold;
	font-size: 16px;
	display:block;
	margin-bottom:10px;}
	
	
.product-grid .description {
	display: none;}
	
	
.product-grid .rating {
	display: block;
	margin-bottom: 15px;}
	
	
.product-grid .price {
	text-align: center;
	color: #333;
	font-size: 22px;
	line-height:30px;
	margin-bottom:25px}
	
	.product-grid .price-old {
		color: #BE2728;
		display: block;
		font-size:16px;
		text-decoration: line-through;}
	
	.product-grid .price-new {}
		
	.product-grid .price .price-tax {
		display: none;}
	
	
			
.product-grid .cart {
	border-top:1px dotted #ccc;
	padding-top:14px;
	margin-bottom: 15px;}
	
	
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;}
	
	.product-grid .wishlist a {
		color: #999;
		font-size: .9em;
		padding-left: 18px;
		display: inline-block;
		background: url('../image/add.png') left center no-repeat;}
		
	.product-grid .compare a {
		color: #999;
		font-size: .9em;
		padding-left: 18px;
		display: inline-block;
		background: url('../image/add.png') left center no-repeat;}
		




/* manufacturer */
.manufacturer-list {
	background:#fff;
	padding: 5px;
	overflow: auto;
	margin-bottom: 15px;}
	
	.manufacturer-heading {
		background: #eee;
		font-size: 15px;
		font-weight: bold;
		padding: 5px 8px;
		margin-bottom: 6px;
		-webkit-transition:all .2s ease-out;
		-moz-transition:all .2s ease-out;
		-o-transition:all .2s ease-out; 
		transition:all .2s ease-out;}

		
	.manufacturer-list:hover .manufacturer-heading {
		background:#DEDEDE}
		
	.manufacturer-content {
		padding: 8px;}
		
	.manufacturer-list ul {
		float: left;
		width: 25%;
		margin: 0;
		padding: 0;
		list-style: none;
		margin-bottom: 10px;}








/* Product
------------ */

.product-info {
	overflow: auto;
	margin-bottom: 20px;}
	
	.product-info > .left {
		float: left;
		margin-right: 30px;}
	
	.product-info > .right {
		text-align:left}
		
			
.product-info > .left + .right {
	margin-left: 285px;}
	
.product-info .left .image img {padding:3px !important; border:1px solid #ccc !important; }
	.product-info .image {
		float: left;
		margin-bottom: 20px;
		
		text-align: center;}
		
		.product-info .image-additional {
			width: 260px;
			margin-left: -10px;
			clear: both;
			overflow: hidden;}
			
			.product-info .image-additional img {
				border: 1px solid #E7E7E7;}
				.product-info .image-additional img:hover {
					border-color:#ccc}
				
				
			.product-info .image-additional a {
				float: left;
				display: block;
				margin-left: 10px;
				margin-bottom: 10px;}
				
				

.product-info h1 {
	font-size:34px;}
	
.product-info .description {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;}
	
	.product-info .description span {
		color:#999;}
	.product-info .description a {}
	
	
	.product-info .price {
		overflow: auto;
		border-bottom: 1px solid #E7E7E7;
		padding: 0px 5px 10px 5px;
		margin-bottom: 10px;
		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 #E7E7E7;
	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 #CCCCCC;
	cursor: pointer;
}


/* cart on the Product page */
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;}
	
	.product-info .cart div {
		float: left;
		vertical-align: middle;}
		
		
	.product-info .cart input[type="text"] {
		width:40px;
		margin:0}
		
		
	.product-info .cart div > span {
		padding-top: 7px;
		display: block;
		color: #999;}
	
	.product-info .cart .minimum {
		padding-top: 0;
		font-size: 11px;
		color: #999;
		clear: both;}
		
		.product-info .cart a {
			font-size:.9em;}  
		
		
			
		

/* Reviews */
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;}
	
	.product-info .review > div {
		padding: 8px;
		border-bottom: 1px solid #E7E7E7;
		line-height: 20px;}
		
		.product-info .review a {}
			
			.product-info .review > div > span {
			color: #38B0E3;}
			
		.product-info .review .share {
			overflow: auto;
			line-height: normal;}
			
		.product-info .review .share a {
			text-decoration: none;}


#review .content {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	clear:both;
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;}
	
	
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 15px;
	border: 1px solid #EEEEEE;}
	
	.review-list .author {
		float: left;
		margin-bottom: 14px;}
		
	.review-list .rating {
		float: right;
		margin-bottom: 14px;}
		
	.review-list .text {
		clear: both;}
		
		
		
		
/* Related Products*/
.box-product {
	width: 100%;
	overflow: auto;}
	
	.box-product > div {
		width: 125px;
		display: inline-block;
		vertical-align: top;
		margin: 20px;
		margin-bottom: 20px;
		text-align: center;}
			
		.box-product > div h4.name {
			font-size:16px;}
			
		.box-product > div .image {
			margin-bottom:12px}
			
		.box-product > div .price {
			font-size: 22px;
			margin: 22px 0 18px;}
						
			
		
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}


/* Compare */
table.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	background:#fff;
	margin-bottom: 20px;}
	
	table.compare-info thead td {
		color: #000000;
		font-size: 14px;
		padding:8px 15px;
		font-weight: bold;
		background: #eee;
		text-align: left;}
		
			.compare-info tbody tr td:first-child {
				text-align: right;}
				
	.compare-info td {
		padding: 5px 14px;
		width: 20%;
		text-align: center;
		vertical-align: top;
		border-right: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;}
		
		
		.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 */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;}
	
	.wishlist-info td {
		padding: 7px;}
		
	.wishlist-info thead td {
		color: #4D4D4D;
		font-weight: bold;
		background-color: #F7F7F7;
		border-bottom: 1px solid #DDDDDD;}
	
	.wishlist-info thead .image {
		text-align: center;}
		
	.wishlist-info thead .name, 
	.wishlist-info thead .model, 
	.wishlist-info thead .stock {
		text-align: left;}
		
	.wishlist-info thead .quantity, 
	.wishlist-info thead .price, 
	.wishlist-info thead .total, 
	.wishlist-info thead .action {
		text-align: right;}
		
	.wishlist-info tbody td {
		vertical-align: top;
		border-bottom: 1px solid #DDDDDD;}
		
	.wishlist-info tbody .image img {}
		
	.wishlist-info tbody .image {
		text-align: center;}
		
	.wishlist-info tbody .name, 
	.wishlist-info tbody .model, 
	.wishlist-info tbody .stock {
		text-align: left;}
		
	.wishlist-info tbody .quantity, 
	.wishlist-info tbody .price, 
	.wishlist-info tbody .total, 
	.wishlist-info tbody .action {
		text-align: right;}
		
	.wishlist-info tbody .price s {
		color: #F00;}
		
	.wishlist-info tbody .action img {
		cursor: pointer;}
		


/* Login Page */
.login-content {
	margin-bottom: 20px;
	overflow: auto;}
	
	.login-content .left {
		float: left;
		width: 48%;}
		
	.login-content .right {
		float: right;
		width: 48%;
		text-align:left;}
		
		.login-content .left .content, 
		.login-content .right .content {
			min-height: 190px;}
			
	.login-content h2 {
		font-size:26px;}			
			
			
/* orders */
.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 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.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 */
.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 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #EEEEEE;
		border-bottom: 1px solid #EEEEEE;}
		
		.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: 31%;
			margin-right: 15px;
		}
		.return-model {
			float: left;
			width: 31%;
			margin-right: 15px;
		}
		.return-quantity {
			float: left;
			width: 31%;
		}
		.return-detail {
			overflow: auto;
			margin-bottom: 20px;
		}
		.return-reason {
			float: left;
			width: 31%;
			margin-right: 15px;
		}
		.return-opened {
			float: left;
			width: 31%;
			margin-right: 15px;
		}
		.return-opened textarea {
			width: 98%;
			vertical-align: top;
		}
		.return-captcha {
			float: left;
		}
		

/* Downloads */		
.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 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}	



/* Cart Page 
----------------------------------------------*/
.cart_page h1 {
	font-size: 30px;
	margin-bottom: 18px;}
	
.cart_page h2 {
	font-size: 22px;
	margin-top: 2px;
	margin-bottom: 0;}
	

.cart_page .buttons {
	border-top: 1px dashed #CCC;
	padding-top: 15px;
	padding-bottom: 5px;}

	.cart_page .buttons .right {
		float:right}


.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;}
	
	.cart-info td {
		padding: 7px;}
		
	.cart-info thead td {
		color: #4D4D4D;
		font-weight: bold;
		background-color: #F7F7F7;
		border-bottom: 1px solid #DDDDDD;}
		
	.cart-info tbody td {
		vertical-align: top;
		border-bottom: 1px solid #DDDDDD;}
	
	.cart-info thead .image {
		text-align: center;}
		.cart-info tbody .image img {
			padding-top:5px;}
		
	.cart-info thead .name, 
	.cart-info thead .model, 
	.cart-info thead .quantity {
		text-align: left;}
		
	.cart-info thead .price, 
	.cart-info thead .total {
	text-align: right;}


	.cart-info tbody .image {
		text-align: center;}

	.cart-info tbody .name,
	.cart-info tbody .model, 
	.cart-info tbody .quantity {
		text-align: left;}
		
		.cart-info tbody .quantity input[type="text"] {
				width:auto}
	
		.cart-info tbody .quantity input[type='image'], 
		.cart-info tbody .quantity img {
			position: relative;
			top: -5px;
			width:20px;
			cursor: pointer;}
			
			
		.cart-info tbody .price, .cart-info tbody .total {
			text-align: right;}
			
			
		.cart-info tbody span.stock {
			color: #F00;
			font-weight: bold;}
			
		.cart-module > div {
			display: none;}
			
		.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;}

	
	.cart-module {
		background: #EEE;
		margin: 10px 0 0;
		padding: 30px;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;}
		
		.cart-module form {
			margin:0}
			
	
	

/* Checkout
----------------------------------------------*/
.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 h2 {
			font-size:24px;}
		
		.checkout-content .payment .buttons .right {
			margin-top:0;
			padding-bottom:5px}
		
	.checkout-content .left {
		float: left;
		width: 45%;}
		
	.checkout-content .right {
		float: right;
		text-align:left;
		width: 45%;}
		
	.checkout-content .buttons {
		clear: both;}
		
		.checkout-content .buttons .right {
			text-align:right;
			margin-top:-20px;
			padding-bottom:30px;}
		
		
		
	
	.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;
}


/* SiteMap */
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;}
	
	.sitemap-info .left {
		float: left;
		width: 48%;}
		
	.sitemap-info .right {
		float: left;
		text-align:left;
		width: 48%;}




/* fixes for the colorbox plugin */
#cboxTitle,
#cboxCurrent {
	bottom: -30px!important;}