@import url("fonts.css");
@import url("normalize.css");
@import url("adminmenu.css");
@import url("spectrum.css");

HTML, BODY, INPUT, TEXTAREA {
	font-family: GeogrotesqueRegular, Helvetica, Arial, sans-serif;
}

HTML, BODY {
	width: 100%;
	min-height: 100%;
	background: #525b7a;
	background: #eaedf1;
	margin: 0; padding: 0;
}

HEADER {
	display: block;
	width: 1000px;
	margin: 0 auto;
	background: #fff no-repeat;
	padding: 1px;
	height: 200px;
}
H1 {
	margin-top: 30px;
	float: left;
}
H1 IMG {
	height: 140px;
	width: auto;
}
HEADER P {
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-top: 95px;
	padding-left: 20px;
	position: relative;
}

#wrap {
	display: block;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 1px 1px 10px 1px;

}


#wrap ASIDE {
	width: 220px;
	float: left;
	margin-left: 20px;
	padding: 10px 0px;
}
ASIDE H2 {
	margin:0;
	background: #97ce68;
	color: #fff;
	text-align: center;
	padding: 5px 5px 0px 5px;
	border-bottom: 5px solid #8ec95b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
ASIDE UL {
	margin: 0;padding: 0;
	list-style: none inside;
	background: #f6f6f6;
}
ASIDE LI {
	margin: 0; padding: 0;
	border-top: 1px solid #eaedf1;
}

ASIDE A {
	color: #000;
	text-decoration: none;
	font-size: 17px;
	border-left: 5px solid #f6f6f6;
	padding: 10px 5px;
	display: block;
}
ASIDE A:hover, ASIDE A.active {
	border-left: 5px solid #97ce68;
}
ASIDE UL UL A {
	border-left: 10px solid #f6f6f6;
	padding-left: 10px;
}
ASIDE UL UL A:hover, ASIDE UL UL A.active {
	border-left: 10px solid #97ce68;
}

ASIDE .collapsible_menu UL UL {
	display: none;
	padding-left: 20px;
}
ASIDE .collapsible_menu UL UL.active {
	display: block;
}
ASIDE .collapsible_menu .toggle {
	display: inline-block;
	padding: 5px;
}



#product-gallery LI {
	list-style: none;
	display: inline-block;
	margin: 1em;
	border: 1px solid #999;
	border-radius: 3px;
}

#product-gallery {
	background: #ccc;
	padding: 10px;
	margin: 0;
}
H2, TABLE CAPTION {
	font-weight: normal;
	font-family: "GeogrotesqueMedium";

}
#main H2, TABLE CAPTION  {
	background: #97ce68;
	color: #fff;
	font-size: 1.5em;
	margin-top: 0;
	text-align: center;
	padding: 5px 5px 0px 5px;
	border-bottom: 5px solid #8ec95b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-transform: uppercase;
}

.form-item INPUT, .form-item TEXTAREA {
	padding: 5px;
	color: #999;
	border: 1px solid #ccc;
	border-radius: 1px;
}
.form-item INPUT:focus, .form-item INPUT:hover, .form-item INPUT:active {
	color: #333;
	font-family: "GeogrotesqueMedium";
}

.form-section_title SPAN, .form-section_title H3 {
	display: inline-block;
}
.form-checkbox_wrapper LABEL {
	text-align: left;
	margin-left: 230px;
}

.form-item-user_note
{
    display: none;
}

/***** LOGIN *****/

#user-login, #user-forgotten {
	display: inline-block;
	padding: 20px;
	max-width: 50%;
	width: auto;
	text-align: left;
}
#user-login {
	text-align: right;
}
#user-login .caption, #user-forgotten .caption {
	font-family: "GeogrotesqueMedium";
	font-size: 25px;
	font-weight: normal;
}
#user-login LABEL, #user-forgotten LABEL {
	display: inline-block;
	width: 100px;
}
#user-login .form-item INPUT, #user-forgotten .form-item INPUT {
	width: 200px;
}
#user-login .form-submit, #user-forgotten .form-submit {
	width: 100%;
	padding: 10px 0;
}
#user-login .form-item, #user-forgotten .form-item {
	margin: 10px 0;
}
#main {
	text-align: center;
	padding: 10px 0;
}
.with-column #wrap #main {
	width: 720px;
	float: right;
	text-align: left;
	padding: 10px 20px;
}


/*USER*/
#user-block {
	background: #fff;
	border: 5px solid #999;
	padding: 20px;
	border-radius: 5px;
	text-align: right;
	display: inline-block;
	float: right;
	margin: 20px;
}


TABLE.listing, TABLE.item_table {
	width: 100%;
}
TABLE.listing TH, TABLE.item_table TH {
	background: #ccc;
	font-weight: bold;
	padding: 5px;
}
TABLE.listing TD, TABLE.item_table TD {
	padding: 5px;
}
.heading H2 A {
	float: right;
	font-size: 15px;
	background: #000;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.heading H2 A:hover {
	background: #ccc;
	color: #000;
}
TABLE.listing A, TABLE.item_table A {
	color: #000;
	font-weight: bold;
}
TABLE.listing .even TD, TABLE.item_table .even TD {
	background: #eaeaea;
}
TABLE.listing TR:hover TD, TABLE.item_table TR:hover TD {
	background: #aaa;
}

FIELDSET {
	border: 2px solid #ccc;
	border-radius: 2px;
	margin-bottom: 1em;
}

FIELDSET LEGEND {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}

FIELDSET LABEL {
	display: inline-block;
	width: 250px;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
}
FIELDSET .form-item INPUT {
	width: 300px;
}
FIELDSET .form-item TEXTAREA {
	width: 300px;
}
FIELDSET .form-item TEXTAREA.custom_css_field {
	width: 400px;
	height: 300px;
}

FIELDSET LABEL INPUT {
	margin-right: 10px;
}
FIELDSET .form-item {
	margin: 5px 0;
}
.quantity INPUT {
	width: 40px;
}
#shipping_types-select, FIELDSET UL {
	margin: 0; padding: 0 0 0 20px;
	clear: both;
}
#shipping_types-select LI, FIELDSET LI {
	display: block;
	list-style: none inside;
	margin: 10px 0; padding: 0;
	clear: both;
	text-align: left;
}
#shipping_types-select LABEL {
	text-align: left;
	width: auto;
}
#shipping_types-select LABEL SPAN {
	font-weight: normal;
}
FORM INPUT.form-submit {
	display: block;
	text-align: center;
	background: #ff6766;
	color: #fff;
	border: 5px solid #fe4c4a;
	border-radius: 5px;	
	padding: 20px;
	width: 100%;
	font-family: GeogrotesqueMedium;
	font-size: 30px;
}
FORM INPUT.form-submit:hover {
	background: #fe4c4a;
}
A.gbutton {
	float: right;
	display: block;
	text-align: center;
	background: #97ce68;
	color: #fff;
	border: 5px solid #8ec95b;
	border-radius: 5px;	
	padding: 10px;
	font-family: GeogrotesqueMedium;
	font-size: 14px;
	margin-bottom: 10px;
	text-decoration: none;
}
A.gbutton:hover {
	background: #8ec95b;
}

/*FORM EDIT*/
#form-order_edit LABEL {
	float: left;
}
#form-order_edit .value{
	float: left;
}
#form-order_edit .form-item {
	clear: both;
	padding: 8px 0;
}

/*PRODUCT BROWSE*/
#product-list {
	margin: 0 ;
	padding: 0;
	font-size: 0;
}

#product-list LI {
	width: 48%;
	font-size: 13px;
	display: inline-block;
	margin: 12px 1%;
	text-align: center;
	zoom: 1;
	*display: inline;
}
#product-list H3 {
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #ccc;
	padding: 10px 5px;
	margin: 0;
}
#product-list .not-published H3 {
    background: #ff786b;
}
#product-list LI:hover h3 {
	background: #999;
}
#product-list LI .price {
	display: block;
	font-size: 1.3em;
	padding: 5px;
	background: #ccc;
}

#product-list A { position: relative; display: block; color: #333; text-decoration: none; }
#product-list IMG {
	display: block;
	margin: 0 auto;
}
#product-list SPAN.tag {
	position: absolute;
	top: 0;
	right: 0;
	background: #c00;
	color: #fff;
	padding: 5px;
}


/*BASKET*/


.form-table {width: 100%;}
TABLE.form-table TH, TABLE TFOOT TD {
	background: #ccc;
	font-weight: bold;
	padding: 5px;
}
TABLE.form-table TD {
	padding: 5px;
}
TABLE.bordered TD {
	border-right: 1px solid #ccc;
}

TABLE.form-table A {
	color: #000;
	font-weight: bold;
}
TABLE.form-table .even TD {
	background: #eaeaea;
}
TABLE.form-table TR:hover TD {
	background: #aaa;
}


/*FOOTER*/
FOOTER {
	width: 962px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	font-size: 18px;
	background: #9ea7b3;
	color: #fff;
}

FORM.form-filter INPUT.submit {
	float: right;
}

.form-item SPAN.value {
	display: inline-block;
}

/**WIDGETS**/
.announcement {
	background: #ff6766;
	color: #fff;
	border: 5px solid #fe4c4a;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.flash_messages {
	background: #89d5d5;
	color: #fff;
	border: 5px solid #6bcbca;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.no-column .announcement, .no-column .flash_messages {
	margin: 10px;
}
.align_left LABEL {
	text-align: left;
}

.form-filter .form-item {
	display: inline-block;
}
.form-filter {
	margin-bottom: 10px;
}

LABEL.required:after {
	content: "*";
}
TABLE TABLE {
	width: 100%;
}
TABLE TABLE TD {
	border: 1px solid #eee;
}


.lt-ie8  #product-gallery LI,
.lt-ie8  #user-login,
.lt-ie8  #user-login LABEL,
.lt-ie8  #user-block,
.lt-ie8  FIELDSET LABEL,
.lt-ie8  #product-list LI,
.lt-ie8 .form-item SPAN.value {
	zoom: 1;
	*display: inline;
}

#basket-tooltip
{
    position:absolute;
    border: 1px solid #999;
    background: #eee;
    padding: 10px;
    top:0;left:0;
}

#hidden_delivery_note
{
    display: none;
}