/* @override http://www.sprayequipmentdirect.com/skins/SprayEquipmentDirect/styleSheets/all.css */

/* ---------------------------------------------------------------------------*/
body {	
	background-image: url(../styleImages/backgrounds/bg_repeat.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #454545;	
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 76%;/* 12px */
	margin: 0px;
}

h1, h2, h3, h4 {
	color: #244895;
	font-family: Trebuchet MS, Verdana, sans-serif;
	margin: 0px 0px 5px 0px;
	letter-spacing: -0.05em;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.50em;
}

h3 {
	font-size: 1.30em;
}

p {
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #E39E0D;
	text-decoration: underline;
}
form {
	display: inline;
}
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
input.frm_submit,
input.btn_submit,
a.frm_submit,
a.button,
a.txtButton {
	padding: .2em;
	background-color: #555;	
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;	
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #eee;
	cursor: pointer;
}
a.txtButton,
a.button {
	padding: 4px;
}
input.frm_text {
	background-color: #EBEBEB;
	border: 1px solid #fff;
}
/* ---------------------------------------------------------------------------*/


/* ---------------------------------------------------------------------------*/
div#main_container {	
	padding: 0px;
	margin: 40px;
	min-width: 700px;
	width: auto;		
}
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
div#primary_header {
	height: 110px;
	padding: 0px;
/*	position: relative;
    height: 108px; */ 

}
div#primary_header div.main_logo {
	float: left;
	height: 100px;
	width: 350px;
}

div.header_offer {
    position: relative;
    float: left;
    width: 140px;
    height: 100px;
    margin-left: 10px;
    xborder: 1px solid red;
}
div.header_offer a {
    position: absolute;
    bottom: 0px;
    xpadding: 10px;
    xborder: 1px solid #000;
    xbackground-color: rgb(153,153,153);
}


/* used for displaying session details (guest, user) */
/*
div#primary_header div.main_right {	
border: 1px solid green;
width: 200px;
position: absolute;
bottom: 0px;
right: 0px;
clear: right;


}
*/
/* used for displaying basket details (price, qty, etc) */
/*
div#primary_header div.main_right2 {
border: 1px solid red;
width: 200px;
/*position: absolute;
right: 0px;
bottom: 0px;*/
/* float: right; */

/*
}
*/
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
div#main_menu {
	background-color: #454545; /* 2E5BB8 */
	background-image: url(../styleImages/backgrounds/menu_repeat.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #fff;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 1.1em;	
	margin: 0px 0px;	
	padding: 2px;  
	line-height: 1.7em;
	width: auto;

}
div#main_menu div.box_site_docs ul {	
	list-style-type: none;
	margin: 0px 0px;
	padding: 0px;
}
div#main_menu div.box_site_docs li {	
	display: inline;
	
	margin: 0px 10px 0px 0px;	
}
div#main_menu div.box_site_docs li a:link, 
div#main_menu div.box_site_docs li a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div#main_menu div.box_site_docs li a:hover {
	color: #fff;
	text-decoration: underline;
}

div#main_menu div.box_search {
	float: right;
}
div#main_menu div.box_search form {
	display: inline;
}
div#main_menu div.box_search form input.frm_text {		
	background-color: #EBEBEB;
	border: 1px solid #fff;
	font-size: 0.8em;
}
div#main_menu div.box_search form input.frm_submit {
	background-color: #555;	
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;	
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #eee;
	font-size: 0.8em;
} 
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
div#container {
	padding: 5px;
}
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
div#left_column {
	float: left;
	margin: 26px 0px 0px 0px;
	padding: 0px;
	width: 170px;
	/* position: absolute; */
}
div #left_column div {
	padding: 0px 0px 20px 0px;
}
div#left_column h2 {
	color: #0066CC;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0em;
	margin: 0px 0px 4px 0px;
}
div #left_column ul {
	color: #003399;
	list-style-type: square;	
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
div #left_column ul li {	
	margin: 0px 0px 2px 0px;
	padding: 1px 0px;
}

div#left_column div.box_basket span.txtCartPrice {
	float: right;
}
div#left_column div.box_basket div.cartTotal {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

div#left_column div.promotions {
	margin: 5px 0;
}
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
div#right_column {	
	margin: 0px 0px 0px 200px;
}

div.biscuit_trail {
	color: #0066CC;
	font-size: 0.8em;
	text-align: right;	
}
div.biscuit_trail ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.biscuit_trail ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
div.biscuit_trail ul li a:link,
div.biscuit_trail ul li a:visited {
	color: #003399;
	text-decoration: none;
}
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
div.filter_box {
	background-color: #ddd;
	border: 1px dotted #bbb;	
	margin: 0px 0px 15px 0px;
	padding: 3px;
}
div.filter_box form {
	display: inline;
}
div.filter_box h2 {
	color: #555;
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}

div.products {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 100%;
}
div.product_type_header {	
	margin: 0px;
}
div.product_type_header h2 {
	border-bottom: 1px solid;
	margin: 0px 0px 5px 0px;	
}
div.product_type_header span.type_jump {	
}

div.product_cell {
	background-color: #eee;
	background-image: url(../styleImages/backgrounds/prod_cell.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #ddd;
	float: left;
	height: 15.5em;
	margin: 0px 6px 13px 5px;
	min-height: 15.5em;
	overflow: hidden;
	padding: 3px;
	position: relative;
	width: 47%;		
}
div.product_cell ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.product_cell ul li.name {
	height: 3.2em;
	padding: 0px;
	width: 100%;
}
div.product_cell ul li.name h3 {
	line-height: 1.1em;
}
div.product_cell ul li.name a:link, div.product_cell ul li.name a:visited {
	color: #555;
}
div.product_cell ul li.desc {
	font-size: 0.9em;
}
div.product_cell ul li.desc p {
	margin: 0px;
}
div.product_cell ul li.special {
		
}
div.product_cell ul li.special_reduced {
	color: #f00;
	font-weight: bold;
	letter-spacing: -0.03em;
}
div.product_cell ul li.special_new {
	color: #00B713;
	font-weight: bold;
	letter-spacing: -0.03em;
}
div.product_cell ul li.link {
	position: absolute;
	bottom: 5px;
	left: 3px;
}
div.product_cell ul li.link a.button {
	font-size: 0.9em;
	padding: 2px;	
}
div.product_cell ul li.price {
	background-color: #eee;
	border-top: 1px solid #888;
	bottom: 3px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	position: absolute;
	right: 3px;
	text-align: right;	
	z-index: 100;
}
div.product_cell ul li.price .reduced {
	color: #f33;
}
div.product_cell ul li.price span.vatPrice {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}
div.product_cell ul li.old_price {
	text-decoration: line-through;
}
div.product_cell ul li.image {
	float: left;
	height: 120px;
	padding: 0px 10px 10px 0px;	
	text-align: center;
	width: 120px;
}

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
div.special_info_reduced {
	color: #f00;
	font-weight: bold;	
}
div.special_info_new h2 {
	color: #00B713;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.03em;
	padding: 0px;
}
div.special_info_reduced h2 {
	color: #f00;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.03em;
	padding: 0px;
}
div.pri_image {
	float: left;
	margin: 0px 5px 5px 0px;
}
div.pri_image a {
	font-size: 0.85em;
}
div.prod_images {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 10px 0px;
	width: auto;
	position: relative;
}
div.prod_images p.more_info {
	font-size: 0.8em;
}
div.prod_images div.image {
	display: inline;
	margin: 0px 10px 0px 0px;
}

div.stock_levels {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 20px 0px 30px 0px;	
	/*
	width: 100%;
	overflow: auto;
	*/
}
div.stock_levels p.more_info {
	font-size: 0.8em;
}
div.stock_levels td.td_odd {
	background-color: #dedede;
}
div.stock_levels td.td_even {
	background-color: #d1d1d1;
}
div.stock_levels table.icon_key {
	font-size: 0.8em;
}

div.component_parts {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 10px 0px;	
}
div.component_parts p.more_info {
	font-size: 0.8em;
}
div.component_parts td.td_odd {
	background-color: #dedede;
}
div.component_parts td.td_even {
	background-color: #d1d1d1;
}
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
div.warning {
	background-color: #FFE7E6;
	border: 1px dotted #ff0000;	
	padding: 5px;
}
div.warning h2 {
	color: #f00;
	margin: 0px 0px 3px 0px;
}

td.warning { 
	color: #f00;
	font-size: 0.9em;
	font-weight: bold;
}

span.highlight {
	background-color: #FFFF9D;
	color: #f00;	
}
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
div#footer {
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
}
div#footer a:link, div#footer a:visited {
	color: #00f;
}
/* ---------------------------------------------------------------------------*/

/* @group Nicks's style stuff */
.emphasised-box {
	color: #fff;
	background: #244895 url(../styleImages/blue_box.jpg) no-repeat left top;
}
.narrow {
	width: 20em;
	padding: 1em;
}
.emphasised-box h1,.emphasised-box h2, .emphasised-box h3, .emphasised-box h4{
	color:#fff;
}
.emphasised-box a {
	color: #fff;
	text-decoration: underline;
}
.emphasised-box .alert {
	color: #ff2700;
	background-color: #FFFF9D;
}
.emphasised-box .success {
	color: #008e00;
	background-color: #FFFF9D;
}
.narrowform {
	padding: 1em;
	text-align: center;
	width: 20em;
	display: block;
}

.mediumform {
	padding: 1em;
	text-align: center;
	max-width: 50em;
	display: block;
}
.mediumform dl,
.mediumform dt,
.mediumform dd {
	margin: 0;
	text-align: left;
}
.mediumform dd {
	margin-bottom: .5em;
}
.mediumform textarea {
	width: 100%;
}
.wideform {
	text-align:center;
	padding: 1em;
	max-width: 65em;
	width: 90%;
	display: block;
}
.wideform table {
	text-align:left;
}
.box_search label a,.box_search label a:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
div.shoppingCart {
	border-left: 1px solid #4d4d4d;
	padding-left: 8px;
	float: right;
	height: 100px;

/*	oryginal
    right: 10px;
	list-style-type: none;
	width: 150px;
*/
}
div.shoppingCart ul {
	list-style-type: square;
	margin: 0px;
	padding-left: 13px;
}
div.shoppingCart ul li {
	font-size: 90%;
}

div.shoppingCart span.links {
	font-size: 0.8em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.box_session {
	padding-left: 7px;
	padding-right: 7px;
	float: right;
	height: 100px; 
/*
    position: absolute;
	list-style-type: none;
	text-align: left;
	right: 180px;
	bottom: 0px;
	width: 130px;	
*/
}
div.box_session h2, div.shoppingCart h2 {
	margin: 0px;
}

div.box_session ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.box_session ul li {
	margin: 0px 0px 0px 10px;
	font-size: 90%;
}
div.box_session p {
	margin-bottom: 0px;
}
div.shoppingCart td.tdcartOdd {
	background-color: #dedede;
}
div.shoppingCart td.tdcartEven {
	background-color: #d1d1d1;
}

div.iclear {
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
}
#miniBasket dt {

}
#miniBasket dd {
}
#miniBasket ul {
	
}

div.home_prods {
	margin: 20px 0px 10px 0px;
	position: relative;
	width: 100%;
	overflow: auto;	
}
div.home_prods div.prod {
	border: 1px solid #ccc;
	float: left;
	height: 174px;
	margin: 0px 3px 10px 3px;
	position: relative;
	text-align: center;
	width: 225px;
}
div.home_prods div.prod h2 {
	font-size: 1.4em;
}
div.home_prods div.prod p.link {
	background-color: #fff;	
	border: 1px solid #f00;
	bottom: 1px;
	height: 16px;
	margin: 0px;	
	position: absolute;
	width: 230px;
}
/* @end */

div.rBoxWide { 
	width: 99%;
}
div.rBoxWide h3.cartProgress {
	border: 1px solid #ccc;
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center;
	width: 350px;
}
div.rBoxWide h3.cartProgress span.txtcartProgressCurrent {
	text-decoration: underline;
}
div.rBoxWide td.tdcartOdd {
	background-color: #dedede;
}
div.rBoxWide td.tdcartEven {
	background-color: #d1d1d1;
}
div.rBoxWide td.tdcartTitle {
	background-color: #777;
	border-bottom: 1px solid #aaa;
	color: #fff;
	font-weight: bold;
}
div.rBoxWide span.prod_options {
	font-size: 0.8em;
}

p.small {
	font-size: 0.8em;
}
