@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	background: #f0f0e5;
	min-height: 100%;
	color: #666;
	font-size: 12px;
	}

body {
	margin: 0;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	font-size: 101%;
	color: #666;
	}

body, select, textarea {
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 12px;
	}

#middle a{ color: #175062; font-size: 13px; font-weight: 700; text-decoration: underline; }
#middle a:hover{ text-decoration: none; }
	
#main_wrapper {
	width: 970px;
	margin: 0px auto;
	}
	
.column_left { width: 247px; }
.column_right { width: 200px; padding-left: 10px; }

.border_left { background: url(/themes/default/images/border-left.png) repeat-y top right; width: 7px; vertical-align: top; margin-top: 0; }
.border_right { background: url(/themes/default/images/border-right.png) repeat-y top right; width: 7px; vertical-align: top; margin-top: 0; }
.border_bottom { background: url(/themes/default/images/footer.png) no-repeat center top; width: 692px;}


#cats { padding: 10px; 2px; margin-bottom: 10px; }

#brands { padding: 10px; 2px; }
.brand, .cat { margin: 5px 0;}

#brands a, #cats a { text-decoration: none; color: #175062; font-weight: 500; font-size: 12px; }


.title_news { margin-top: 20px; }

#home { padding: 8px 20px; }

#news_short, #price { font-size: 12px;}
#news_short a, #home a { color: #175062; font-size: 12px; text-decoration: underline; }
#news_short a:hover { text-decoration: none; }

#price a { color: #d53030; font-size: 12px; text-decoration: underline; }
#price a:hover { text-decoration: none; }

#search { padding: 7px; border: 1px solid #bdbdbd; }
.qty { padding: 5px; width: 30px; border: 1px solid #bdbdbd; font-size: 130%; font-weight: 600; }

#footer { padding: 10px 0 30px 10px; font-size: 12px;}
#footer a { color: #175062; font-size: 13px; font-weight: 700; text-decoration: underline; }
#footer a:hover { text-decoration: none; }

.reg { padding: 4px; border: 1px solid #bdbdbd; width: 260px; }

#copyright { padding: 20px 0 0 10px; color: #666; font-size: 13px; font-weight: 700; text-decoration: none; }

#item_short { padding: 10px 0; }
#item_short .price { color: #666; font-size: 115%; font-weight: 600; }
#item_short .price_old { text-decoration:line-through; color: #999; font-size: 100%; font-weight: 500; }
#item_short a { color: #d53030; font-size: 12px; text-decoration: underline; }
#item_short a:hover { text-decoration: none; }

#item sup { font-size: 12px; vertical-align:top;; }
#item .price { color: #333; font-size: 200%; font-weight: normal; margin: auto auto; }
/*.list_items sup { font-size: 12px; vertical-align:top; }
.list_items .price { color: #333; font-size: 200%; font-weight: normal; margin: auto auto; }
*/
#item_short .feat {
	background: rgb(151, 0, 117) none repeat scroll 0% 0%;
	position: relative;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	-moz-background-clip: border;
	-moz-background-origin: padding; -moz-background-inline-policy: continuous; z-index: 10;
	text-align: center;
	background: url(/themes/default/images/discount-label.png) no-repeat center bottom;
	width: 80px;
	height: 43px;
	vertical-align: middle;
	margin: 0 auto;
	}
.feat_det {
	background: rgb(151, 0, 117) none repeat scroll 0% 0%;
	position: relative;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	-moz-background-clip: border;
	-moz-background-origin: padding; -moz-background-inline-policy: continuous; z-index: 10;
	text-align: center;
	background: url(/themes/default/images/discount-label.png) no-repeat center bottom;
	width: 80px;
	height: 43px;
	vertical-align: middle;
	margin: -65px 0 -200px -25px;
	}

.zoom {
	padding-top: 125px;
	-moz-background-clip: border;
	-moz-background-origin: padding; -moz-background-inline-policy: continuous; z-index: 10;
	text-align: right;
	vertical-align: bottom;
	/*background: rgb(151, 0, 117) none repeat scroll 0% 0%;
	position: relative;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	-moz-background-clip: border;
	-moz-background-origin: padding; -moz-background-inline-policy: continuous; z-index: 10;
	width: 150px;
	height: 25px;
	margin: -15px 0 -20px -25px;*/
	}
	
	
	
/*menu*/
#menucontainer{
	position:relative;
	height: 25px;
	width:100%;
	}
#menunav{
	position:relative;
	height:25px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	/*background:#fff url(images/background.jpg) repeat-x bottom left;*/
	padding:0 0 0 20px;
	}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;
	}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;
	}

#menunav ul li a{
	display:block;
	float:left;
	color: #04779d;
	text-decoration: underline;
	padding:0 0 0 20px;
	height: 25px;
	}

#menunav ul li a span{
	padding: 5px 10px 0 0;
	height:25px;
	float:left;
	}

#menunav ul li a:hover{
	/*color:#fff;	
	background:transparent url(images/hover.jpg) repeat-x bottom left;*/
	text-decoration: none;
	}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	}
#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#fff;
	background: #f0f0e5 url(/themes/default/images/menu_sel_bg.png) no-repeat top left;
	line-height: 25px;
	text-decoration: none;
	}
#menunav ul li a.current span{
	display:block;
	padding:0 10px 0 0;
	width: 95px;
	/*background:#383636 url(images/right.jpg) no-repeat top right;*/
	height:25px;
	}

h1 { font: Georgia; font-size: 24px; color: #333333; font-weight: 400; }

#cats_tbl a { font: Georgia; font-size: 17px; color: #175062; font-weight: 500; }

.contact { padding: 2px; color: #333; width: 80%; }

.message { color: #d53030; }

.cart_items { padding: 2px 0 2px 10px; }

button.buttons {
	background: none no-repeat top left;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	/*display: block;
	padding: 0;
	margin: 0 2px 0 0;
	width: auto;*/
	}

#cart {
	border-spacing:0;
	border-collapse:collapse;
	}

#cart td {
	margin-top: 10px;
	font-size: 15px;
	border:1px solid #cbcbbd;
	}
	
#cart .noborder {
  border-width:0px;
  background-image:none !important;
}
#sort a { text-decoration: none; font-size: 92%; }
#sort .selected, .is10, .is20, .is30, .is40, .is50 { background-color: #81b414; color: white; }
#sort td, .paging_tbl td { font-size: 92%; }

.list_items h3 { font-size: 160%; color: #006666; margin: 0 0 10px 0; font-weight: normal; font: Arial, Helvetica, sans-serif; }
.list_items sup { font-size: 12px; vertical-align:top; }
.list_items .price { color: #333; font-size: 200%; font-weight: normal; margin: auto auto; }
.list_items .pic_container { background-color: #fff; padding: 10px; width: 150px; }
.list_items .brand { color: #666666; border-bottom: 1px solid #d8d8d5; padding: 8px 0; display: table; }
.pager_css { color: #006699; display: inline-table; padding: 0 2px; margin: 0;  }
.paging b { background-color: #FFFFFF; display: inline-table; padding: 0 2px; margin: 0; }

#g a { font-size: 10px; font-weight: normal;}
