body {
	text-align: center;
}

/*********** General ***********/

body,tr,th,td,input,select,textarea {
	font: normal 11px Tahoma, Verdana, sans-serif;
	color: #14578b;
}


ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 25px;	
}


a {
	color: #130655;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#leftcol a, #rightcol a {
	text-decoration: none;
}
#leftcol a:hover, #rightcol a:hover {
	text-decoration: underline;
}



/*********** 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: 1000px;
	margin: 0 auto;
	text-align: left;
	
}
/* header */
#header {
	height: 133px;
	background: url(../images/custom/top_image.jpg) no-repeat;
}
/* logo */
#logo {

}
	#logo h1 {
		position: absolute;
		top: 0;
		left: 0;
		margin: 20px 0 0 0;
		text-indent: -999em;
		width: 670px;
		height: 80px;
	}
	#logo h1 a {
		display: block;
		overflow: hidden;
		height: 100%;
	}

/* topmenu */
#topmenu {
	float: right;
	margin-top: 3px;
	padding-right: 30px;
	background-color: #fff;	
	height: 20px;
	line-height: 20px;
}
	#topmenu ul li {
		float: left;
		padding-left: 2px;
	}
	#topmenu ul li a {
		display: block;
		padding: 0 10px;
		color: #000;
		font-weight: bold;
		font-size: 10px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#topmenu ul li a:hover {
		background-color: #000;
		color: #fff;
	}

/* navbar */
#navbar {
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	background-color: #000;	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#subheader-shadow { 
	height: 15px;
	background: url(../images/custom/topshadow.gif) repeat-x;
}

#search {
	position: absolute;
	top: 0;
	left: 0;
	margin: 100px 0 0 30px;
	color: #fff;
	text-transform: uppercase;
}
#search div {
	line-height: 15px;
}
#search a {
	color: #fff;
	text-transform: none;
}

#langselect {
	float: right;
	color: #fff;
}

/* main area */
#main-wrapper {

}
#main {
	clear: both;
	/*margin: 10px 0 0 0;*/
}

#breadcrumbs {
	clear: both;
	/* text-transform: lowercase; */
	margin: 5px 0 0 180px;
	font-size: 11px;
	font-weight: normal;
	color: #130655;
	font-weight: bold;
} 
#breadcrumbs a{
	font-weight: normal;
}


/* columns */
#leftcol {
	float: left;
	width: 161px;
}

#rightcol {
	float: right;
	width: 161px;
}

/* menu blocks */
.menublock {
	margin: 0 0 10px 0;
	line-height: 16px;
}
	.menublock h4 {
		background-color: #000;
		height: 27px;
		font-weight: bold;
		padding: 0 5px;
		line-height: 27px;
		color: #f85720;
		border-top: 1px solid #ecac00;
		border-left: 1px solid #ecac00;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.menublock h4 img {
		vertical-align: middle;
	}
.menucontent {
	padding: 5px 5px 20px 5px;
	border-bottom: 1px dotted #be8b5e;	
}

#leftcol .menucontent {
	border-right: 1px dotted #be8b5e;
}
#rightcol .menucontent {
	border-left: 1px dotted #be8b5e;
}
	
    .menucontent ul {
		list-style: square inside;
	}
	.menucontent ul li {
		padding-left: 5px;
	}
    
.menucontent a:hover {
	color: #6c0b0b;
	text-decoration: underline;
}

#maincontent {
	float: left;
	width: 634px;
	margin: 0px 20px 20px 20px;
}
/* content blocks */
.contentblock {
	clear: both;
	line-height: 16px;
	padding-bottom: 15px;
	border-top: none;
	margin-bottom: 10px;
}
	.contentblock h1 {
		height: 32px;
		font-weight: bold;
		font-size: 16px;
		padding: 0 5px;
		line-height: 32px;
		border-top: 1px dotted #be8b5e;
		border-bottom: 1px dotted #be8b5e;
		color: #130655;
	}

.content {
	padding: 10px 0;
}
	.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 dotted #be8b5e;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 40px solid #000;
}
	#copyright {
		float: right;
	}
	#footermenu {
		float: left;
	}
		#footer ul li {
			float: left;
			color: #6c0b0b;
		}
		#footer ul li a {
			text-decoration: none;
			color: #6c0b0b;
		}
		#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 {
	float: left;
	display: inline;
	/*width: 140px;*/
	margin: 0 10px 10px 0;
	padding: 10px 0;
	text-align: center;
	border-bottom:	1px dotted #be8b5e;	
}
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;
	font-weight: bold;
	font-size: 12px;
}
.productlist-thumb {
	width: 200px;
	/*height: 200px;*/
	height: 152px;
	margin: 0 auto;
	overflow: hidden;

}
.productlist-thumb img {
	border: 1px solid #000;
	/*
	width: 100px;
	height: auto;
	*/
}
.productlist-listprice {
	text-decoration: line-through;
}
.productlist-price {
	font-weight: bold;
	color: #f85720;
	font-size: 12px;
}
.productlist-details {
	display: block;
	clear: left;
	margin-bottom: 4px;
}
.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;
}

/*********** End: Productlist ***********/




/*********** Productdetail ***********/

#productdetail {
	position: relative;
}

#productdetail ul {
	list-style: square inside;
}
#productdetail-leftcol {
    float: left;
    width: 280px;
}
#productdetail-rightcol {
    float: left;
    width: 350px;
}
#productdetail-rightcol h2 {
	margin: 20px 0;
	font-weight: bold;
	font-size: 12px;
	color: #130655;
	border-bottom: 1px dotted #be8b5e;	
}

#product-thumb {
	/*float: left;*/
	width: 250px;
	/*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-info {
	float: left;
}

#product-info li {
	margin-left: 14px;
}

#product-options-details {
	margin-top: 30px;
}

#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: #f85720;*/
}
.product-listprice {
	text-decoration: line-through;
}
/*
.product-buy {
	float: right;
}
.product-buy input {
	background-color: #f85720;
	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;
	/*
    width: 100%;
    min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: hidden;
    */
	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: #f85720;
}

/*********** End: Cart ***********/



/*********** Buttons ***********/

/* general button style */
a.adv_button {
	/* background-color: #f85720; */
	/*background: url('../images/but_menubg.gif') repeat-x;*/
	background: url('../images/custom/butbg.gif') repeat-x;
	
	color: #5b0907;
	padding: 3px 5px;
	border: 1px solid #ce7025;
	border-top: none;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
a.adv_button:hover {
	/* background-color: #fff; */
	/* color: #f85720; */
	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;
	/* background-color: #fff; */
	border: 1px solid #0d5daa;
	color: #000;
}

.cart-item a.adv_button:hover {
	/* 	
	background-color: #0d5daa;
	color: #fff; 
	*/
}
/*
#rightcol input, #leftcol input {
	margin-bottom: 5px;
}
*/


/*********** End: buttons ***********/
/*
input, select {
	margin-bottom: 5px;
}
*/

/* categories */

#categories-top li {
	float: left;
	height: 30px;
	border-right: 1px solid #fff;
	padding: 0 15px;
	
}
#categories-top li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #f85720;
	font-weight: bold;
}
#categories-top li a:hover, #categories-top li a.active {
	color: #fff;
	text-decoration: underline;
}
#categories .menucontent ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}
#categories .menucontent ul li {
    margin: 0;
    padding: 0 0 0 13px;
    background: url('../images/category_bullet.gif') no-repeat left 50%;
}


#leftcol ul li, #rightcol ul li {
	line-height: 20px;
	color: #6c0b0b;
}

/* Subcategories page */

#subcatlist {
	width: 550px;
	margin: 0 auto;
}
.subcategorylist li {
	float: left;
	width: 144px;
	padding: 2px;
	border: 1px solid #130655;
	margin: 0 33px 50px 0;
}
.subcatlist-thumb {
	width: 140px;
	/*height: 200px;*/
	height: 248px;
	margin-bottom: 2px;
	overflow: hidden;
	border: 1px solid #fdb826;
	border-bottom: 3px solid #fdb826;	
}
.subcatlist-thumb-inner {
	border: 1px solid #130655;	
}
.subcatlist-thumb img {
	width: 138px;
	height: auto;
}
.subcategorylist h2 {
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	background-color: #000;
	text-align: center;	
}
.subcategorylist h2 a {
	color: #f85720;
	text-transform: uppercase;
	text-decoration: none;
}
.subcategorylist h2 a:hover {
	text-decoration: underline;
}
.maincat-descr {
	margin-bottom: 10px;
}
.maincat-icon {
	float: left;
	padding: 0 10px 10px 0;
}


/* modules */

ol#bestsellers li {
	font-weight: bold;
}
ol#bestsellers a {
	font-weight: normal;
}
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;
}
*/
.SearchSortCell {
	padding: 0 15px 0 5px;
}
.sort-nav {
	padding-bottom: 5px;
	border-bottom: 1px dotted #be8b5e;
	margin-bottom: 15px;
}
.NavigationCell, .NavigationCellSel {
	padding: 0 5px 0 3px;
}
.mediumtext, .Notes {
	color: #6c0b0b;
}
.shipping-select, .shipping-select select {
	color: #6c0b0b;
}