* {
	margin: 0;
	padding: 0;
}

body {
	background: #e0f2fb;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
}

ul,ol {
	padding-left: 40px;
}

/* layout styles */
#wrapper {
	width: 962px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

#main {
	float: left;
	width: 753px;
	margin-left: 8px;
	display: inline;
}
#middle {
	float: right;
	width: 563px;
	display: inline;
}
#left {
	width: 182px;
}
#content p {
	margin-bottom: 1em;
}
#strapsearch {
	padding-top: 61px;
}
#byline {
	float: left;
	vertical-align: bottom;
}
#search {
	float: right;
	margin-bottom: 13px;
	text-align: right;
}
#leftnav {
	width: 182px;
}

#categories {
	background-color: #EBECED;
}

#right {
	float: left;
	margin-left: 8px;
	width: 185px;
	margin-top: 61px;
	display: inline;
}

#base {
	margin: 15px 8px 8px;
	width: 946px;
}
#tools {
	float: right;
	margin-right: 8px;
}
#tools img {
	margin-left: 3px;
}
#footer{
	margin:0 auto;
	width:386px;
}
/* end layout styles */

/* top nav styles */
#menu {
	background:transparent url(/app/templates/default/images/top-nav-middle.gif) repeat-x;
	display:table;
	height:31px;
	line-height:20px;
	margin-bottom:5px;
	width: 563px;
}
#menu .start {
	display:block;
	background:transparent url(/app/templates/default/images/top-nav-left.gif) repeat-y;
	height:31px;
	width:3px;
	float: left;
}
#menu .end {
	display:block;
	background:transparent url(/app/templates/default/images/top-nav-right.gif) repeat-y;
	height:31px;
	width:4px;
	float: left;
}
/* top nav styles */

/* search form */
.searchform {
	/*float: left;*/
	display: inline;
}
.searchfield {
	height: 15px;
	padding: 5px;
	background: url(/app/templates/default/images/search.gif) no-repeat left top;
	width: 159px;
	border: none;
	vertical-align: middle;
}
.searchbutton {
	vertical-align: middle;
	height: 25px;
	width: 25px;
	margin-left: -12px;
}
/* end search form */

.pod {
	margin-bottom: 8px;
}

/* blue pod */
.blue-pod-top {
	width: 185px;
	height: 2px;
	display: block;
	background: url(/app/templates/default/images/blue-pod-top.gif) no-repeat;
	/* so no gap in IE6 between this and body */
	overflow:hidden;
}
.blue-pod-body {
	width: 165px;
	background: url(/app/templates/default/images/blue-pod-middle.gif) repeat-y;
	color: #FFF;
	padding: 5px 10px 5px 10px;
}
.blue-pod-body .nav {
	list-style: none;
	font-weight: bold;
	line-height: 1.35em;
	padding-left: 0;
}
.blue-pod-body .nav a, .blue-pod-body .nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.blue-pod-body .nav a:hover {
	color: #009EE0;
	text-decoration: none;
}
.blue-pod-bottom {
	width: 185px;
	height: 3px;
	display: block;
	background: url(/app/templates/default/images/blue-pod-bottom.gif) no-repeat;
}
/* end blue pod */

/* grey pod */
.grey-pod-top {
	width: 185px;
	height: 2px;
	display: block;
	background: url(/app/templates/default/images/grey-pod-top.gif) no-repeat;
	/* so no gap in IE6 between this and body */
	overflow:hidden;
}
.grey-pod-body {
	width: 165px;
	background: url(/app/templates/default/images/grey-pod-middle.gif) repeat-y;
	color: #808082;
	padding: 5px 10px 5px 10px;
}
.grey-pod-body .nav a, .grey-pod-body .nav a:visited, .grey-pod-body .nav a:hover {
	color: #FFF;
	text-decoration: none;
}
.grey-pod-body input {
	height: 17px;
	border: solid thin #d9d9da;
	padding: 3px;
}
.grey-pod-bottom {
	width: 185px;
	height: 3px;
	display: block;
	background: url(/app/templates/default/images/grey-pod-bottom.gif) no-repeat;
}
/* end grey pod */

/* orange button */
.orangebutton {
	width: 172px;
	background: url(/app/templates/default/images/orange-gradient.gif) repeat-x;
	padding: 5px;
	display: block;
}
.orangebutton p, .orangebutton a, .orangebutton a:visited, .orangebutton a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
/* end orange button */

/* green button */
.greenbutton {
	width: 172px;
	background: url(/app/templates/default/images/green-gradient.gif) repeat-x;
	padding: 7px 5px 5px;
	display: block;
	height: 16px;
}
.greenbutton p, .greenbutton a, .greenbutton a:visited, .greenbutton a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
/* end green button */

.formfield {
	border: solid thin #d9d9da;
}
.gofield {
	width:120px;
	float:left;
	border-right:none !important;
	padding:0;
	margin:0;
}
.gobutton {
	width:30px;
	float:left;
	border: solid thin #d9d9da;
	padding:0;
	margin:0;
}
.passwordfield {
	width:126px;
	float:left;
	border-right:none !important;
	padding:0;
}
.loginbutton {
	width:24px;
	height: 23px !important; 
	float:left;
	border: solid thin #d9d9da;
	padding:0 !important;
	margin:0;
}
.loginheader {
	background:url(/app/templates/default/images/login-header.gif) no-repeat; 
	height: 12px; 
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}
.loginheader a, .loginheader a:visited, .loginheader a:hover {
	color: #FFF;
	text-decoration: none;
}
#base p, #base a, #base a:hover, #base a:visited {
	color: #009EE0;
	text-decoration:none;
}

#basket {
	margin-top: 16px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 1%;
}

/* shop styles */
.product {
	padding: 10px;
	border-bottom: 1px solid #B2B3B5;
}
.product-middle {
	border-left: 1px solid #B2B3B5;
	border-right: 1px solid #B2B3B5;
}
.product .image {
	margin: 5px;
}
.price {
	font-size: 1.1em;
}

/* type styles */
.grey-text {
	color: #808082;
}
a.grey-text {
	text-decoration: none;
}
a.grey-text:hover  {
	color: #009EE0;
}

.blue-text,  h3 {
	color: #009EE0;
}

.navy-text, h2 {
	color: #00437E;
}
.green-text, h1 {
	color: #A7C507;
}
a.green-text, a.green-text:visited {
	text-decoration: none;
	color: #A7C507;
}

h1 {
	line-height: 1.25em;
	font-size: 2.5em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
	line-height: 1.25em;
	font-size: 2em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2.productlabel {
	font-size: 1em;
	margin-top: 0;
}
h3 {
	line-height: 1.25em;
	font-size: 1.75em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

h4 {
	line-height: 1.25em;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

h5 {
	font-size: 1.2em;
	line-height: 1.25em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}

h6 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}

/* auto complete styles */
.ac_results {
	padding: 0px;
	border: 1px solid #B2B3B5;
	color: #808082;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: url('/app/templates/default/images/indicator.gif') right center no-repeat;
}

.ac_odd {
}

.ac_over {
	color: #009EE0;
}

