body {
	text-align: center;
	margin: 20px 0;
	background: #e4e4e4;
}

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

body,tr,th,td,input,select,textarea {
	font: normal 11px Tahoma, Verdana, sans-serif;
	
color: #000;
}

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


a {
	/* color: #a19e9e; */
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #bbd642;
	text-decoration: underline;
}

#leftcol a, #rightcol a {
	text-decoration: none;
}
#leftcol a:hover, #rightcol a:hover {
	color: #bbd642;
	text-decoration: none;
}

/*********** End: General ***********/




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

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.bold, strong {
	font-weight: bold;
}
/*********** End: Global additional classes ***********/



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

/* container */
#container {
	position: relative;
	width: 996px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	/* 
	border-left: 3px #bbd642 solid;
	border-right: 3px #bbd642 solid;
	border-top:  3px #bbd642 solid; 
	*/
	border:  3px #bbd642 solid;

}
/* header */
#header {
	height: 110px;
}

#header_left_menu{
width: 210px;
float: left;
height: 110px;
}

/* logo */
#logo {
width: 665px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
float: left;
}

/* topmenu */
#topmenu {
	float: left;
	padding-top: 8px;
	width: 160px;
	height: 112px;
	border-right: 1px #e4e4e4 solid;
}
	#topmenu ul li {
	    line-height: 14px; 
		padding-left: 15px;
	}
	#topmenu ul li a {
	
		/* background-color: #e0e0e0; */
		/*background: url('../images/tab_bg.gif') repeat-x;	*/
		/* color: #c8c8c8; */
		color: #999;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	#topmenu ul li a:hover {
		/* background-color: #ff8f00; */
		/* color: #fff; */
	}

/* navbar */
#navbar {
    width: 130px;
	height: 110px;
	border-left: 1px #e4e4e4 solid;
    float: left;	
	padding: 5px 10px;

}

#search {
	float: left;
}

#langselect {
	float: left;
	padding-top: 10px;
}

/* main area */
#main-wrapper {

clear: both;
}
#main {
	clear: both;
	margin: 0 0 0 0;

}

#breadcrumbs {
	clear: both;
	/* text-transform: lowercase; */
	margin: 5px 0 0 177px;
	font-size: 10px;
	font-weight: normal;
} 


/* columns */
#leftcol {
	float: left;
	/*
	padding-left: 5px;
	width: 145px;
	*/

	margin: 0 0 0 2px;
	width: 162px;
	
	padding-bottom: 20px;
	background: #fff url('../images/col-down-grad.gif') repeat-x bottom left;
	
}

#rightcol {
	float: right;
	/*
	width: 145px;
	padding-right: 5px;
	*/
	margin: 0 2px 0 0;
	width: 162px;

	padding-bottom: 20px;
	background: #fff url('../images/col-down-grad.gif') repeat-x bottom left;
	
}

/* menu blocks */
.menublock {
	/*margin: 0 0 10px 0;*/
	line-height: 16px;
	width: 162px;
}
	.menublock h4 {
		/*
		background-color: #bbd642; 
		height: 27px;
		*/
		/*background: url('../images/menu_bg.gif') repeat-x;*/
		background: url('../images/menu-header.jpg') no-repeat;
		height: 35px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
		padding: 0 8px 0 15px;
		line-height: 35px;
		color: #fff;
	}
	.menublock h4 img {
		vertical-align: middle;
	}
.menucontent {
	/*padding: 5px 5px 10px 5px;*/
	padding: 0 5px;
	color: #a19e9e;
	margin: 2px 0 2px 2px;
	width: 146px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
	.menucontent ul {
		list-style: none;
	}
	.menucontent ul li {
		padding-left: 5px;
		
	}


#maincontent {
	float: left;
	/*width: 676px;*/
	/*width: 664px;*/
	width: 643px;
	margin: 0px 10px 20px 10px;
}
/* content blocks */
.contentblock {
	clear: both;
	line-height: 16px;
	padding-bottom: 15px;
	border-top: none;
	margin-bottom: 10px;
}
	.contentblock h1 {
		height: 27px;
		font-weight: bold;
		font-size: 13px;
		/* padding: 0 5px; */
		padding: 0 5px 0 10px;
		line-height: 32px;
		color: #848585
		/* background-color: #e0e0e0; */
		/*background-color: #d7e4ef;*/

	}

.content {
	padding: 10px;
}
	.content p {
		margin: 0 0 5px 0;
	}
	#static-page .content ul {
		list-style: disc;
		list-style-position: outside;
		margin: 0 0 0 25px;			
	}


/* login */
#login input.logintextfield {
	width: 145px;
	margin-bottom: 5px;
}

/* footer */
#footer {
	clear: both;
	border-top: 1px solid #e0e0e0;
	/*
	padding-top: 10px;
	padding-bottom: 10px;
	*/
	padding: 10px;
	height: 20px;
	color: #000;
	text-align: center;
}
	#copyright {
		/*float: right;*/
		width: 400px;
		margin: 0 auto;
		
	}
	#footermenu {
		float: left;
	}
		#footer ul li {
			float: left;
			
		}
		#footer ul li a {
			color: #000;
			text-decoration: none;
		}
		#footer ul li a:hover {
			text-decoration: underline;
		}



/*********** End: Layout ***********/

		
/*********** Productlist ***********/

.productlist-page {
	width: 656px;
	margin: 0 auto;
	text-align: center;
}

.content ul.productlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
ul.productlist li {
	border: 1px solid #e0e0e0;
	float: left;
	display: inline;
	width: 186px;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: center;
}
ul.productlist li.productlist-first-in-row {
	clear: both;
}

ul.productlist li.productlist-last-in-row {
	margin-right: 0;
}

.productlist h2 {
	height: 35px;
}
.productlist h2 a {
	text-decoration: none;
	color: #000;
}
.productlist-thumb {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.productlist-thumb img {
	/*
	width: 150px;
	height: auto;
	*/
	height: 150px;
	width: auto;
}


.productlist-listprice {
	text-decoration: line-through;
	line-height: 24px;	
}
.productlist-price {
	font-weight: bold;
	color: #848585;
	font-size: 14px;
	line-height: 24px;		
}
.productlist-details {
	display: block;
	clear: left;
	line-height: 24px;		
}
.productlist-nav {
	clear: both;
	margin-bottom: 10px;
}
.productlist-resultpages {
	float: left;
	margin-bottom: 10px;
}
.productlist-resultpages ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
	border: 1px solid #e0e0e0;
}
.productlist-resultpages ul li.descr {
	border: none;
}
.productlist-resultpages ul li.act {
	font-weight: bold;
	background-color: #e0e0e0;
}
.productlist-orderby {
	float: right;
}
.productlist-orderby ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
}

.productlist-orderby ul li.act {
	font-weight: bold;
}


.productlist a.buynow-button {
	margin-left: 10px;
}

/*********** End: Productlist ***********/




/*********** Productdetail ***********/

#productdetail {
	position: relative;
}
#productdetail h2 { 
	margin: 20px 0;
	font-weight: bold;
	font-size: 12px;
}

#productdetail-leftcol {
    float: left;
    width: 300px;
}
#productdetail-rightcol {
    float: right;
    width: 303px;
}

#productdetail ul {
	list-style: square inside;
}
/*
#product-thumb {
	float: left;
	width: 250px;
	padding: 15px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin: 0 15px 15px 0;
}
*/

#product-thumb {
	/*float: left;*/
	width: 300px;
	/*padding: 15px;*/
	overflow: hidden;
	/*border: 1px solid #e0e0e0;*/
	text-align: center;
	/*margin: 0 15px 15px 0;*/
}
.detailed_images a {
    text-decoration: none;
}
ul#det-images {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#det-images li {
    float: left;
    padding: 3px;
}

#product-movie {
	margin: 15px 0;
}
#product-movie h1 {
	padding: 0;
	margin: 5px 0;
}

#product-info {
	float: left;
}
	#product-info h1 {
		height: 27px;
		font-weight: bold;
		font-size: 13px;
		padding: 0;
		line-height: 32px;
		color: #848585
		/* background-color: #e0e0e0; */
		/*background-color: #d7e4ef;*/

	}


#product-info li {
	margin-left: 14px;
}

#productdetail-table {
	margin-top: 20px;
}
	#productdetail-table td {
		vertical-align: middle;
		padding: 2px;
	}
/*
.discount-img {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 5px;
	width: 57px;
	height: 57px;
	background: transparent url(../../images/save_money.gif) no-repeat;
}
.discount-img div {
	position: relative;
	padding: 25px 0 0 13px;
	color: #fff;
	font-weight: bold;
}
*/

.productdetail-lbl {
	font-weight: bold;
	font-size: 14px;
}
#product_price {
	font-weight: bold;
	font-size: 14px;
	color: #848585
}
.product-listprice {
	text-decoration: line-through;
}
/*
.product-buy {
	float: right;
}
.product-buy input {
	background-color: #ff8f00;
	color: #fff;
	font-weight: bold;
	width: 100px;
	height: 30px;
}
*/
.product-fulldescr {
	clear: both;
}


/*********** Menu addons ***********/
#today_news {
	padding: 0 0 5px 0;
}


td.FormButton { 
	padding: 10px 10px 0 0;
	font-weight: bold;
}
/*********** End: Menu addons ***********/




/*********** Cart ***********/

#cart-items-wrapper {
	clear: both;
	margin: 0 0 15px 0;
}
#cart-items-wrapper h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}
.cart-item  {
	position: relative;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.cart-thumb {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin: 0 10px 10px 0;
}
.cart-thumb img {
	width: 80px;
	height: auto;
}
.cart-product-price {
	font-weight: bold;
	font-size: 14px;
	color: #848585
}

/*********** End: Cart ***********/



/*********** Buttons ***********/

/* general button style */
a.adv_button {
	color: #bbd642;
	padding: 3px 5px;
	border: 2px solid #bbd642;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
a.adv_button:hover {
	color: #bbd642;
	text-decoration: none;
	/*text-decoration: underline; */
}
/* action buttons for cart items */
.cart-item a.adv_button {
    padding: 2px 5px;
    line-height: 20px;
    background: #fff none;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #0d5daa;
	color: #000;
}

input, select {
	margin-bottom: 5px;
}
/*********** End: buttons ***********/


/* categories */
#categories ul {
	list-style-image: url('../images/category_bullet.gif');
	padding-left: 20px;
}
#leftcol ul li, #rightcol ul li {
	line-height: 20px;

}

/* Subcategories page */
.subcategorylist li {
	float: left;
	padding: 20px;
}
.subcategorylist h2 {
	font-weight: bold;
}
.maincat-descr {
	margin-bottom: 10px;
}
.maincat-icon {
	float: left;
	padding: 0 10px 10px 0;
}


/* modules */

ol#bestsellers li {
}
li.bestsellers-with-img {
	margin-bottom: 15px;
}
li.bestsellers-with-img .bestseller-content {
}
/* modules */

/*
#dialog-message-inner {
	position: relative;
}
.dialog-message-close {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 5px;
}
*/

#leftcol ul.adv_categories li a:hover {
	color: #bbd642;
	text-decoration: none;
}
#leftcol ul.adv_categories li a.active_root,#leftcol ul.adv_categories li a.active_sub, #leftcol ul.adv_categories li a.active_subsub {
	color: #bbd642;
}
#leftcol ul.adv_categories li ul {
	padding-left: 10px;
}

.productlist-rating {
	clear: both;
	margin: 5px 0 0;
	height: 20px;
}

.NavigationTitle {
	font-size:16px;
}

.NavigationCellSel {
font-size:16px;
padding:3px;
}

.NavigationCell a {
display:block;
font-size:14px;
padding:3px;
}
