/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* The body area */
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(img/background.jpg) no-repeat fixed left top;
}

/* Masterhead */
.masterhead {
	height: 148px;
	position: relative;
	padding-left: 142px;
}

#site-logo, #site-logo:hover {
	position: absolute;
	left: 0;
	top: 0;
}

.menu-holder {
	height: 29px;
	border-bottom: 12px solid #ffcc00;
	padding: 33px 0 0;
	margin: 0 0 1px;
}

.category-holder {
	height: 22px;
	padding: 0 0 1px;
}

.search-bar, .basket-place, .login-zone {
	float: left;
}
.search-bar {
	width: 266px;
	padding-right: 132px;
	height: 30px;
}

.search-bar input {
	vertical-align: baseline;
	float: left;
}

#txtSearch {
	border: 1px solid #b4c092;
	height: 18px;
	line-height: 18px;
	width: 194px;
	margin: 6px 5px 0 0;
}

#btnSearch {
	margin: 7px 0 0 0;

}


.basket-place, .login-zone {
	padding: 6px 0 0;
	height: 24px;
	line-height: 20px;
}

.basket-place {
	width: 200px;
}

.login-zone {
	width: 310px;	
	text-align: right;
}

/* Account links */
.account {
	color: #C1C3C2;
}

.account a
{
	font-weight: bold;
	font-size: 10px;
	color: #7F7F7D;
	text-decoration: none;
}

.account a:hover {
	text-decoration: underline;
}

/* The subheader area which contains the search box */
#subheader #txtSearch{
	border: 1px solid #B4C092;
	width: 194px;
	height: 17px;
	padding: 4px 2px 0 2px;
	_height: 21px;
	_width: 198px;
}

#subheader #btnSearch {
	vertical-align: top;
	margin: 2px 0 0 7px;
}

#subheader #searchContainer {
	padding: 0 0 0 7px;
}

/* Basket */

#basketContainer a {
	text-decoration: none;
	color: #868784;
}

#basketContainer a:hover {
	text-decoration: underline;
}

#basketContainer a.basketLink {
	padding: 0 0 4px 23px;
	margin: 0 0 0 4px;
	background: url(img/basket.gif) no-repeat top left;
}

#basketContainer a.checkout {
	font-weight: bold;
}

/* The main content area */
#content {
	color: #949494;
}

#content .headline1 h1 {
	font-size: 13px;
	font-weight: bold;
	color: #3C5691;
	border-bottom: 1px solid #BFC7DC;
	padding: 0 0 0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.2px;
}

#content .headline2 h1 {
	font-size: 13px;
	font-weight: bold;
	color: #3C5691;
	border-bottom: 1px solid #BFC7DC;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.2px;
}

#content .headline3 h1 {
	font-size: 11px;
	font-weight: bold;
	color: #3C5691;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.2px;
}

#content .content1 {
	margin: 1em 0 1em 0;
	text-align: left;
}

#content .content1 a{
	color: #666666;
	text-decoration: none;
}

#content .content1 a:hover{
	text-decoration: underline;
}

/* Footer area */
.footer {
	border-top: 1px solid #E5E5E5;
	color: #959595;
	text-align: left;
	margin: 1em 0;
	padding: 1em 0;
}

.footer a {
	color: #959595;
	text-decoration:none;
}

.footer a:hover {
	color: #959595;
	text-decoration:underline;
}


/* Pagination */
.pagination {
	color: #84BD20;
	margin-bottom: 16px;
}

.pagination .disabled {
	color: #959595;
}

.pagination a {
	font-weight: normal;
	color: #84BD20;
	text-decoration: none;
	font-size: 11px;
}

.pagination a.pages {
	font-weight: bold;
}

.pagination a:hover {
	text-decoration: underline;
}

.txtfield {
	border: 1px solid #CCC;
}

.txtfield:focus {
	background-color: #F4F4F4;
	border-color: #999;
}

.order_listing tr.row {
}

.order_listing tr.row td {
	padding: 5px;
}

.order_listing tr.separator td {
	line-height: 1px;
	font-size: 1px;
	background-color: #CCC;
}

.alternate_dark {
	background-color: #F9F9F9;
}

.alternate_light {
	background-color: #FFF;
}

.alternated_table td{
	padding: 6px;
}

/* Products listing*/
.products {
	margin-top:30px;
}

.products .item{
	color: #737373;
	border: 1px solid #D7D7D7;
	text-align: center;
	width: 184px;
	text-align: center;
	/*padding: 7px 3px 8px 7px;*/
	padding: 7px 0px 0px 0px;
	float: left;
	margin: 0 4px 4px 0;
	background: #fff;
}

.products .item a {
	color: #3A4F8E;
	text-decoration: none;
}

.products .item a:hover {
	text-decoration: underline;
}

.products .item .description {
	margin: 8px 0;
}

/* Product */

.product .img-container {
	margin: 0 10px 10px 10px;
}

.product {
	margin: 0 0 10px 0;
}

.img-shadow {
	float:left;
	margin: 4px 0 0 4px !important;
	margin: 4px 0 0 2px;
	background-color: #EBEBEB;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  margin: -2px 2px 2px -2px;
}

div.categories {
	margin:0px;
}

div.categories div.item {
	margin: 0 0 0 2em;
	float: left;
	width: 160px;
	line-height: 1.6em;
}

div.categories a {
	color: #86C32A;
	text-decoration: none;
	font-weight: bold;
}

div.categories a:hover {
	text-decoration: underline;
}

div.breadcrumb {
	color: #D5D5D5;
	padding: 4px 0 19px 3px;
	font-size: 10px;
}

div.breadcrumb a {
	/*color: #84BD20;*/
	font-size: 10px;
	color: #B3B3B3;
	text-decoration: none;
}

div.breadcrumb a:hover {
	text-decoration: underline;
}

div.breadcrumb span {
	color: #84BD20;
	font-size: 10px;
}

div.featured, div.new, div.bestseller {
	border: solid #EBEBEB;
	border-width: 0 0 1px 0;
	padding: 0px 0px 0px 46px;
	height: 172px;
	width: 596px;
	margin: 0 20px 20px 0;
}

div.featured .images,
div.new .images,
div.bestseller .images {
	float: right;
}

div.featured img,
div.new img,
div.bestseller img {
	display: inline;
}

div.featured .content,
div.new .content,
div.bestseller .content {
	width: 256px;
	float: left;
}

div.featured h1,
div.new h1,
div.bestseller h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-bottom: 4px;
	color: #666666;
}

div.featured {
	background: url(img/header_featured.gif) bottom left no-repeat;
}

div.new {
	background: url(img/header_new.gif) bottom left no-repeat;
}

div.bestseller {
	background: url(img/header_bestseller.gif) bottom left no-repeat;
}

div.homepage_side_banner {
	width: 204px;
}

.homepage_side_banner a img {
	border: 1px solid #EBEBEB;
}

div.categories div.pictureitem {
	width:164px;
	height:198px;
	background:url(img/categorywraper.jpg) no-repeat left top;
	padding:11px 13px 0px 10px;
	margin:0px 4px 4px 0px;
	line-height:normal;
	float:left;
}

div.categories div.pictureitem a, div.categories div.pictureitem a:hover {
	color:#3C5691;
	text-decoration:none;
}

div.categories div.pictureitem a:hover{
	text-decoration:underline;
}

.categorylink {
	text-align:center;
	padding-top:5px;
}
.hide {
	visibility:hidden;
	display:none;
}

.checkout, .checkout:hover {
	font-weight:bold;
	color:#868784;
	text-decoration:none;
}
.checkout:hover {
	text-decoration:underline;
}

.productsbox {
	background:url(img/surfaceproducts.gif) no-repeat left top;
	width:933px;
	height:77px;
	padding-left:20px;
	margin-top:30px;
	margin-bottom:20px;
}

.smallitem {
	float:left; 
	margin:11px 15px 0px 0px;
}

.relatedProducts {
	text-align:left;
	margin:20px 0px;
}

/* Homepage Slider */
.bx-window, .bx-wrapper, #slider, #slider img {
	width:  422px;
	height:  369px;
}
#slider, .bx-window, .bx-wrapper {
	overflow:  hidden;
}
.bx-window, .bx-wrapper {
	position:  relative;
	margin-bottom: 10px;
}

.bx-window, .bx-wrapper, #slider, #slider li, #slider img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.bx-pager {
	position:  absolute;
	right:  10px;
	bottom: 10px;
}


.pager-link, .pager-link:hover, .pager-active, .pager-active:hover {
	width:12px;
	height:  12px;
	overflow: hidden;
	text-indent: -900px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	margin-left:  2px;
}

.pager-active, .pager-active:hover {
	background-position:0 -12px;
}

