h1{
	color: #666;
	font-size: 16px;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
}

a {
	text-decoration:underline;
	color:#666;
}
a:hover {
	text-decoration:none;
}

br{
	clear: both;
}

.input{
	margin: 0 0 5px 0;
	float: left;
	clear: both;
	width: 100%;
}
.input input{
	float: left;
}
label{
	float: left;
	width: 120px;
	text-align: right;
	margin: 0 15px 4px 0;	
	height: 18px;
	color: #666;
}

.error-message{
	float: left;
	clear: right;
	color: red;
	font-weight: bold;
	margin: 0 0 0 10px;
}

select.text, input.text, textarea {
	font:11px trebuchet,tahoma,Verdana, Arial Helvetica,sans-serif;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #999;
	padding: 3px;
}
select.text {
	padding: 1px;
}
textarea{
	height: 80px;
}
.btn{
	float: left;
	color: #444;
	margin: 15px 0 0 10px;
	padding: 0 20px 0 40px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.btn:hover{
	color: #000;
}

	input.back{
		text-decoration: none;
		margin-left: 0;	
	}

input:focus,textarea:focus{
	background: #f5f5f5;
	border-color: #cc3333;
}



#login .input,#login label,#login .error-message,#login .btn{
	float: none;
	clear: none;
}


.checkbox input{
	float: left;
	clear: none;
	margin: 0;
}
.checkbox label{
	float: left;
	text-align: left;
	margin-left: 5px;
	width: 293px;
}

.radioset input{
	float: left;
	clear: left;
}
.radioset label{
	float: left;
	clear: right;
	text-align: left;
	margin-left: 10px;
}

fieldset{
	margin: 10px 0 20px 0;
	border: 1px #ccc solid;
	padding: 25px 6px 10px 3px;
}
fieldset legend{
	color: #666;
}


	a.back{
		
		clear: both;
		width: 60px;
		margin: 10px 0 0 0;
		font-weight: bold;
		color: #666;
		text-decoration: none;
		padding: 1px 2px 1px 2px;
	}
	a.back:hover{
		text-decoration: none;
		background: #3761a3;
		color: #fff;
	}

	h2{
		color: #666;
		font-size: 14px;
		margin: 0 0 15px 0;
	}
	p{
		color: #999;
		font-size: 11px;
		width: auto;
	}
	
	
	
	

	
	
	


/* PAGING */
#paging{
	margin: 5px 0 50px 0;
}
#paging span{
	margin: 0 5px 0 0;
	border: 1px solid #c0cfd7;
	border-width: 0 1px 0 0;
	padding-right: 7px;
}
#paging a{
	
}
#paging a:hover{
	text-decoration: none;
}
#paging .current{
	font-weight: bold;
	font-size: 13px;
}

.total{
	text-align: right;
	font-weight: bold;
}


/* LIST */
.list{
	width: 100%;
	clear: both;
	float: left;
}

	.list ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
				
	}
	.list ul li{
		margin: 0;
		padding: 0 0 4px 0;
		width: 100%;
	}
	.list ul li a{
		float: left;
		text-decoration: none;
		margin:0;
		padding: 5px 0 4px 0;
		width: 100%;
	}	
	.list ul li a:hover,.list ul li a.active{
		background: #fff;
		color: #4276ab;
	}	
	.list ul li a span{
		float: left;
	}
	.list ul li a .date{
		margin: 0 15px 0 12px;
	}


/* LOGIN LAYOUT */
	#login h3{
		font-size: 18px;
		color: #fff;
		clear: both;
		margin:0 0 10px 0;
		width: 100%;
	}
	#login label{
		text-align: left;
		clear: both;
		color: #444;
		margin: 0;
	}
	#login input.text{
		width: 140px;
		clear: both;
		margin: 0 0 13px 0;
	}
	#login input.btn{
		clear: both;
		width: 100px;
		margin: 5px 0 0 0;
		padding: 0;
	}
	#login .errormessage{
		clear: both;
		font-size: 11px;
		color:red;
		font-weight: bold;
		margin: 0;
		width: 100%;
	}
	#login a{
		display: block;
		clear: both;
		margin: 2px 0 0 0;
		color: #999;
		text-decoration: underline;
	}
	#login a:hover{
		text-decoration: none;
	}

	
	
/* GENERAL PAGE LAYOUT */
.breadcrumb{
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
.breadcrumb,.breadcrumb a{
	color: #999;
}
.breadcrumb a:hover{
	text-decoration: none;
}



/* CONTACT */
#contact{
	margin: 20px 0 20px 0;	
}



/* PRODUCT GROUPS OVERVIEW */
#productgroups{

}
#productgroups table{
	width: 340px;
	border-collapse: collapse;
	empty-cells: show;
	clear: both;
	margin: 0 0 20px 1px;
}
#productgroups th,#productgroups td  {
	font-size: 11px;
	padding: 5px 6px 5px 6px;
	background-color: transparent;
	color: #666;
	border: 1px solid #39a1d1;
}
#productgroups a {
	color: #666;
}
#productgroups th {
	background-color: #39a1d1;
	color: #fff;
}
#productgroups .add_btn{
	background: transparent;
	border: 0;
	cursor:pointer;
	margin: 0;
}
#productgroups .amount_input{
	border: 2px solid #888;
	padding: 1px 2px 1px 2px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	width: 20px;
	float: left;
}
.productcell {
    float: left;
    margin: 15px 15px 15px 0;
    width: 205px;
}
	.productcell h3{
    	margin: 0 0 3px 0;
    	color: #3761a3;
    	font-size: 12px;
	}
	.productcell img{
    	border: 6px #b2c6e5 solid;
	}
	
	.productcell .pricebox{
		float: left;
		clear: both;
	}
	.productcell .pricebox .price{
		font-size: 13px;
		font-weight: bold;
		float: right;
		margin: 4px 2px 0 5px;
		clear: right;
		width: 100px;
	}
	.productcell .pricebox .cartBtn{
		border: 0;
		float: left;
		margin: 4px 10px 0 2px;
		clear: left;
	}
	.productcell .img-blok {
		float:left;
		position:relative;
		clear: both;
	}
	.productcell .img-blok img {
		display:block;
	}
	.productcell .img-blok a.special img {
		position:absolute;
		bottom:0px;
		right:0px;
		cursor:pointer;
		border: 0;
	}
	
.amount{
	border: 2px solid #888;
	padding: 1px 2px 1px 2px;
	text-align: center;
	font-weight: bold;
}
.remove img{
	border: 0;
}


/* CART */
#cartcontent{

}
#cartcontent table{
	width: 340px;
	border-collapse: collapse;
	empty-cells: show;
	clear: both;
	margin: 0 0 20px 1px;
}
#cartcontent th,#cartcontent td  {
	font-size: 11px;
	padding: 5px 6px 5px 6px;
	background-color: transparent;
	color: #666;
	border: 1px solid #39a1d1;
}

#cartcontent th {
	background-color: #39a1d1;
	color: #fff;
}
#cartcontent th span, #cartcontent th a {
    background: transparent;	
    color: #333;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#cartcontent th a:hover, #cartcontent .current-sort {
	text-decoration: underline;
}

/* AJAXCART */
#shoppingcart {
	clear: both;
	width: 150px;
	margin: 10px 0 10px 0;
    margin-top: 15px;
    background: #ccc;
    padding: 15px;
    border: 1px solid #bbb;
    color: #fff;
}
#shoppingcart h1{
	font-size: 12px;
	clear: both;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0 0 0 29px;
	width: 120px;
	background: url("/img/white-cart.png") no-repeat top left;
}
#shoppingcart a{
	display: block;
	margin: 10px 0 10px 0;
}
#shoppingcart button{
	clear: both;
	font-size: 12px;
	width: 150px;
	margin: 10px 0 0 0;
}
#total_amount{
	float: left;
	clear: both;
	margin: 10px 0 15px 0;
}
#stock_label{
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}


/* PRODUCT DETAILS */
#product_form{
	float: left;
	width: auto;
}
#product_form h2{
	color: #3761a3;
	margin: 0 0 15px 0;
}
#product_form h3{
	color: #3761a3;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#productcatch{
	float: left;
	clear: both;
}
#productimages{
	float: left;
	width: 200px;
	margin-right: 10px;
	
}
#productdetails{
	float: left;
	width: auto;
}


#product_form #add_box{
	float: left;
	clear: both;
	margin: 15px 0 0 0px;
	padding: 0;
	text-align: left;
}
	#product_form #add_box #price_box{
		float: left;
		font-size: 15px;
		font-weight: bold;
		color: #3761a3;
	}
	#product_form #add_box input{
		float: left;
		margin: 0 5px 0 0;
		padding: 3px;
		text-align: center;
	}
	
#product_form #add_to_cart{
	margin: 15px 0 5px 0px;
	float: left;
	clear: both;
	width: 190px;
}

#product_form .productimg,.thumb{
	margin: 0 3px 3px 0;
	float: left;
}

#product_form .productimg{
	clear: both;
	border: 6px #b2c6e5 solid;
	margin: 0 10px 10px 0;
}
#product_form #thumbsholder{
	float: left;
	clear: both;
	width: 150px;
}
#product_form .thumb{
	width: 50px;
	height: 50px;
	clear: none;
	border: 2px #b2c6e5 solid;
}
#product_form .thumb:hover{
	border: 2px #3761a3 solid;
}

#brand_area{
	margin: 20px 0 0 0;
	float: left;
	clear: both;
}
	#brand_area a{
	
	}
	#brand_area a img{
		border: 1px #b2c6e5 solid;
	}

.property{
	color: #3761a3;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
}
	#product_form label{
		font-size: 12px;
		font-weight: normal;
		margin-right: 10px;
		width: 100px;
		float: left;
		color: #666;
		text-align: left;
	}
	#product_form .property span{
		font-size: 13px;
		font-weight: bold;
		float: left;
		width: 100px;
	}


/* STEPS */
.shopbtn{
	padding: 4px 6px 4px 6px;
	background-color: #39a1d1;
	color: #ddd;
	border: 0px solid #b2c6e5;
	margin: 5px 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.shopbtn:hover{
	color: #fff;
}
.regform{
	float: left;
	width: 270px;
	border: 3px solid #b2c6e5;
	padding: 15px;
	margin: 0 10px 10px 0;
	height: 120px;
}
#existing_user h2, #new_user h2{
	font-size: 14px;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
}
.regform label{
	text-align: left;
	width: 100px;
}
.regform button{
	margin: 10px 0 0 115px;
}
.regform a{
	margin-left: 115px;
}

/* STEP 1 */
#register{
	float: left; 
	clear: both;
}



/* STEP 4 */

.editproducts{
	margin: 10px 0 10px 0;
	float: left;
	clear: both;
}
table .total td{
	font-weight: bold;
	font-size: 15px;
}
table .tdright{
	text-align: right;
}
table .tdleft{
	text-align: left;
}

/* SUCCESS */
.printorder{
	clear: both;
	margin: 20px 0 0 0;
}


/* PRINTFORM */

#printform{
	width: 600px;
	font-family: Arial, verdana, helvetica;
	font-size: 11px;
}
#printform h1{
	font-size: 18px;
}
#printform p{
	font-size: 12px;
}
#printform table{
	width: 600px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	empty-cells: show;
	clear: both;
}
#printform caption{
	margin: 10px 0 0 0;
}
#printform th,#printform td  {
	background-color: transparent;
	color: #666;
	border: 1px solid #ccc;
}
#printform th {
	background-color: #ccc;
	color: #666;
}

/* FORGOT PASSWORD */
#forgotform{
	margin: 20px 0 0 0;
}
#forgotform button{
	margin: 10px 0 0 135px;
}

.highlight {
    font-weight: bold;
    color: #666;
}


.search_result{
	width: auto;
}
.search_result h3{
	width: auto;
}
.search_result p{
	width: auto;
}


/* PICTURE GALLERY */
.galleryThumb {
	float: left;
	margin: 0 15px 30px 0;
}
.galleryThumb img{
	border: 0;
	border: 1px solid #ccc;
}
.galleryThumb a.thumb{
	float: left;
	clear: both;
	margin: 0 0 6px 0;
}
.galleryThumb a.thumbhref{
	float: left;
	clear: both;
}
