body, html {
	color: #333;
}
body {
	font: .7em Arial, Helvetica, sans-serif;
}
p, table, #center-col form {
	font: normal 100%/180% Arial, Helvetica, sans-serif;
	text-align: justify;
}
a, a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #999;
}
a:hover, a:active {
	color: #df0000;
}
a img {
	border: 0;
}
h1 {
	font: bolder 165% Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 160% Arial, Helvetica, sans-serif;
}
h3 {
	font: bold 160% Arial, Helvetica, sans-serif;
}
h4 {
	font: bold 130% Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}
ul {
	list-style: none;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
#center-col ul {
	list-style: disc inside;
}
form, fieldset, label {
	border: 0 !important;
	margin: 0;
	padding: 0;
}
legend {
	display: none;
}
legend {
	font-size: 110%;
	font-weight: bold;
}
hr {
	border: 0;
	height: 1px;
	color: #d7d7d7;
	background-color: #d7d7d7;
}
big {
	line-height: 170%;
	color: #ff5bb4;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear, .clearBoth {
	clear: both;
}
.small {
	font-size: 90%;
}
.center {
	text-align: center !important;
}

input.onerow {
	border: 1px solid #ababab;
	vertical-align: top;
	font-size: 90%;
	padding-left: 3px;
	color: #4a4a4a;
	background: url(imgs/input-bg.gif) repeat-x top;
}
select.onerow {
	border: 1px solid #ababab;
	font-size: 95%;
	padding-left: 3px;
	color: #4a4a4a;
}
input.button {
	margin: 0;
}
input.button-ok {
	margin-left: 6px;
}
.messageStackError {
	display: block;
	background-color: #DF1717;
	color: #fff;
	padding: 7px 10px;
	border: 2px solid #FFDE00;
	margin-top: 6px;
	font-weight: bold;
}
.messageStackError img {
	margin-bottom: -3px;
}

#center-col .blue-box {
	background-color: #F2F4F8;
	padding: 1em 1.4em .8em 1.4em;
	margin: 1em 0 1em 0;
	border: 1px solid #d8deea;
}
#center-col #subcategories-list {
	font-size: 120%;
	font-weight: bold;
	line-height: 160%;
}
#center-col #subcategories-list a {
	white-space: nowrap;
}


#center-col input.onerow {
	font-size: 95%;
	padding: 2px 4px;
	background: none;
	width: 150px;
	margin: 0 0 5px 0;
	background-color: #fff;
}
#center-col select#country {
	font-size: 95%;
	width: 150px;
	margin: 0 0 5px 0;
}
#center-col input#login-password {
	margin-left: 1px;
}
form span.alert {
	color: cc0000;
	vertical-align: top;
}

#password-forgotten label, form#login-form label, form#new-registration-form label, form#other-form label {
	display: block;
	margin: 0 .8em 5px 0;
	float: left;
}
form#login-form label, form#new-registration-form label, form#other-form label {
	margin: 0 .2em 5px 0;
}
form#other-form label {
	width: 4em;
}
form#new-registration-form label, form.long-label-form label {
	width: 9em !important;
}
form#other-form label.radioButtonLabel {
	width: 25em !important;
	display: inline;
	float: none;
	vertical-align: top;
	margin-left: .4em;
}
form#new-registration-form label.checkboxLabel {
	width: 15em !important;
	display: inline;
	float: none;
	vertical-align: top;
	margin-left: .4em;
}
textarea#order-message {
	width: 97%;
	height: 8em;
	margin: 0 0 1.3em 1%;
	overflow: auto;
}
#cartContentsDisplay tr td, #cartContentsDisplay tr th {
	padding: .5em;
}
#cartContentsDisplay input.onerow {
	width: 3em;
	margin: 0;
}
#cartContentsDisplay .rowOdd, #cartContentsDisplay th {
	background-color: #F2F4F8;
}
.cart-button {
	width: 32%;
	float: left;
	text-align: center;
}
#cartSubTotal {
	text-align: right;
	float: right;
	padding: 1em 1.4em 1em 0;
}
#cartSubTotal tr th {
	padding-right: 1em;
}
#cartSubTotal tr#cartSubTotalInclVAT {
	font-size: 130%;
	font-weight: bolder;
}
address.checkout-address {
	margin: 1em 0;
}
.ccinfo {
	padding: .6em 0 .8em 2.8em;
}



/* PRODUCT DETAIL */
#product-info-table, #main-product-img {
	margin-top: 1em;
}
#product-info-table {
	border: 0;
	width: 290px;
	float: left;
	text-align: center;
}
#product-info-table table {
	margin-bottom: 1.2em;
	width: 290px;
}
#product-info-table table tr th {
	text-align: left;
	padding-right: .5em !important;
	width: 40%;
}
#product-info-table table tr th, #product-info-table table tr td {
	border-bottom: 1px solid #eee;
	padding: 2px;
}
#cart-form select {
	width: 100%;
	font-size: 95%;
}
#cart-form #cart_quantity {
	width: 40px;
	font-size: 95%;
}
#cart-stock-yes {
	color: green;
	font-weight: bold;
}
#cart-stock-no {
	color: #df0000;
	font-weight: bold;
}
#cart-sold-out {
	color: #df0000;
	font-weight: bold;
	font-size: 110%;
}
.price {
	font-size: 130%;
	font-weight: bolder;
	padding: 8px 0;
}
#main-product-img {
	float: right;
	width: 255px;
}
#main-product-img img {
	border: 1px solid #d8deea;
}
#prod-desc-hdng {
	border-bottom: 1px solid #d8deea;
	padding: 1.5em 0 .4em 0;
	font-size: 135%;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}
#prod-desc {
	margin-top: .7em;
}
.prod-desc-icon {
	vertical-align: -4px;
}
#prod-reviews-hdng {
	font-size: 135%;
	text-transform: uppercase;
	font-weight: 900;
	padding: 1em 0 .65em 0;
	margin: 0;
}
p.prod-reviews-content {
	margin:0;
	padding:1em 0;
	border-top: 1px solid #d8deea;
}
img.prod-reviews-stars {
	margin-left: 4px;
	vertical-align: -2px;
}

