@import url('layout.css');
@import url('lightbox.css');

body {
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

p, h1{
	margin-top:0;
}
	
h1{
	font-size:20px;
	color:#EB9D13;
	font-weight:normal;
}

.white-text{
	color:#ffffff;
	font-size:16px;
}



/* Links */

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

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

.product-small-box a{
	color:#666666;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

#footer a{
	color:#999999;
	text-decoration:none;
}

#footer a:hover{
	color:#cccccc;
	text-decoration:underline;
}


/* Products */


.product-small-box{
	width:164px;
	height:195px;
	padding:5px 0px 0px 0px;
	background:url(../images/box_prodsmall.gif) no-repeat;
	text-align:center;
	margin:0px 5px 5px 0px; 
}

/* Shopping Cart */

tr.var th, tr.var td {
	border-bottom: 1px solid #eee;
	color:#EF9806;
	font-size:14px;
}


tr.val td {
	border-bottom: 1px solid #eee;
}

tr.shipping td {
	border-bottom: 1px solid #ddd;
}

tr.discount td.quantity, tr.shipping td.quantity {
	text-align: right;
}

td.quantity input.update {
	margin: 0 0 0 3px;
}

table.cart th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

input.cartInputText {
	width: 50px;
	border: 1px solid #eee; 
}

input#DiscountCode, input#GiftVoucher {
	width: 70px;
}

select.shippingDropDown {
	width: 150px;
}

table.cart th.quantity, table.cart td.quantity {
	text-align: right;
	width: 50px;
}

table.cart th.quantity {
	text-align: left;
}

.productitemcell {
	height: 23px;
	line-height: 20px;
	margin: 0 0 3px 0;
	overflow: hidden;
}

table.cart td.actions {
	text-align: right;
}

table.cart td.actions a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 18px 0 0;
	text-decoration: none;
}

a#catshopclear {
	font-size: 10px;
	font-weight: normal;
}

table.cart strong {
	font-size: 14px;
}

#price {
	line-height:23px;
}

/* Checkout */

.checkout-fields{
	border: 1px solid #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:160px;
}

.checkout-fields2{
	border: 1px solid #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:330px;
}
.box-amount{
	width:50px;
	background-color:#E9E9E9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	border:none;
	
}



/* Forms */


form{
	margin:0;
	padding:0;
}

.form-col{
	width:215px;
	margin-bottom:10px;
	float:left;
}

.form-fields{
	border: 1px solid #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:200px;
}
.form-fields2{
	border: 1px solid #e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:845px;
}

.hidden { display:none}