@CHARSET "ISO-8859-1";

h1 {
	margin: 10px 0 20px 0;
}

a {
	color: #fe6c00;
	text-decoration: none;
}

a:hover {
	color: #959fae;
	text-decoration: underline;
}

div.thumbnails {
	width: 187px;
	height: 436px;
	margin: 0 10px 10px 0;
	float: left;
}
	
div.thumbnails a {
	display:block;
	height:40px;
	margin: 0 10px 10px 0;
	padding:0 10px 10px 0;
	text-align:center;
	width:40px;
	float: left;
	background: transparent;

}

div.gallery {
	background:#EEEEEE none repeat scroll 0 0;
	height:400px;
	margin:10px auto 30px;
	padding:20px;
	width:690px;
}

div.mainimage {
	width: 760px;
	float: left;
}

div.mainimage img {
	float: left;
}
	
div.mainimage form {
	float:right;
}

div.titlebar {
	height: 20px;
}

div.paging {
	clear: both;
	margin-bottom: 5px;
	width: 195px;
	float: left;
}

div.paging a {
	color: #0c0;
}

div.paging a:hover {
	color: #00c;
}

div.imagetitle {
	float: left;
}

div.left {
	float: left;
}

div.right {
	float: right;
}
div.right a {background: url(../../../images/cart-icon.gif) no-repeat 0px 0px; padding: 0 0 0 24px;}
form.orderform  {
	
}

form.orderform fieldset {
	border: 0;
	padding-top: 10px;
	width: 150px;
}

form.orderform legend {
	font-weight: bold;
	font-size: 150%;
	color: #959FAE;
}
	

form.orderform label { 
	display: inline-block;
	margin: 10px 0;
	height: 20px;
	font-weight: bold;
}

table.row {
	width: 100%;
	height: 50px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.row th {
	text-align: left;
	border: 1px solid #444;
	padding: 3px;
}

table.row td {
	border: 1px solid #444;
	padding: 5px;
}

table.row td.photo 				{ width: 110px; text-align: center; }
table.row td.size 				{ width: 100px; }
table.row td.style 				{ width: 120px; }
table.row td.framed 			{ width: 80px;  }
table.row td.unitprice			{ width: 80px;  }
table.row td.quantity 			{ width: 80px;  }
table.row td.lineprice 			{ width: 80px;  }
table.row td.actions 			{ width: 120px; }
table.row td.quantity input		{ width: 40px;  }

div.total {
	padding: 10px;
	border: 1px solid #666;
	backgound-color: #333;    
	margin: 10px 0 10px 0;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	height: 65px;
}

div.total form {
	display: inline;
	margin-left: 20px;
}

#clientnav {
	margin: 5px 0 0 0;
	height: 30px;
}

#container {
	min-height: 400px;
}

table.admin-table {
	border-collapse: collapse;
	margin-top: 10px;
}
table.admin-table td {
	border: 1px solid #777;
	padding: 5px;
}
table.admin-table tr.listing-header td{
	background: #333;
	font-weight: bold;
}

form.editUser {
	margin-top: 20px;
}

fieldset.bl {
	border: 0;
}

fieldset.bl label { 
	display: inline-block;
	width: 120px;
	margin: 10px 5px;
	height: 20px;
	font-weight: bold;
}

form label { 
	display: inline;
	margin: 10px 0;
	height: 20px;
	font-weight: bold;
	font-size: 90%;
}
.label-small {font-weight: normal;}
form.editUser select.level {
	width: 120px;
}

div.form-buttons {
	background: #333;
	padding: 10px;
	border: 1px solid #444;
}
div.form-buttons  a {
	color: #fff;
}

form.login {
	margin-top: 20px;
}

div.alerts {
	background:#333333 none repeat scroll 0 0;
	border:1px solid #555;
	padding:20px;
	margin: 0 0px 30px 0px;
}

div.alerts ul li {
	list-style: none;
}

div.actions {
	padding: 10px;
	border: 1px solid #444;
	background: #111;	
}

/* override main.css */
#content {
	width: 100%;
}

fieldset.customer,
fieldset.shipping,
fieldset.callback {
	border: 1px solid #aaa;
	padding: 10px;
	width: 500px;
	margin: 0 0 20px 0;
}

fieldset.customer label,
fieldset.callback label {
	display: inline-block;
	width: 120px;
	padding: 0px 0 0 0;
	float: left;
	font-weight: bold;
}

fieldset.customer br,
fieldset.callback br { 
	clear: both;
}

fieldset.customer input,
fieldset.shipping input {
	margin-top: 10px;
}

fieldset.customer textarea,
fieldset.shipping textarea {
	margin-top: 10px;
}

 {
	border: 1px solid #aaa;
	padding: 10px;
	width: 500px;
}

fieldset.shipping label {
	display: inline-block;
	width: 120px;
	height: 50px;
	padding: 0px 0 0 0;
	float: left;
	font-weight: bold;
}

fieldset.callback select {
	margin-top: 10px;
}

div.checkout {
	width: 600px;
	margin: 20px auto 0 auto;
}

table.confirm {
	border-collapse: collapse;
	
	width: 500px;
}

table.confirm td {
	border: 1px solid grey;
	padding: 5px;
}
table.confirm td.label {
	width: 250px;
	font-weight: bold;
}

div.photonav {
	width: 570px;
	text-align: center;
}

a.prev { 
    background: url(../../images/arrow-prev.gif) no-repeat 0px 3px;
	padding: 0 0 0 16px;
	color: #fe9b00;
	text-decoration: none;
}
a.next { 
    background: url(../../images/arrow-next.gif) no-repeat 28px 3px;
	padding: 0 18px 0 0;
	color: #fe9b00;
	text-decoration: none;
}
a:hover.prev, #right a:hover.next { 
    color: #fff;
}

p.blurb {
	margin-top: 20px;
}

p.blurb strong {
	color: #FE9B00;
}


