html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Verdana;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, td, th, input, textarea, select, a {
	color: #666666;
    font-size: 11px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a {
	color: #FF5611;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
    outline:none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
span {
	margin: 0px;
}

/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Header */
#header {
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#header .logo {
	float: left;
	width: 186px;
}
#header .menu {
	float: left;
    width: 586px;
    margin-left: 20px;
    margin-top: 15px;
}
#header .menuitem {
	float: left;
	margin-right: 10px;
}
#header .menuitem h1 {
	font-size: 13px;
	color: #49855E;
}
#header .menuitem a {
	font-size: 13px;
	color: #49855E;
    text-decoration: none;
}
#header .menuitem a:hover {
   text-decoration: underline;
}
#header .menuitem_info {
	float: left;
	margin-right: 10px;
}
#header .menuitem_info h1 {
	font-size: 13px;
	color: #A1CD43;
}
#header .menuitem_info a {
	font-size: 13px;
	color: #A1CD43;
    text-decoration: none;
}
#header .menuitem_info a:hover {
   text-decoration: underline;
}
#header .customer {
	float: left;
    width: 186px;
    margin-left: 0px;
    margin-top: 15px;
}
#header .customer h1 {
	font-size: 14px;
	color: #49855E;
}
#header .customer a {
	font-size: 14px;
	color: #49855E;
	text-decoration: none;
}
#header .customer a:hover {
	text-decoration: underline;
}

/* Breadcrumb */
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #999;
}
.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: 125px;
	padding: 3px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}

/* Columns */
#column_left {
	float: left;
	width: 186px;
	margin-right: 20px;
	clear: left;
	margin-bottom: 10px;
}
#column_right {
	float: right;
	width: 186px;
	margin-left: 20px;
	clear: right;
	margin-bottom: 10px;
}

/* Content column */
#content {
	margin-left: 207px;
	margin-right: 207px;
	margin-bottom: 10px;
}
#content .top {
    background: #FF5611 url('../image/boxmiddle_top.jpg') no-repeat;
    background-position: top left;
}
#content .top h1 {
	padding: 6px 0px 6px 16px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	//padding-top: 9px; /* IE FIX */
}
#content h1, .heading {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	color: #A1CD43;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	border-bottom: 1px solid #A1CD43;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
    width: 566px;
	min-height: 380px;
	overflow: hidden;
}
#content .bottom .left {
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/* Product */
#content .productdetails {
    background:#EEF6E1;
    padding: 15px 15px 5px 15px;
}
#content .productdetails table td{
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
}

#content .productdetails a {
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
}
#content .productdetails_bottom {
    background: #EEF6E1 url('../image/productdetail_bottom.jpg') no-repeat;
    background-position: bottom right;
    height: 45px;
}
#content .addtocart {
    padding: 12px 13px 12px 16px;
}
#content .addtocart td {
    font-size: 11px;
    color: #FFFFFF;
}
#content .specialproduct_detail_layover {
	background: url('../image/actionlayover.png') no-repeat;
	margin-top: -25px;
	margin-left: -28px;
	width: 40px;
	height: 40px;
	z-index: 2;
	position:absolute;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}

/* Search */
#content .middle .search_noresults {
	background: #EEF6E1;
	padding: 15px 15px 5px 15px;
	font-family: Verdana;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
    height: 30px;
}


/* Homepage titles */
#content .titles {
    margin-top: 20px;
    margin-bottom: 10px;
}
#content .newproducts_title h1 {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #A1CD43;
    border-bottom: solid 1px #A1CD43;
    margin:0px;
}
#content .seperator_titles {
    width: 10px;
}
#content .specialproducts_title h1 {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #FF5611;
    border-bottom: solid 1px #FF5611;
    margin:0px;
}
/*
#content .product_top {
    width: 133px;
}
*/
#content .category {
    width: 131px;
    padding-top: 5px;
    border-top: solid 1px #A1CD43;
    border-left: solid 1px #A1CD43;
    border-right: solid 1px #A1CD43;
}
#content .product {
    width: 255px;
    height: 150px;
    padding: 10px;
    border: solid 1px #A1CD43;
    /*border-bottom: solid 10px #A1CD43;*/
    margin-bottom: 10px;
    line-height: 13px;
}
/*
#content .product_title {
    padding-top: 5px;
    border-top: solid 1px #A1CD43;
    border-left: solid 1px #A1CD43;
    border-right: solid 1px #A1CD43;
    padding-bottom: 5px;
    text-transform: lowercase;
}
*/
/*
#content .product_title a {
    font-family: Verdana;
    font-size: 11px;
    color: #A1CD43;
    text-decoration: none;
}
#content .product_title a:hover {
    text-decoration: underline;
}
*/
/*
#content .newproduct_top {
    width: 133px;
}
*/
#content .newproduct {
    width: 255px;
    height: 150px;
    padding: 10px;
    border: solid 1px #A1CD43;
    /*border-bottom: solid 10px #A1CD43;*/
    margin-bottom: 10px;
    line-height: 13px;
}
/*
#content .newproduct_title {
    padding-top: 5px;
    border-top: solid 1px #A1CD43;
    border-left: solid 1px #A1CD43;
    border-right: solid 1px #A1CD43;
    padding-bottom: 5px;
    text-transform: lowercase;
}
*/
/*
#content .newproduct_title a {
    font-family: Verdana;
    font-size: 11px;
    color: #A1CD43;
    text-decoration: none;
}
*/
/*
#content .newproduct_title a:hover {
    text-decoration: underline;
}
*/
/*
#content .specialproduct_top {
    width: 133px;
}
*/
#content .specialproduct {
    width: 255px;
    height: 150px;
    padding: 10px;
    border: solid 1px #FF5611;
    /*border-bottom: solid 10px #FF5611;*/
    margin-bottom: 10px;
    line-height: 13px;
}
#content .specialproduct_layover {
	background: url('../image/actionlayover.png') no-repeat;
	margin-top: -18px;
	margin-left: -18px;
	width: 40px;
	height: 40px;
	z-index: 2;
	position:absolute;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}
/*
#content .specialproduct_title {
    padding-top: 5px;
    border-top: solid 1px #FF5611;
    border-left: solid 1px #FF5611;
    border-right: solid 1px #FF5611;
    padding-bottom: 5px;
    text-transform: lowercase;
}
*/
/*
#content .specialproduct_title a {
    font-family: Verdana;
    font-size: 11px;
    color: #FF5611;
    text-decoration: none;
}
*/
/*
#content .specialproduct_title a:hover {
    text-decoration: underline;
}
*/
#content .category_width {
    width: 144px;
    /*margin-left: -5px;*/ /* IE FIX */
    /*margin-right: 5px;*/ /* IE FIX */
}
#content .product_width {
    width: 288px;
    /*margin-left: -5px;*/ /* IE FIX */
    /*margin-right: 5px;*/ /* IE FIX */
}

/* Box */
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}

/* Boxleft */
.boxleft {
	margin-bottom: 10px;
	background: #A1CD43 url('../image/boxleft_top.jpg') no-repeat;
	background-position: top left;
}
.boxleft .top h1 {
	padding: 6px 0px 6px 16px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	margin:0px;
	//padding-top: 9px; //IE FIX
}
.boxleft .middle {
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
	background: #EEF6E1;
	padding: 10px;
}
.boxleft .bottom {
	height: 5px;
	background: #EEF6E1;
}

/* Boxright */
.boxright {
	margin-bottom: 10px;
	background: #A1CD43 url('../image/boxright_top.jpg') no-repeat;
	background-position: top right;
}
.boxright .top h1 {
	padding: 6px 0px 6px 16px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	margin:0px;
	//padding-top: 9px; //IE FIX
}
.boxright .middle {
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
	background: #EEF6E1;
	padding: 10px;
}
.boxright .middle a {
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
}
.boxright .bottom {
	background: #EEF6E1;
}

/* Boxsearch */
.boxsearch {
	margin-bottom: 10px;
	background: url('../image/boxleft_top.jpg') no-repeat;
	background-position: top left;
}
.boxsearch .top h1 {
	padding: 6px 0px 6px 16px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	margin:0px;
	//padding-top: 9px; //IE FIX
}
.boxsearch .selectfield {
	width: 167px;
    margin-bottom: 5px;
    color: #666666;
    font-family: Verdana;
    font-size: 11px;
}
.boxsearch .textfield {
	width: 112px;
	margin-right: 7px;
	color: #666666;
	font-family: Verdana;
    font-size: 11px;
}
.boxsearch .middle {
    padding: 0px 0px 0px 16px;
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 16px;
	background: #EEF6E1;
	padding: 10px;
}

/* Messages */
.success {
	padding: 5px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #A1CD43;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
}
.warning {
	padding: 5px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FF5611;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #A1CD43;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
.required {
	color: #FF5611;
	font-weight: bold;
	font-size: 11px;
}
.error {
	color: #FF5611;
	font-weight: bold;
	font-size: 11px;
	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 {
    height: 19px;
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
    color:#FFFFFF;
    background:#FF5611;
	/*color:#A1CD43;*/
	/*background: #FFFFFF;*/
	/*border: solid 1px #A1CD43;*/
}
.button:hover {
    text-decoration: none;
}
.button span {
	/*color: #A1CD43;*/
    color:#FFFFFF;
	font-size: 12px;
	display: block;
	padding-top: 1px;
	padding-right: 8px;
	text-decoration: none;
	//padding-top: 3px; //IE FIX
}
.buttons {
	background: #A1CD43;
	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;
	height: 30px;
	width: 100%;
	background: #EEF6E1;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
.sort .selectfield {
    color: #666666;
    font-family: Verdana;
    font-size: 11px;
}
.sort .manufactor {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.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 */
.pagination {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	background: #EEF6E1 url('../image/productcategory_bottom.jpg') no-repeat;
    background-position: bottom right;
    height: 45px;
}

.pagination .links, .pagination .results {
    padding-top: 17px;
    padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;
}

.pagination .links {
	float: left;
}
.pagination .links a {
    display: inline-block;
	border: solid 1px #FFFFFF;
	padding: 4px 7px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
}
.pagination .links b {
    display: inline-block;
	border: solid 1px #FFFFFF;
	padding: 4px 7px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	background: #FF5611;
}
.pagination .results {
    padding-top: 20px;
	float: right;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
}

/* Tabs */
.tabs {
	width: 100%;
	/*height: 16px;*/
	margin-bottom: 0px;
}
.tabs .tabsback {
	height: 31px;
	background: #A1CD43;
    //height: 34px; //IE FIX
}
.tabs .tabspositioner {
	margin-top: -31px;
	//margin-top: -34px; //IE FIX
}
.tabs .tab1 {
	display: block;
	padding: 7px 15px 8px 15px;
	text-decoration: none;
	background: #A1CD43 url('../image/boxleft_top.jpg') repeat-x;
	background-position: top left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	margin: 0px;
	//padding-top: 10px; //IE FIX
}
.tabs .tab1.selected {
    background: #FF5611 url('../image/boxmiddle_top.jpg') repeat-x;
    background-position: top left;
}
.tabs .tab2 {
	display: block;
	padding: 7px 15px 8px 15px;
	text-decoration: none;
	background: #A1CD43;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	margin: 0px;
	//padding-top: 10px; //IE FIX
}
.tabs .tab2.selected {
	background: #FF5611;
}

.tab_page {
	background: #EEF6E1;
	padding: 16px;
	display: block;
	z-index: 2;
	margin-top: 0px;
}
.tab_page a {
	color: #FF5611;
}

/* Footer */
#footer {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #EEF6E1;
}
#footer h1 {
	font-size: 12px;
	color: #A1CD43;
}
#footer a {
	font-size: 12px;
	color: #A1CD43;
	text-decoraction: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*Categories */
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
	line-height: 16px;
}
#category a {
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}
#category a:hover {
    text-decoration: underline;
}

#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	background: #EEF6E1;
	padding: 0px;
}
.cart th {
	background: #EEF6E1;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding-left: 5px;
	padding-right: 5px;
}

/* Guarantees */
#guarantees {
    margin-top: 5px;
}
#guarantees .guarantee {
    padding-right: 10px;
}
#guarantees .seperator {
    height: 25px;
    width: 1px;
    background: #49855E;
    margin-right: 8px;
}

/* Standard panel */
#content .middle .standardpanel {
	font-size: 11px;
	color: #666666;
	background: #EEF6E1;
    padding: 20px 20px 5px 20px;
    /*margin-bottom: 10px;*/
    width: 526px;
    line-height: 16px;
}

#content .middle .standardpanel a {
    font-family: Verdana;
	font-size: 11px;
	color: #FF5611;
}

#content .middle .standardpanel td {
	line-height: 20px;
}

/* Login panel */
#content .middle .loginpanel {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	background: #EEF6E1;
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
    display: inline-block;
    width: 526px;
}

#content .middle .loginpanel .leftpanel {
    float: left;
    display: inline-block;
    width: 250px;
    border-right:solid 1px #49855E;
    padding-right: 10px;
    margin-top: 10px;
}

#content .middle .loginpanel .rightpanel {
    float: right;
    display: inline-block;
    width: 250px;
    padding-left: 10px;
    margin-top: 10px;
}

#content .middle .loginpanel .rightpanel a {
    font-family: Verdana;
	font-size: 11px;
	color: #FF5611;
}

/* Information page */
#content .middle .information_page {
    background: #EEF6E1;
    padding: 0px 20px 20px 20px;
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
}

/* Right icons */
#twitter-follow {
    border: 0;
    position: fixed;
    top: 70px;
    right:0;
}

#facebook-follow {
    border: 0;
    position: fixed;
    top: 200px;
    right:0;
}

#google-plus1 {
    border: 0;
    position: fixed;
    top: 330px;
    right:0;
    width: 29px;
}

.video_layover {
    position: absolute;
    margin-top: 135px;
    margin-left: 27px;
}

/* Information category */
#content .middle .information_category {
    background: #EEF6E1;
    padding: 0px 20px 0px 20px;
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
	margin-bottom: 10px;
}

/* Packages */
#package_header {
    height: 32px;
    background-color: #F0F4E3;
    width: 566px;
    margin-bottom: 10px;
}

#package_header_title {
    width: 95px;
    height: 32px;
    background-image: url('../image/package_header.png');
    color: white;
    line-height: 32px;
    padding-left: 15px;
}

#package_footer {
    border-top: 1px solid #F0F4E3;
    border-bottom: 1px solid #F0F4E3;
    width: 566px;
    margin-top: 10px;
    margin-bottom: 20px;
}
