body #logo {
	display : block;
	height : 100px;
	background : url(/images/joojoo-logo.jpg) 0px 0px no-repeat;
	margin-top: 10px;
	float:left;
	width: 221px;
}

body.black #logo {
	background : url(/images/joojoo-logo.jpg) 0px 0px no-repeat;
}

#sidebar {
	float : left;
	width : 160px;
	height:200px;
}
#site-content {
	float : left;
	width : 800px;
	margin-left : 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
* html .clearfix {
	height: 1%;
}

.loginbox input {
	border : 0px;
	background : #D5D9DB;
	color : #000000;
	width : 93px;
	padding : 2px 5px;
	font-size : 12px;
	height : 17px;
	margin-bottom : 10px;
	display : block;
}

.loginbox input.submit {
	height : 21px;
	width : 45px;
	background : #a3a8ad;
	color : #fff;
	padding-bottom : 4px;
	float : none !important;
}

.black-login-box input {
	background : #363636;
	color : #999;
}
.black-login-box input.submit {
	background : #000;
}


#joojoo-peek {
	text-align : center;
	padding-right : 150px;
}

#center_stage {
	text-align : center;
}


.right-links {
	width : 100%;
	margin-top : 32px;
}

.right-links a {
	display : block;
	padding : 4px 10px;
	color : #00ab00;
	text-decoration : none;
	width : auto;
	float : right;
	font-size : 14px;
}

.right-links a.alternate {
	background : #00ab00;
	color : #00e200;
	width : 130px;
	height : 17px;
}

table#products thead th, table#order thead th {
	font-size:22px;
	padding: 8px 2px;
	border-bottom: 12px solid #656565;
	color : #868686;
}

table#products td, table#order td {
	border-bottom: 2px solid #ababab;
	padding: 8px 2px;
}

a.product-link { color: #131313; text-decoration:none; font-size:13px;}
input.qty { background:#d5d9db; border:none; font-size:14px; font-family:verdana, arial, sans-serif; padding-left: 3px; padding-bottom: 3px;}
strong.price { color: #131313; font-size:14px; font-weight:normal;}

table#products tr.update-cart td { padding-top: 0px; border-bottom : 0px none;}

div.sub-total {
	width: 370px;
	border-top: 12px solid #656565;
	float:right;
	padding-top:8px;
 	font-size:18px;
	text-align:right;
	margin-top: 25px;
}


h2.title {
	color : #999; 
	font-size : 32px; 
	margin-bottom : 15px; 
	font-weight : normal;
	font-family : Helvetica, Tahoma, Arial, Verdana, sans-serif;
	letter-spacing : -1px;
}

.register-email {
	padding : 2px 5px;
	border : 0px;
	background : #d5d9db;
	color : #000;
	font-size : 16px;
	width : 350px;
	margin-bottom : 10px;
}

.billing-form .input-list li input {
	float : left;
	background : #d5d9db;
	border : 0px;
	padding : 4px 5px;	
}

.billing-form input {
	width : 230px;
	font-size : 12px;
	color: #000;
}

.billing-form select {
	float : left;
	width : 240px;
	/*
	background : #5a5a5a;
	border : 0px;
	color: #999;
	*/
	padding : 2px 5px;
	font-size : 12px;
}

.billing-form label {
	margin-left : 20px;
	float : right;
	width : 120px;
	line-height : 22px;
	text-align : left;
	font-size : 12px;
}

.billing-form ul.input-list {
	float : left;
	width : 100%;
}

.billing-form ul.input-list li {
	float : left;
	width : 100%;
	display : block;
	margin-bottom : 7px;
}

.billing-form ul.input-list li.boolean {
	position:relative;
}

.billing-form ul.input-list li.boolean label {
}

.billing-form ul.input-list li.boolean input {
	width: 20px;
	position:absolute;
	left: -5px;
}

.billing-form ul.input-list li .inline-errors, .inline-errors {
	float : left;
	width : 100%;
	color : #990000;
	padding : 5px 5px;
	padding-left:10px;
	font-size:12px;
}

.ticked {
	background : url(/images/checkbox-checked.jpg) 0 0 no-repeat;
	padding-left : 30px;
	margin-bottom : 20px;
	line-height : 24px;
	cursor : pointer;
	font-size : 12px;
}

.unticked {
	background : url(/images/checkbox-unchecked.jpg) 0 0 no-repeat;
	padding-left : 30px;
	margin-bottom : 20px;
	line-height : 24px;
	font-size : 12px;
	cursor : pointer;
}

.billing-form .inactive input, .billing-form .inactive select {
	background : #e5e9eb;
}

.billing-form .inactive label {
	color : #333;
}

.billing-form .full-select {
	width : 100%;
}

div.checkout-div { float:right; width: 100%; text-align:right; margin-top: 80px;}

input.checkout-button, .billing-form input.checkout-button { 
	/*background : url(/images/preorder.jpg) 10px 0px no-repeat;
	border:none; 
	text-indent : -9000em;
	height : 28px;	
	*/
	padding: 2px 70px 2px 5px; 
	color: #003d00; 
	font-size:15px;
	cursor:pointer;
	width: 150px;
}

.billing-form input.checkout-button {
	float : right;
	width : 150px;
	/*background : url(/images/preorder.jpg) 10px 0px no-repeat;
	border:none; 
	text-indent : -9000em;
	height : 28px;	
	*/
}


div.show-billing-information p {
	padding: 5px 0;
}

div.show-billing-information span.value {
	color: #999999;
	font-size : 12px;
	line-height : 16px;
}

div.show-billing-information label {
	float:left;
	width: 150px;
	font-size : 12px;
	line-height : 16px;
}

.value-show { color: #888;}

a.link { color: #999; text-decoration:none; padding: 3px 5px;}
a.link:hover { color: #3f3f3f;}

a.internal-link { color: #ababab; border-bottom: 1px solid #ababab; text-decoration:none; font-size : 12px;}

body.green a.small-link { color: #3f3f3f; font-size:10px;}
body.black a.small-link { color: #999; font-size:10px;}

body div.user-profile { float:right;margin-top:10px;color:#999;margin-right:50px; }
body div.user-profile a { padding: 3px 5px !important;}

table.history-orders { border-collapse: collapse;}
table.history-orders th { background: #ddd; color: #3f3f3f; padding: 5px; border-top: 1px solid #ababab; border-bottom : 1px solid #ababab;}
table.history-orders td { color: #43484d; padding: 5px;}
table.history-orders tr.odd td { border-bottom: 1px solid #999; background : #efefef;}
table.history-orders tr.even td { border-bottom: 1px solid #999; background : #cecece;}

#recaptcha_widget_div { float:right; margin-bottom:10px;}

div.admin-login { border: 1px solid #ababab; padding: 10px; background: #FFF; font-size : 12px;}
div.admin-login table td { padding: 5px; color: #3f3f3f;}
div.admin-login h3 { font-size:15px; color: #3f3f3f;text-align:left; margin-left:5px; font-weight:bold;font-family:arial;}
div.admin-login input { border: 1px solid #ccc; padding: 2px; font-size:12px;}
div.admin-login input.textfield { width: 160px; border: 1px solid #ababab;}
div.admin-login input.submit { background : #cecece;}

div.forget-password { border: 1px solid #ababab; background: #fff; padding: 10px; font-size : 12px;}
div.forget-password table td { padding: 5px; color: #3f3f3f;}
div.forget-password h3 { font-size:15px; color: #3f3f3f;text-align:left; margin-left:5px; font-weight:bold;font-family:arial;}
div.forget-password input { border: 1px solid #ababab; padding: 2px; font-size:12px;}
div.forget-password input.submit { background : #cecece; }

div.forget-password input.textfield { width: 180px;}


ul#topmenu { list-style-type: none;}
ul#topmenu li { float:left; margin-left:10px; }
ul#topmenu li a { color: #999; text-decoration:none; background:#5a5a5a; color: #999; padding: 3px 5px !important;}

div.flash-error { color: #8F2C2C; margin-left: 6px; margin-bottom: 3px;}
div.flash-notice { color: #333; font-size : 12px; margin-top: 5px; margin-bottom: 5px;}

div.edit-profile input.submit {
	height : 23px;
	width : 60px;
	background : #a3a8ad;
	border : 0px;
	color : #fff;
	padding-bottom: 2px;
}

input#paypal { background: none;}
input#gcheckout { background: none;}
input#yarraa { background: none;}

input.special-field { 
	background : #cecece;
	color : #999;
	border:none;
	padding: 3px;
	font-size:12px;
	color : #000;
}

#search_result { margin-top: 15px;}

div.waiting_icon { background: url(/images/5.gif) no-repeat; height:16px; padding-left: 20px; color: #111;}

.hidden { display:none; }

div.pagination a { color: #DFCC00; border-bottom: 1px solid #DFCC00; text-decoration:none; }

div.order-search label { width: 100px; float:left;}
div.order-search  p { padding-top: 10px;}

div#errorExplanation { padding: 10px;}
div#errorExplanation h2 { font-weight: bold; margin-bottom: 10px;}
div#errorExplanation p { display:none;}
div#errorExplanation { border: 1px solid #444; background: #EFE795; margin-bottom: 20px; font-size:12px;}
div#errorExplanation ul { list-style-type: decimal; padding-left: 20px;}
