*
{
	margin: 0px;
	padding: 0px;
}

html { overflow-y: scroll; }

input[type="checkbox"], input[type="radio"]
{
	border:0;
}

input[type="radio"]
{
	margin-right:3px;	
}

/* Header */

#header img
{
	vertical-align:bottom;
	display:block;	
}

/* MainContent */

.title {
	margin-bottom:10px;
}

/* Productlist */

#productlist {
	width:750px;	
}

.productimage
{
	float:left;
	padding:15px 10px;
	width:200px;
}

.productimage img
{
	border:0;	
}

.productimage a
{
	text-decoration:none;	
}

.productimage .price, .productname
{
	font-size:14px;	
}

.productimage .productname
{
	color:#666666;
	font-weight:bold;
}

.productimage div
{
	vertical-align:top;
	height:200px;	
}
/* Footer */

#footer
{
clear: both;
background: url('images/a2.gif') repeat-x;
width: 680px;
margin: 0px auto;
margin-bottom: 25px;
padding-top: 10px;
text-align: center;
}

/* ErrorMessage */

.errormessage {
    padding:5px;
    background-color:Red;
    width:740px;
    margin:10px 0;
    border:solid 3px #000;
    min-height:35px;
}

.variantdropdownlist, .varianttextbox
{
	width:180px;
	display:block;
	margin-bottom:20px;
}

.productelement
{
	float:left;
	width:200px;
	margin:0 25px 0 0;	
}

#productimages
{
	width:100%;
	min-height:200px;
}

#productimages .thumb
{
	height:50px;
	width:50px;
	margin:5px 2px;
	vertical-align:top;
	float:left;
}

#productimages .thumb img { border:0; }

input[type="text"],input[type="file"], .quantitytextbox, .addtocartbutton, .variantdropdownlist, textarea, select, .logintextbox
{
	border:solid 1px #666;
}

input[type="text"],input[type="file"], .quantitytextbox, .addtocartbutton, .variantdropdownlist, .defaultbutton, textarea, select, .logintextbox
{
	vertical-align:middle;
	padding:2px;
}

.logintextbox
{
	width:175px;
	margin-left:10px;
}

.quantitytextbox
{
	width:35px;
	display:block;
	float:left;
	text-align:right;
	margin-right:35px;
}

.addtocartbutton
{
	width:75px;
	float:left;
	padding:0px;
}

/* AddressControl */

div.address input[type="text"], #newcustomer input[type="text"]
{
	width:150px;
	float:left;
	margin-top:1px;
}

div.address label, #newcustomer label
{
	display:block;
	float:left;
	width:80px;
	margin-bottom:10px;
	padding-top:3px;
}

/* AddressControl [End] */



textarea.comment, textarea.comment-large
{
	height:152px;	
}

textarea.comment-large
{
	width:480px;
}

textarea.comment
{
	width:232px;
}

textarea.default
{
	height:200px;
	width:600px;	
}

.OrderAddresses
{
	float:left;
	width:33%;	
}

#DivCheckBoxSameAddresses
{
	margin-bottom:10px;	
}

#DivCheckBoxSameAddresses input
{
	border:0px;	
	margin-right:3px;
}

/* LOGIN */

#login
{
	width:300px;
	margin:30px auto;
	padding:10px;
	border:solid 2px #666;
	background-color:#ccc;
}

#customer input, #shop input, #category input[type="text"], #product input, #product textarea, #product select, #variant input, #images input, #shop select, #form-element input, #form-element select
{
	margin-top:1px;
	margin-bottom:10px;
}

#customer input, #shop input[type="text"],  #shop input[type="file"], #category input[type="text"], #images input, #shop select, #form-element input[type="text"], #form-element select
{
	width:300px;
	float:left;
}

#customer input[type="checkbox"], #category input[type="checkbox"]
{
	border:0;
}

#shop input[type="checkbox"]
{
	width:15px;
	border:0;
	margin-right:3px;
}

#shop input[type="file"]
{
	height:23px;
}

#product select
{
	width:305px;
}

#customer label, #shop label, #category label, #product label, #variant label, #images label, #form-element label
{
	display:block;
	float:left;
	width:100px;
	margin-bottom:10px;
	padding-top:3px;
	color: #50514D;
	font-weight:bold;
}

#product textarea 
{
	height:150px;	
}

#products h4
{
	margin:5px 0;
}

.admin_productimage {
	height:200px;
	width:200px;
	border:solid 3px #e82124;
	margin:3px 10px 10px 0;
	float:left;
	padding:15px 10px;
}


/* Modal */

.modal_background {
	background-color: gray;
	filter: alpha(opacity=70);
	opacity:0.7;
}

.modal_popup, .modal_image_popup {
	background-color:#fff;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	color:#5b6371;
}

.modal_popup {
	width: 350px;
}

.modal_popup_body {
	padding: 5px;
	text-align: center;
}

#orderlines th
{
	text-align:left;
}
/*
#showorders
{
	width:100%;	
}

#showorders th
{
	text-align:left;
	margin-right:10px;	
}

#showorders td
{
	padding:5px 0;	
}

#showorders tr:hover
{
	background-color:#ccc;	
}

#table_variantvalues
{
	width:450px;
}

#table_variantvalues th
{
	text-align:left;
}

#table_variantvalues .value
{
	width:300px;
}

#table_variantvalues .extracharge
{
	width:80px;
}
*/

.ValidatorHighlightClass						{ background-color:#fbafaf;}

h3.productprice									{ font-size:16px; margin-bottom:15px; }

input[readonly]									{ background-color: #ccc; }

#paymentdeclined p								{ padding: 10px 0; }

