/*
	dark green: #006666
	light green: #99cc66
	yellow: #ffffdd
*/

/*

	ALL SHOP RELATED CLASSES.

*/
#shop {
	width: 801px;
	text-align: left;
}

#shop .required {
	font-weight: bold;
	color: red;
}

/* SEARCH */
/* BREADCRUMBS & LOGIN & PAGER */
	
#shop #shopsearch {	
	width: 801px;
	border: solid 1px #99cc66;
	border-top: none;
	background-color: #ffffdd;
	
	height: 26px;
	vertical-align: middle;
	text-align: left;

}	
#shop #shopsearch form {	
	
}

#shop #shopsearch #shopsearchform {
	
}

#openordermessage {
	width: 796px;
	border: solid 1px #99cc66;
	/*border-top: none;*/
	background-color: #F00;
	
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
#openordermessage a:link, #openordermessage a:visited {
	color: #FFF;	
}

#shop #shopsearch #quicknav {
	margin: 3px;
}
#shop #shopsearch input.button {
	font-size: 95%;
	padding: 2px;
	border: 1px solid #006666;
	font-weight: bold;
	cursor: hand;
	margin-left: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #99cc66;
	color: #FFFFFF;
}
#shop #shopsearch input.text {
	margin-left: 2px;
}

/* BREADCRUMBS & LOGIN & PAGER */
	
#shop #breadcrumbs, #shop #secondbreadcrumbs, #shop #pager, #shop #checkoutsteps {	
	width: 801px;
	border: solid 1px #99cc66;
	background-color: #ffffdd;
}
#shop #secondbreadcrumbs {
	border-top: none;
}
#shop #pager {
	border-top: none;
}
#shop #checkoutsteps {
	border-top: none;	
}

#shop #breadcrumbs ul, #shop #secondbreadcrumbs ul, #shop #pager ul, #shop #checkoutsteps ul {
	margin: 0;
	padding: 0;
	/*background-color: #ffffdd;*/
}
#shop #breadcrumbs li, #shop #secondbreadcrumbs li, #shop #pager li, #shop #checkoutsteps li {
	margin-left: 0;
	display: inline;
	padding: 3px;
	font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 24px;
	color: #778087;
}
#shop #breadcrumbs li.active, #shop #secondbreadcrumbs li.active, #shop #pager li.active, #shop #checkoutsteps li.active {
	font-weight: bold;
	font-style: italic;
}
	
	/* PAGER */
	#shop #pager ul#n_of_n {
		float: left;
	}
	#shop #pager ul#pageselect {
		text-align: right;
	}
	#shop #pager ul#prev_next_product {
		text-align: center;
	}
	/* /PAGER */

/* /BREADCRUMBS & LOGIN & PAGER */

/* LOGIN */

#shop #login {
	/*z-index: 1021;
	position: absolute;
	font-size: 85%;
	right: 23px;
	top: 36px;
	text-align: right;*/
	
	z-index: 1021;
	position: absolute;
	font-size: 85%;
	right: 23px;
	margin-top: 1px;
	/*top: 20px;*/
	text-align: right;
}
#shop #login #opener {
	padding: 6px;
	display: inline;
	margin-left: 1px;
	background-color: #99cc66;
	border-left: 1px dashed #99cc66;
	z-index: 1;
	line-height: 25px;
}

#shop #shopmessage {
	background-color: #99cc66;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #006666;
	color: #FFFFFF;
}
#shop #shopmessage h2, #shop #shopmessage h3, #shop #shopmessage h4 {
	color: #FFFFFF;
	padding: 3px;
}
/*
dark green: #006666
	light green: #99cc66
	yellow: #ffffdd
*/

#shop #login #opener a:link, #shop #login #opener a:visited {
	color: #FFFFFF;
}
#shop #login #lcontent {
	
	
	/*visibility: hidden;*/
	/* position: relative;
	display: none;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #99cc66;
	margin-top: 0px;
	left: 1px;
	z-index: 2;*/
	
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #99cc66;
	right: -1px;
	min-width: 200px;
}
#shop form#loginform {
	margin-top: 15px;	
}
#shop #login #lcontent form#loginform {	
	margin: 0;
	padding: 0;
}
#shop #login #lcontent form#loginform td {
	text-align: right;
	font-weight: bold;
}
#shop #login #lcontent form#loginform input {
	font-size: 85%;
	font-weight: normal;
	width: 150px;
}

#shop #login #lcontent ul#loggedin {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	text-align: left;
}
#shop #login #lcontent ul#loggedin li {
	line-height: 25px;
}
/* /LOGIN */

/* PRODUCT */

	

/* /PRODUCT */


/* CATEGORY LIST & PRODUCT LIST */

#shop #clisttable, #shop #plisttable {
	padding: 4px;
	width: 803px;
}
#shop #plisttable {
	border: 1px solid;
	border-top: none;
	border-color: #99cc66;
}
/*
#shop #clisttable {
	border: none;
}*/

#shop #plisttable td, #shop #clisttable td {
	vertical-align: top;
	border-bottom: none;
	line-height: 20px;
}

#shop #clisttable td.cell, #shop #plisttable td.cell {
	border-right: 1px solid #99cc66;
	padding: 4px 4px;
	margin: 0;
	top: 0;
	
	float:left;
}
#shop #plisttable td.cell, #shop #plisttable td.lastcell {
	width: 185px;
}

#shop #clisttable td.cellfullrow {
	border: none;
	padding: 4px 4px;
	margin: 0;
	top: 0;
	text-align: center;
}


#shop #clisttable td.lastcell, #shop #plisttable td.lastcell {
	border: none;
	padding: 4px 4px;
	margin: 0;
	top: 0;
	
	float:left;
}
#shop #clisttable td.cell, #shop #clisttable td.lastcell  {
	width: 380px;
	text-align: center;
}

#shop #clisttable div, #shop #plisttable div {
	/*margin: 0;
	padding: 0;*/
}

#shop #clisttable div.name, #shop #plisttable div.reference {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	display: block;
	line-height: 1.5em;
}
#shop #plisttable div.reference {
	font-style: italic;
}

/* DD */
#shop #clisttable div.image, #shop #plisttable div.image {
	display: block;
	min-height: 85px;
	/* max-width: 370px; */
}
* html #shop #clisttable div.image {
	height: 85px;
}
#shop #clisttable div.image img, #shop #plisttable div.image img {
	border: 0;
}
#shop #clisttable div.image img {
	max-width: 385px;
}
/*#shop #plisttable div.price {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	height: 20px;
}*/
#shop #plisttable div.oldprice {
	/*font-size: 12px;
	line-height: 14px;
	height: 20px;
	color: red;
	text-decoration:line-through;*/
}
#shop #plisttable div.discount {
	/*position: absolute;
	color: #090;
	font-weight: bold;
	width: 70px;
	height: 45px;
	background-image: url(../images/sale.png);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 26px;
	right: 150px;
	font-size: 140%;*/
}
#shop #plisttable div.button {
	display: block; height: 25px;
}
#shop #plisttable div.button img {
	border: 0;
}

#shop #plisttable div.desc {
	font-size: 11px;  line-height: 13px;display: block; /*height: 13em;*/
}

/* /DD */

#shop #clisttable div.clearer, #shop #plisttable div.clearer {
	height: 1px;
	margin-top: 1px;
	border-bottom: 1px solid #99cc66;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}
#shop #clisttable tr.tabletop div, #shop #clisttable tr.tablebottom div, #shop #plisttable tr.tabletop div, #shop #plisttable tr.tablebottom div {
	height: 5px;
}

/* /CATEGORY LIST & PRODUCT LIST */

/* RELATED PRODUCTS ORDER PLUGIN */
#shop_related_products_order {
	border-top: 1px dashed #99cc66;
	padding: 10px;
	margin-top: 20px;
}
#shop_related_products_order h3 {
	padding-top: 0;	
}
#shop_related_products_order table {
	border-spacing: 10px;
}
#shop_related_products_order table td {
	padding: 5px;
	margin: 20px;
	border: 1px dashed #99cc66;
}
#shop_related_products_order table td img {
	max-width: 120px;	
}

/* CATEGORY IMAGE SHOWN IN HEADER */
#shop #categoryimage {
	position: absolute;
	background-color:#FFFFFF;
	top: 0px;
	padding-top: 9px;
	right: 23px;
}
#shop #categoryimage img {
	border: 1px solid #99cc66;
}
* html #shop #categoryimage {
	right: 22px;
}
/* /CATEGORY IMAGE SHOWN IN HEADER */

/* SHOPPINGCART */
#shopcart {
	text-align: left;
	padding: 5px;
}

#shopcart td.carttitle {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 30px;
}
#shopcart td.colheader {
	background-color:#006666;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	padding: 5px;
}

#shopcart td.spacerow {
	background-color: #FFFFFF;
	
	margin: 0;
	padding: 0;
	
	border-bottom: 3px solid #99cc66;
}
#shopcart td.spacerow div.spacerowcontent {
	height: 0px;
}
#shopcart tr.detailrowodd {
	background-color:#99cc66;
	color: #000000;
	text-align: center;
}
#shopcart tr.detailroweven {
	background-color: #ffffdd;
	color: #000000;
	text-align: center;
}
#shopcart tr.detailrowselected {
	background-color: #990000;
	color: #FFFFFF;
	text-align: center;
}
#shopcart tr.detailrowselected a:link, #shopcart tr.detailrowselected a:visited {
	color: #FFFFFF;
}
#shopcart td.details_name, #shopcart td.details_price, #shopcart td.details_totalprice {
	text-align: right;
}
#shopcart a:link, #shopcart a:visited {
	color: #000000;
	text-decoration: underline;
}

#shopcart td.freeshipping {
	color: #990000;
	font-weight: bold;
	text-align: right;
}
#shopcart td.details_quantity {
	padding: 2px;	
}
#shopcart td.basket_title {
	font-weight: bold;
	padding: 5px;
}

	/* BUTTONS */
	#shopcart ul#cartbuttons {
		margin: 0;
		padding: 0;
		margin-top: 10px;
		/*background-color: #ffffdd;*/
		text-align: center;
	}
	#shopcart ul#cartbuttons li {
		margin-left: 0;
		display: inline;
		padding: 3px;
	}
	
	#shopcart input.btn_update, #shopcart input.btn_keepshopping, #shopcart input.btn_continue, #shopcart input.btn_checkout, #shopcart input.btn_clear, #shop #checkoutbuttons input#btn_checkout_continue, #shop #checkoutbuttons input#btn_checkout_goback, #shop #checkoutbuttons input#btn_checkout_goback_dis,
	input.btn_checkout {
		font-size: 95%;
		padding: 2px;
		border: 1px solid #000000;
		font-weight: bold;
		cursor: hand;
	}
	#shopcart input.btn_update {
		background-color: #CCCCCC;
		color: #000000;
	}
	#shopcart input.btn_keepshopping, #shop #checkoutbuttons input#btn_checkout_goback {
		background-color: #999999;
		color: #000000;
	}
	#shopcart input.btn_continue {
		background-color: #000000;
		color: #FFFFFF;
	}
	#shopcart input.btn_checkout, input.btn_checkout, #shop #checkoutbuttons input#btn_checkout_continue {
		/* background-color: #000000;
		color: #FFFFFF; */
		background-color: #F00;
		color: #FFF;
		padding-left: 20px;
		padding-right: 20px;
	}
	#shopcart input.btn_clear {
		background-color: #FF0000;
		color: #000000;
	}
	#shop #checkoutbuttons input#btn_checkout_goback_dis {
		background-color: #CCCCCC;
		color: #999999;
		border: 1px solid #CCCCCC;
		display: none;
	}
	/* /BUTTONS */
	
	#shopcart #cartmessage {
		background-color: #CCCCCC;
		color: #F00;
		margin: 10px;
		padding: 10px;
		font-weight: bold;
	}


/* /SHOPPINGCART */

/* CHECKOUT */

#shop #checkoutbuttons {
	border-top: 1px solid #999999;
	margin-top: 30px;
	width: 801px;
}
#shop #checkoutbuttons ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-right: 10px;
	/*background-color: #ffffdd;*/
	text-align: right;
}
#shop #checkoutbuttons li {
	margin-left: 0;
	display: inline;
	padding: 3px;
}

#paypaliframe {
	margin-top: 30px;
	width: 100%;
	height: 400px;
	border: 2px dashed #99cc66;
}

/* / CHECKOUT */