body {
	background: #dbdde1 url(../images/background.jpg) top left;
	text-align: center;
	margin: 0;
}

/*********** General ***********/

body,tr,th,td,input,select,textarea {
	font: normal 12px Arial, Verdana, sans-serif;
}


ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 25px;	
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*********** End: General ***********/




/*********** Global additional classes ***********/

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}
/*********** End: Global additional classes ***********/



/*********** Layout ***********/

/* container */
#site-container {
	position: relative;
	width: 961px;
	height: 100%;
	margin: 0 auto;
	
}

#site-top {
	margin: 27px 0 0 0;
	width: 961px;
	height: 9px;
	background: url(../images/site-top.png);
}

#site-bottom {
	width: 961px;
	height: 9px;
	background: url(../images/site-bottom.png);
}

#container {
	width: 961px;
	padding: 0 0 15px 0;
	text-align: left;
	background: #FFF;
}

/* header */
#header {
	height: 80px;
	padding: 0 14px 7px 15px;
}

#header h1{
	position: absolute;
	top: -200px;
	left: -200px;
}

/* logo */
#logo {
	width: 230px;
	height: 80px;
	float: left;
}
#logo a img {	border: none; }

#topbar {
	margin: 0 0 0 13px;
	width: 689px;
	height: 80px;
	background: url(../images/top-menu-bg.jpg) no-repeat 0px 53px;
	float: left;
}

#topmenu { 
	float: left;
	height: 80px;
	width: 460px;
}
	#topmenu #account {
		background: url(../images/button_account.jpg) 10px 0px no-repeat;
		float: right;
		width: 100px;
		height: 80px;
		margin: 0 10px 0 0;
	}
	#topmenu #account a {
		width: 100px;
		height: 21px;
		padding: 59px 0 0 0 ;
		position: absolute;
		text-align: center;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}
	#topmenu #account a:hover { text-decoration: underline; }
	#topmenu #cart {
		background: url(../images/button_shoppingbag.jpg) 10px 0px no-repeat;
		float: right;
		width: 100px;
		height: 80px;
		margin: 0 10px 0 0;
	}
	#topmenu #cart a {
		width: 100px;
		height: 21px;
		padding: 59px 0 0 0 ;
		position: absolute;
		text-align: center;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}
	#topmenu #cart a:hover { text-decoration: underline; }
	#topmenu #home {
		float: right;
		width: 100px;
		height: 80px;
		margin: 0 10px 0 0;
	}
	
	#topmenu #home a{
		width: 100px;
		height: 21px;
		padding: 59px 0 0 0 ;
		position: absolute;
		text-align: center;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;	
	}
	
	#topmenu #checkout {
		background: url(../images/button_checkout.jpg) 10px 0px no-repeat;
		float: right;
		width: 100px;
		height: 80px;
		margin: 0 10px 0 0;
	}
	#topmenu #checkout a {
		width: 100px;
		height: 21px;
		padding: 59px 0 0 0 ;
		position: absolute;
		text-align: center;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;		
	}
	#topmenu #checkout a:hover, #topmenu #home a:hover { text-decoration: underline; }

#search {
	float: left;
	height: 17px;
	padding: 58px 0 0 14px;
	width: 140px;
}

#search #search-input {
background:#FFFFFF none repeat scroll 0 0;
border:medium none;
display:block;
float:left;
font-size:11px;
height:16px;
margin:-1px 0 0;
padding:3px 0 0 5px;
vertical-align:middle;
width:100px;
}

#search #search-submit{
height:19px;
margin:-1px 0 0 -3px;
width:19px;
}

#langselect {
	width: 60px;
	padding: 60px 5px 0 5px;
	height: 20px;
	float: right;
	color: #fff;
	font-weight: bold;
}
#langselect span.lang { text-decoration: underline; }
#langselect a.lang { 
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#langselect a.lang:hover { text-decoration: underline; }


/* main area */
#main {
	clear: both;
	width: 961px;
}

/* columns */
#leftcol {
	/*background: url(../images/categories-bg.jpg) 17px 0px repeat-y;*/
	float: left;
	width: 230px;
	height: 100%;
	padding: 0 11px 0 17px;
}

#maincontent {
	float: left;
	width: 689px;
	height: 100%;
	padding: 0 14px 0 0;
}

/* MENU */
#cat-header, .menublock h4{
	width: 218px;
	height: 21px;
	background: #FFF url(../images/categories-top.jpg) no-repeat;
	padding: 7px 0 0 12px;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
}

.menucontent{
	padding: 10px;
	background: url(../images/categories-bottom.jpg) bottom no-repeat;
}

.menublock{
	background: url(../images/categories-bg.jpg) repeat-y;
}

#cat-list{
	background: url(../images/categories-bg.jpg) repeat-y;
}

#cat-list ul.adv_categories {
	list-style-type: none;
}
#cat-list ul.adv_categories li a {
	display: block;
	width: 200px;
	padding: 0 10px 0 20px;
	line-height: 25px;
	border-bottom: 1px dashed #C7C7C7;
	font-size: 12px;
	color: #656668;
	font-weight: bold;
	text-decoration: none;
}
#cat-list ul.adv_categories li a:hover {
	background: #838383;
	color: #FFF;
}
#cat-list ul.adv_categories li a.active_root {
	background: #838383;
	color: #FFF;
}
#cat-list ul.adv_subcategories li a {
	background: #d4d4d4;
	display: block;
	width: 200px;
	padding: 0 10px 0 20px;
	line-height: 23px;
	border-bottom: 1px dashed #C7C7C7;
	font-size: 12px;
	color: #656668;
	font-weight: bold;
	text-decoration: none;
}
#cat-list ul.adv_subcategories li a:hover {
	background: #838383;
	color: #FFF;
}
#cat-list ul.adv_subcategories li a.active_sub {
	background: #838383;
	color: #FFF;
}
#cat-list ul.adv_subsubcategories li a {
	display: block;
	width: 180px;
	padding: 0 10px 0 40px;
	line-height: 23px;
	border-bottom: 1px dashed #C7C7C7;
	font-size: 12px;
	color: #656668;
	font-weight: bold;
	text-decoration: none;
}
#cat-list ul.adv_subsubcategories li a:hover {
	background: #d4d4d4;
	color: #FFF;
}
#cat-list ul.adv_subcategories li a.active_subsub {
	background: #d4d4d4;
	color: #FFF;
}

#cat-bottom {
	width: 230px;
	height: 20px;
	background: #FFF url(../images/categories-bottom.jpg) no-repeat;
	margin-bottom: 10px;
}

#breadcrumbs {
	width: 100%;
	line-height: 30px;
	font-size: 11px;
	color: #838383;
	font-weight: bold;
}
#breadcrumbs a {
	font-size: 11px;
	color: #838383;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}

#welcome{
	width: 689px;
}

#new-container {
	width: 100%;
	height: 86px;
	margin: 11px 0 0 0;
}

#new {
	display: block;
	float: left;
	width: 336px;
	height: 50px;
	margin: 0 8px 0 0;
	background: url(../images/bg_new.jpg) no-repeat;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 36px 0 0 0;
}
#new:hover { text-decoration: underline; }

#newsletter{
	display: block;
	float: left;
	width: 345px;
	height: 50px;
	background: url(../images/bg_newsletter.jpg) no-repeat;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 36px 0 0 0;
}
#newsletter:hover { text-decoration: underline; }


#page-footer {
	margin: 23px 0 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
}

#footer-col {
	width: 25%;
	float: left;
}

#footer-col ul {
	list-style-type: none;
	padding: 10px;
}

#footer-col ul li.header {
	line-height: 20px;
	color: #4ea500;
	font-weight: bold;
	font-size: 12px;
}

#footer-col ul li a {
	display: block;
	width: 100%;
	line-height: 20px;
	text-decoration: none;
	color: #838383;
	font-size: 12px;
}
#footer-col ul li a:hover {
	text-decoration: underline;
}


/* footer */
#footer {
	padding: 5px 0 20px 0;
	clear: both;
	width: 100%;
}
#footer ul {
	width: 100%;
	text-align: center;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	font-size: 11px;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}


#current-category {
	padding: 10px 5px 0 5px;
}

#current-category #cat-desc-top {
	width: 676px;
	height: 5px;
	background: url(../images/cat-desc-top.jpg);
}
#current-category #cat-desc-main {
	width: 676px;
	background: url(../images/cat-desc-bg.jpg);
}
#current-category #cat-desc-bottom {
	width: 676px;
	height: 5px;
	background: url(../images/cat-desc-bottom.jpg);
}
#cat-desc-main #cat-descr {
	padding: 10px;
	float: left;
	color: #838383;
}
#cat-desc-main #cat-descr h2 {
	color: #739ccc;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
}

#cat-desc-main #cat-img {
	padding: 10px;
	float: right;
}

#cat-sort {
	width: 100%;
}
#cat-sort ul {
	float: right;
}
#cat-sort ul li {
	float: left;
	line-height: 30px;
	padding: 0 10px 0 0;
	color: #838383;
}
#cat-sort ul li a{
	color: #838383;
	text-decoration: none;
}
#cat-sort ul li a:hover {
	text-decoration: underline;
}
#cat-products {
	clear: both;
	border-top: 1px solid #ccc;
}

.guestbook-entry{
	
}

#productlist {
	width: 100%;
}

#productlist ul li.even {
	float: left;
	width: 329px;
	padding: 10px 0 10px 18px;
}
#productlist ul li.oneven {
	float: left;
	width: 329px;
	padding: 10px 0 10px 5px;
}

#plist-p-top {
	width: 329px;
	height: 5px;
	background: url(../images/plist-product-top.jpg);
}
#plist-p-main {
	width: 289px;
	padding: 20px;
	background: url(../images/plist-product-bg.jpg) repeat-y;
}
#plist-p-bottom {
	width: 329px;
	height: 5px;
	background: url(../images/plist-product-bottom.jpg);
}

#plist-p-main h2 {
	width:285px;
	text-align: center;
	height: 30px;
	color: #838383;
	font-weight: bold;
}
#plist-p-main h2 a {
	color: #838383;
	font-weight: bold;
	text-decoration: none;
}

#plist-p-main h2 a:hover{
	text-decoration: underline;
}

.productlist-thumb {
	width: 285px;
	height: 220px;
	overflow: hidden;
}
.productlist-thumb img {
	height: auto;
}


#plist-info {
	padding: 5px 0 20px 0;
	width: 285px;
}

p.productlist-listprice {
	text-decoration: line-through;
	float: left;
	width: 100px;
	text-align: right;
	color: #ff0000;
	font-size: 12px;
}
p.productlist-saleprice {
	color: #276dc1;
	font-size: 12px;
	float: right;
	width: 100px;
	text-align: right;
}
p.productlist-price {
	color: #838383;
	font-size: 12px;
	float: right;
	width: 100px;
	text-align: right;
}
p.productlist-details {
	float: left;
	width: 80px;
}
p.productlist-details a{
	color: #838383;
	text-decoration: underline;
}

#nav-container {
	width: 100%;
	height: 20px;
}
#navigation {
	padding: 5px 0 0 0;
}
#navigation ul {
	list-style-type: none;
	text-align: center;
}
#navigation ul li {
	display: inline;
	padding: 0 3px;
}
#navigation ul li.prevnext {
	text-align: center;
	padding: 0 20px;
}
#navigation ul li  a{
	font-weight: bold;
	text-decoration: none;
}
#navigation ul li  a:hover {
	text-decoration: underline;
}
#navigation ul li.active {
	color: #276dc1;
	text-decoration: underline;
}

#prod-det-container {
	width: 682px;
	margin: 0 0 0 7px;
}

#prod-det-top {
	width: 682px;
	height: 5px;
	background: url(../images/prod-det-top.jpg);
}
#prod-det-main {
	width: 682px;
	background: url(../images/prod-det-bg.jpg);
}
#prod-det-bottom {
	width: 682px;
	height: 5px;
	background: url(../images/prod-det-bottom.jpg);
	margin: 0 0 20px 0;
}

#productdetail {
	padding: 10px 20px;
	width: 642px;
}

#productdetail h1 {
	line-height: 22px;
	width: 632px;
	background: #838383;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}

#prod-det-left {
	float: left;
	width: 369px;
	padding: 0 0 0 10px;
}
#prod-det-right {
	float: left;
	width: 231px;
	padding: 0 0 0 30px;
}

#product-thumb {
	width: 369px;
	padding: 0;
	margin: 0;
}

#product-thumb img { 
	border: none;
}

#product-info {
	font-size: 12px;
	color: #838383;
	padding: 0 0 20px 0;
}

#product-options-details h6 { 
	font-weight: bold;
	color: #838383;
	padding: 0 0 5px 0;
}

#product-options-details table {
	margin: 0 0 20px 0;
}

#product-options-details td {
	width: 80px;
	line-height: 20px;
	color: #838383;
}
#product-options-details td.price {
	width: 80px;
	line-height: 20px;
	color: #739ccc;
	font-weight: bold;
}

#add_to_cart a.add_to_cart {
	display: block;
	background: url(../images/button_add-to-cart.jpg);
	width: 226px;
	height: 23px;
	padding: 3px 0 0 0;
	text-align:center;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
#add_to_cart a.add_to_cart:hover {
	text-decoration: underline;
}


#related-products {
	margin: 0 0 0 7px;
}

#related-products h2 {
	color: #838383;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 5px 10px;
}

#related-products #prod-det-main {
	width: 682px;
	background: url(../images/prod-det-bg.jpg);
}

#related-products #productlist ul li.even {
	float: left;
	width: 329px;
	padding: 10px 0 20px 5px;
}
#related-products #productlist ul li.oneven {
	float: left;
	width: 329px;
	padding: 10px 0 20px 10px;
}

#send2friend-wishlist {
	margin: 0 0 0 7px;
}

#send2friend-wishlist #toggle-button {
	width: 100%;
	height: 23px;
	margin: 0 0 2px 0;
}

#toggle-button a {
	display: block;
	width: 228px;
	height: 20px;
	background: url(../images/prod-det-s2f-wl-button.jpg);
	text-align: center;
	font-weight: bold;
	color: #838383;
	text-decoration: none;
	float: left;
	padding: 3px 0 0 0;
	margin: 0 5px 0 0;
}
#toggle-button a:hover { 
	text-decoration: underline;
}
#toggle-button a.active {
	display: block;
	background: url(../images/prod-det-s2f-wl-button-active.jpg);
	width: 228px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding: 3px 0 0 0;
	margin: 0 5px 0 0;
}
#toggle-button a.active:hover {
	text-decoration: underline;
}

#send2friend {
	padding: 10px;
}
#send2friend table{
	margin: 10px 0 5px 0;
}
#send2friend td{
	height: 30px;
}
#send2friend td.star{
	color: #6fb630;
	padding: 2px;
}

#send2friend td.FormButton {
	width: 170px;
	color: #838383;
}

#wishlist { padding: 10px; }

a.s2f-submit{
	margin: 5px 0 0 0;
	display: block;
	background: url(../images/s2f-button.jpg);
	width: 226px;
	height: 21px;
	color: #FFF;
	padding: 5px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
a.s2f-submit:hover {
	text-decoration: underline;
}

#cart-items-wrapper {
	width: 100%;
	border-top: 1px solid #ccc;
}

#cart-item {
	padding: 20px 10px 20px 10px;
	border-bottom: 1px solid #ccc;
}

#cart-left {
	float: left;
	width: 329px;
}
#cart-thumb {
	width: 290px;
}

#cart-right {
	float: left;
	width: 320px;
	margin: 0 0 0 20px;
}

#cart-product-info span.cart-product-amount {
	font-weight: bold;
	color: #838383;
}

#cart-product-info span.cart-product-price {
	font-weight: bold;
	color: #739ccc;
}

#cart-product-info span.cart-product-listprice {
	font-weight: bold;
	color: #838383;
}

#cart-item-options {
	margin: 20px 0 0 0;
}

#cart-item-options td.label { 
	width: 60px;
	font-weight: normal;
	color: #838383;
	height: 20px;
}
#cart-item-options td { 
	font-weight: bold;
	color: #838383;
	height: 20px;
}
#cart-item-buttons {}
#cart-item-buttons ul {
	list-style-type: none;
}
#cart-item-buttons ul li {
	width: 85px;
	margin: 20px 5px 0 0;
	padding: 5px;
	float: left;
	text-align: center;
}
#cart-item-buttons ul li a {
	color: #838383;
	text-decoration: underline;
}
#cart-item-buttons ul li a:hover {
	text-decoration: none;	
}

#cart-bottom {
	margin: 20px 0 0 10px;
}
#cart-payment-providers{
	float: left;
	width: 329px;
}
#cart-totals {
	float: left;
	width: 320px;
	padding: 0 0 0 20px;
}

#cart-totals table {
	width: 320px;
}

#cart-totals td {
	height: 20px;
	font-weight: bold;
	color: #838383;
	text-align: right;
}

#cart-totals td.price {
	height: 20px;
	color: #739ccc;
	font-weight: bold;
	text-align: right;
	padding: 0 5px 0 0;
}

#cart-totals td.label {
	width: 200px;
	height: 20px;
	color: #838383;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 5px;
}

#cart-totals td.total_label {
	width: 200px;
	height: 20px;
	background: #838383;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 5px;
}
#cart-totals td.total_price {
	height: 20px;
	background: #838383;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	padding: 0 5px 0 0;
}

#cart-buttons {
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
	height: 30px;
	border-bottom: 1px solid #ccc;
}
#cart-buttons table{
	float: left;
}
#cart-buttons td a{
	font-weight: bold;
	color: #838383;
	text-decoration: underline;
}
#cart-buttons td a:hover{
	text-decoration: none;
}

#cart-buttons #cart-to-checkout a.to-checkout{
	margin: 0 10px 0 0;
	display: block;
	background: url(../images/button_add-to-cart.jpg);
	width: 226px;
	height: 23px;
	padding: 3px 0 0 0;
	text-align:center;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	float: right;
}
#cart-buttons #cart-to-checkout a.to-checkout:hover {
	text-decoration: underline;
}


#save_percent_box {
	float: right;
	width: 60px;
	height: 52px;
	background: url(../images/sale.jpg);
	text-align: center;
	font-weight: bold;
	padding: 12px 0 0 0;
	color: #000;
}

#cart-giftcert{
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
}

#cart-giftcert #button {
	background: url(../images/prod-det-s2f-wl-button-active.jpg);
	width: 228px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding: 3px 0 0 0;
}

#cart-giftcert #cart-enter-giftcert {
	width: 100%;
	height: 100%;
	padding: 20px;
}
#cart-giftcert #cart-enter-giftcert p {
	color: #838383;
	padding: 0 0 10px 0;
}
#cart-giftcert #cart-enter-giftcert td.FormButton {
	font-weight: bold;
	color: #838383;
	width: 120px;
}

#cart-giftcert #cart-enter-giftcert td.submit a{
	padding: 0 0 0 10px;
	font-weight: bold;
	color: #838383;
	width: 120px;
	text-decoration: underline;
}
#cart-giftcert #cart-enter-giftcert td.submit a:hover{
	text-decoration: none;
}

#static-page { margin: 0 0 0 10px; color: #838383; }
#static-page a { color: #838383;	text-decoration: underline; }
#static-page a:hover { text-decoration: none; }
#static-page h1, #static-page h2 { color: #739ccc; font-weight: bold; font-size: 14px; margin: 0 0 10px 0; }

#minicart {
font-weight:bold;
left:44px;
position:relative;
top:37px;
}

.contentblock h1 {
	color: #739ccc;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
}

.contentblock td {
	padding: 0;
}

.contentblock  td.FormButton {
	vertical-align: top;
}

#guestbook p {
	color: #838383;
}
#guestbook h2 {
	margin: 15px 0 10px 0;
	color: #739ccc;
	font-size: 14px;
	font-weight: bold;
}

#login-form {
	margin: 10px 0 10px 0;
	/*border-bottom: 1px solid #ccc;*/
	padding: 0 0 10px 0;
}

#guestbook div.form-line{
	width: 100%;
	height: 20px;
	margin: 0 0 5px 0;
}
#guestbook div.form-line div.label {
	width: 120px;
	line-height: 20px;
	float: left;
	color: #838383;
}
#guestbook div.form-line div.input {
	width: 80%;
	float: left;
	line-height: 20px;
}

#guestbook h3 {
	color: #739ccc;
	font-weight: bold;
}
#guestbook .guestbook-add {
	margin: 10px 0 10px 0;
	/*border-bottom: 1px solid #ccc;*/
	padding: 0 0 10px 0;
}

#today-news h2{
	color: #4ea500;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: .6em;
}

#today-news h2 span{
	font-size: .9em;
	font-weight: normal;
	color: #999;
	display: block;
}

#today-news a.more{
	display: block;
	margin-top: 1em;
	color: #999;
}