html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../image/body-bg.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFF;
}
#header .div2 {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
#header h1 {
	text-indent: -2000px;
	float: left;
	height: 50px;
	width: 293px;
	margin-top: 12px;
	margin-bottom: 10px;
}
#header h1 a {
	height: 50px;
	width: 293px;
	background-image: url(../image/logo.png);
	display: block;
	overflow: hidden;
}
#header .div3 {
	float: right;
	padding-top: 10px;
	height: 38px;
}
#header .div3 a {
	margin-left: 15px;
	padding: 1px 0px 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
#header .div4 {
	width: 510px;
	clear: right;
	float: right;
	height: 28px;
	padding-right: 14px;
}
#header .div4 a {
	float: left;
	margin-right: 2px;
	width: 100px;
	height: 12px;
	padding-top: 7px;
	padding-bottom: 9px;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	background-color: #CCC;
	background-image: url(../image/headertabs.gif);
	background-repeat: no-repeat;
	background-position: -102px top;
}
#header .div4 a.selected {
	background-color: #423e3d;
	background-position: left top;
	color: #f7eba1;
	padding-bottom: 10px;
	z-index: 3;
}
#header .div5 {
	clear: both;
}
#header .div5 .center {
	height: 40px;
	background-color: #423e3d;
	background-image: url(../image/headercorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header .div6 {
	clear: both;
	margin-bottom: 10px;
}
#header .div6 .left {
	background: url('../image/header_2_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#header .div6 .right {
	background: url('../image/header_2_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#header .div6 .center {
	background: url('../image/header_2_center.png') repeat-x;
	height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#header .div7 {
	float: right;
	padding-top: 2px;
}
#header .div8 {
	float: left; margin-top: 6px;
}
#header .div9 {
	float: left;
}
#header .div10 {
	float: left; 
	margin-top: 2px;	
}
#header .orderline {
	float: right;
	line-height: normal;
	margin-right: 20px;
	padding-top: 6px;
}
#header .telephone {
	font-size: 2em;
	font-weight: bold;
	color: #FC0;
	line-height: 1em;
	float: right;
	margin-right: 0.5em;
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #000000;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 10px;
}
#content .top .center {
	color: #FFF;
	background-color: #1752B2;	
}
#content .top h2 {
	padding: 6px 0px 7px 7px;
}
#content h2, .heading {
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 330px;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 0px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 0px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
.main-nav ul {
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.main-nav ul li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 2px;
}
.main-nav ul li a {
	background-color: #666;
	display: block;
	height: 20px;
	width: 155px;
	background-image: url(../image/menubg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 4px;
}
.main-nav ul li a:link, .main-nav ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
.main-nav ul li.menu0 a:hover, .main-nav ul li.menu0 a:active, .main-nav ul li.menu0 a:focus, .main-nav ul li.menu0.selected a {
	background-color: #d61d00;
	background-position: left -24px;
}
.main-nav ul li.menu1 a:hover, .main-nav ul li.menu1 a:active, .main-nav ul li.menu1 a:focus, .main-nav ul li.menu1.selected a {
	background-color: #d1008b;
	background-position: left -48px;
}
.main-nav ul li.menu2 a:hover, .main-nav ul li.menu2 a:active, .main-nav ul li.menu2 a:focus, .main-nav ul li.menu2.selected a {
	background-color: #8f1ab6;
	background-position: left -72px;
}
.main-nav ul li.menu3 a:hover, .main-nav ul li.menu3 a:active, .main-nav ul li.menu3 a:focus, .main-nav ul li.menu3.selected a {
	background-color: #0061a6;
	background-position: left -96px;
}
.main-nav ul li.menu4 a:hover, .main-nav ul li.menu4 a:active, .main-nav ul li.menu4 a:focus, .main-nav ul li.menu4.selected a {
	background-color: #333366;
	background-position: left -120px;
}
.main-nav ul li.menu5 a:hover, .main-nav ul li.menu5 a:active, .main-nav ul li.menu5 a:focus, .main-nav ul li.menu5.selected a {
	background-color: #008000;
	background-position: left -144px;
}
.main-nav ul li.menu6 a:hover, .main-nav ul li.menu6 a:active, .main-nav ul li.menu6 a:focus, .main-nav ul li.menu6.selected a {
	background-color: #ad532f;
	background-position: left -168px;
}
#content .top .category.center, #content .top .error.center, #content .top .home.center {
	background-color: #FFF;
}
#content .top  h2, #content .top .error h2, #content .top .home h2 {
	background-color: #666;
	background-image: url(../image/categorybg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
}
#content.category0 .top  h2 {
	background-color: #d61d00;
	background-position: left -33px;
}
#content.category1 .top  h2 {
	background-color: #d1008b;
	background-position: left -66px;
}
#content.category2 .top  h2 {
	background-color: #8f1ab6;
	background-position: left -99px;
}
#content.category3 .top  h2 {
	background-color: #0061a6;
	background-position: left -132px;
}
#content.category4 .top  h2 {
	background-color: #333366;
	background-position: left -165px;
}
#content.category5 .top  h2 {
	background-color: #008000;
	background-position: left -198px;
}
#content.category6 .top  h2 {
	background-color: #ad532f;
	background-position: left -231px;
}
#content .welcome .top  h2 {
	background-color: #ff9900;
	background-position: left -264px;
}
.box {
	margin-bottom: 10px;
}
.box .top h3 {
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	text-indent: -2000px;
	height: 16px;
	width: 140px;
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
.box.info .top h3 {
	background-image: url(../image/h2info.gif);
}
.box.login .top h3 {
	background-image: url(../image/h2login.gif);
}
.box.share .top h3 {
	background-image: url(../image/h2share.gif);
}
.box.basket .top h3 {
	background-image: url(../image/h2basket.gif);
	background-position: 7px 5px;
}
.box.special .top h3 {
	background-image: url(../image/h2special.gif);
}
.box.featured .top h3 {
	background-image: url(../image/h2featured.gif);
}
.box.news .top h3 {
	background-image: url(../image/h2news.gif);
}
.box.special, .box.featured, #module_cart.box, .box.news {
	background-repeat: no-repeat;
	background-position: right top;
}
.box.special {
	background-color: #D71818;
	background-image: url(../image/special-panel.gif);
}
.box.featured {
	background-color: #1752B2;
	background-image: url(../image/featured-panel.gif);
}
#module_cart.box {
	background-color: #CCC;
	background-image: url(../image/basketpanel.gif);
	margin-top: 10px;
}
.box.news {
	background-color: #423e3d;
	background-image: url(../image/newspanel.gif);
}
#module_cart .empty {
	text-align: center;
}
#module_cart .total {
	font-weight: bold;
	text-align: right;
}
.strike {
	color: #900;
	text-decoration: line-through;
}
.normal-price {
	color: #900;
}
.special-price {
	color: #d71818;
	font-weight: bold;
}
.box .top {
	color: #333;
}
.box.special .top, .box.featured .top {
	color: #FFF;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#content .middle, #content .cat_desc, #content.category .sort {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666;
}
#content.homepage .middle {
	min-height: 0px;
}
#content.homepage .welcome {
	margin-bottom: 10px;
}
#content.homepage .welcome h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content.homepage .welcome img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 2px dashed #ff9900;
}
#content .cat_desc, #content.category .sort {
	border-bottom-style: none;
}
#content.category0 .middle, #content.category0 .cat_desc, #content.category0 .sort {
	border-left-color: #d61d00;
	border-bottom-color: #d61d00;
	border-right-color: #d61d00;
}
#content.category1 .middle, #content.category1 .cat_desc, #content.category1 .sort {
	border-left-color: #d1008b;
	border-bottom-color: #d1008b;
	border-right-color: #d1008b;
}
#content.category2 .middle, #content.category2 .cat_desc, #content.category2 .sort {
	border-left-color: #8f1ab6;
	border-bottom-color: #8f1ab6;
	border-right-color: #8f1ab6;
}
#content.category3 .middle, #content.category3 .cat_desc, #content.category3 .sort {
	border-left-color: #0061a6;
	border-bottom-color: #0061a6;
	border-right-color: #0061a6;
}
#content.category4 .middle, #content.category4 .cat_desc, #content.category4 .sort {
	border-left-color: #333366;
	border-bottom-color: #333366;
	border-right-color: #333366;
}
#content.category5 .middle, #content.category5 .cat_desc, #content.category5 .sort {
	border-left-color: #008000;
	border-bottom-color: #008000;
	border-right-color: #008000;
}
#content.category6 .middle, #content.category6 .cat_desc, #content.category6 .sort {
	border-left-color: #ad532f;
	border-bottom-color: #ad532f;
	border-right-color: #ad532f;
}
#content .welcome .middle {
	border-left-color: #ff9900;
	border-bottom-color: #ff9900;
	border-right-color: #ff9900;
	background-color: #FFE9B9;
}
.box.special .middle, .box.featured .middle, #module_cart.box .middle, .box.news .middle {
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
#module_cart.box .middle {
	background: transparent;
	padding: 0px;
}
.box .bottom {
	height: 0px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #EBEBEB;
	height: 30px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.category .sort {
	width: 578px;
	margin-bottom: 0px;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #EBEBEB;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #EBEBEB; /* url('../image/tab_3.png') repeat-x; */
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul, #information ul, #cms_category ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.saving-header {
	color: #FFF;
	background-color: #D71818;
}
.saving {
	color: #D71818;
}
.free-delivery {
	color: #423E3E;
	font-size: 1.2em;
	font-weight: bold;
}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
#search input[type=text], #search input[type=password], #search input.text, #search input.title, #search select {margin-top: 0.25em;margin-bottom: 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;max-width: 524px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}

#content .cat_desc {color: #333;background-color: #ebebeb;padding-top: 5px;padding-right: 10px;padding-bottom: 1px;padding-left: 10px;}

/* Image carousel */
.infiniteCarousel {width: 580px;height: 250px;position: relative;overflow: hidden;margin-bottom: 12px;}
.infiniteCarousel .holder {width: 580px;height: 250px;margin: 0px;top: 0;position: absolute;}
#main .infiniteCarousel ul img {margin: 0px;padding: 0px;}
.infiniteCarousel .holder ul {width: 580px; /* single item * n */list-style-image:none;list-style-position:outside;list-style-type:none;margin:0px;padding:0px;position: absolute;top: 0px;}
.infiniteCarousel ul li {display:block;float:left;height: 250px;width: 580px;}
.infiniteCarousel ul li img {  -webkit-transition: border-color 400ms;}
.infiniteCarousel ul:hover li img {border-color: #000;}
.infiniteCarousel ul:hover li:hover img {border-color: #333;}
.infiniteCarousel ul li a img {display:block;}
#main .vid-div {margin-top: 35px;}

/* news styles */

#cms_category .newslink {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#cms_category .newstease {
	margin-bottom: 2px;
}
#cms_category .readmore {
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8dc63f;
}
#cms_category .newsall {
	margin-top: 5px;
	padding-bottom: 5px;
}
img.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
img.image-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
blockquote {
	background-image: url(../image/blabble.gif);
	color: #fff;
	background-color: #423e3d;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 25px;
	padding-left: 0.5em;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
