html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	outline-style: none;
	outline-width: medium;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*background: #B8DDED url('../image/backgrounds/background_summer.jpg') center 158px no-repeat;*/
	background: #B8DDED url('../image/backgrounds/background_winter.jpg') center 158px repeat-y;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
fieldset {
	border: 0px;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #2289AA;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#top_container {
	width: 100%;
	height: 198px;
	text-align: center;
	background: url('../image/backgrounds/header.png') 0 0 repeat-x;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}

/* header start */

#header_holder {
	width: 980px;
	height: 128px;
	text-align: left;
	margin:0 auto;
	position: relative;
}
#header_holder div.header {
	float: left;
	height: 128px;
}
#header_holder .left_side {
	float: left;
	height: 108px;
	width: 680px;
	padding: 0px 15px 0px 10px;
}
#header_holder .left_side img {
	float:left;
}
#header_holder img.head_borche_img {
	margin: 0px 0px 0px 0px;
}
#header_holder img.head_logo_img {
	margin: 45px 0px 0px 12px;
}
#header_holder img.head_gifts_img {
	margin: 40px 0 2px 32px;
}
#header_holder .right_side {
	background: url('../image/backgrounds/search_bg.png') no-repeat;
	width: 250px;
	height: 98px;
	float: left;
	margin-top: 30px;
	padding: 10px;
}
#module_search input {
	width: 168px;
}
#module_search a.button {
	margin-right: 0px;
}
div.pay_cart_tools {
	margin-top: 13px;
	float: left;
}
div.pay_cart_tools a {
	float: left;
	display: block;
}
div.pay_cart_tools a img {
	text-align: left;
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
div.pay_cart_tools a.kolichka {
	margin: 0px;
}
div.pay_cart_tools div.pay_cart_tools_separator {
	float: left;
	width: 1px;
	border: 0px;
	border-left: 1px solid #AFAFAF;
	margin: 0px 38px 0 38px;
	display:block;
	height: 15px;
}
#header_holder .main_menu_holder {
	float: left;
	width: 980px;
	height: 40px;
	padding: 0px;
	height: 40px;
}
/*
#header_holder .main_menu_holder a {
	float: left;
	padding: 12px 0px 10px 0px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
*/
#header_holder .main_menu_holder .icon {
	position: relative;
	top: 12px;
	margin-right: 4px;
}
div.main_menu {
	float: left;
	width: 100%;
}
#header_holder .div5 a, #header_holder .main_menu img {
	float: left;
}
#header_holder .div6 a {
	float: right;
}

/* top navigation start */

ul#topnav {
	margin: 0; 
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	background: url('../image/backgrounds/filler.png') 560px top no-repeat;
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 40px;
}
ul#topnav li:hover a, 
ul#topnav li a:hover { 
	background-position: left bottom; 
}
ul#topnav a.home {
	background: url('../image/buttons/main_menu_home.png') no-repeat;
	width: 127px;
}
ul#topnav a.special {
	background: url('../image/buttons/main_menu_promotions.png') no-repeat;
	width: 121px;
}
ul#topnav a.age {
	background: url('../image/buttons/main_menu_age.png') no-repeat;
	width: 118px;
	cursor: default;
}
ul#topnav a.type {
	background: url('../image/buttons/main_menu_type.png') no-repeat;
	width: 81px;
}
ul#topnav a.brand {
	background: url('../image/buttons/main_menu_brand.png') no-repeat;
	width: 102px;
}
ul#topnav a.manufacturer {
	background: url('../image/buttons/main_menu_manufacturer.png') no-repeat;
	width: 165px;
}
ul#topnav a.account {
	background: url('../image/buttons/main_menu_account.png') no-repeat;
	width: 114px;
}
ul#topnav a.login {
	background: url('../image/buttons/main_menu_enter.png') no-repeat;
	width: 102px;
}
ul#topnav a.logout {
	background: url('../image/buttons/main_menu_quit.png') no-repeat;
	width: 102px;
}

/* mega drop down part */
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 40px; left: -20px;
	padding: 0px 20px 20px 20px;
	float: left;
	z-index: 100;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li div.sub_content {
	background: #20B4E5 url(sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	background-position: 5px 12px ;/*--Override background position--*/
	background-color: #52C5EB;
}

/*snip it :P*/

ul#topnav li div.categories_mdd {
	left: -100px;
}
ul#topnav li div.brands_mdd {
	left: -350px;
}
ul#topnav li div.manufacturers_mdd {
	left: -200px;
}
/* breadcrumb start */

#breadcrumb {
	float: left;
	width: 978px;
	height: 31px;
	color: #999;
	background: #FFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
#breadcrumb div#breadcrumb_left {
	float: left;
	width: 8px;
	height: 13px;
	padding: 7px 0px 11px 0px;
	background: #FFF url('../image/backgrounds/breadcrumbs_bg_left.png') no-repeat;
}
#breadcrumb div#breadcrumb_middle {
	float: left;
	width: 938px;
	height: 13px;
	color: #999;
	padding: 7px 12px 11px 12px;
	background: #FFF url('../image/backgrounds/breadcrumbs_bg_middle.png') 0 0 repeat-x;
}
#breadcrumb div#breadcrumb_right {
	float: left;
	width: 8px;
	height: 13px;
	padding: 7px 0px 11px 0px;
	background: #FFF url('../image/backgrounds/breadcrumbs_bg_right.png') no-repeat;
}

#column_left {
	float: left;
	width: 180px;
	margin-right: 20px;
}
#column_right {
	float: left;
	width: 180px;
	margin-left: 20px;
}
#middle_column {
	float: left;
	width: 538px;
}
#content,
.big_box {
	float: left;
	width: 538px;
	margin-bottom: 10px;
}
#content .top,
.big_box .top {
	padding: 8px 0px 6px 10px;
	background: url('../image/backgrounds/box_header_blue_big.png') no-repeat;
}
#content .top h1,
.big_box .top h1,
.heading {
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#body_wrapper {
	width: 938px;
	float: left;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 20px 20px 20px 20px;
}
#content .middle,
.big_box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
}
#content .bottom,
.big_box .bottom {
	border-bottom: 1px solid #DDDDDD;
	height:0;
}
.box {
	margin-bottom: 20px;
	background: url('../image/backgrounds/box_header_blue.png') no-repeat;
}
div.box_orange {
	background: url('../image/backgrounds/box_header_orange.png') no-repeat;
}
div.box_green {
	background: url('../image/backgrounds/box_header_green.png') no-repeat;
}
div.box_red {
	background: url('../image/backgrounds/box_header_red.png') no-repeat;
}
.box .top {
	padding: 6px 0px 6px 10px;
	color: #FFF;
	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;
}
div.box_orange div.middle {
	border-left: 1px solid #BB9065;
	border-right: 1px solid #BB9065;
	padding: 0px;
}
div.box_green div.middle {
	border-left: 1px solid #536D3D;
	border-right: 1px solid #536D3D;
	padding: 0px;
}
div.box_red div.middle {
	border-left: 1px solid #78332C;
	border-right: 1px solid #78332C;
	padding: 0px;
}
div.box_orange div.middle ul.sidemenu  ,
div.box_green div.middle ul.sidemenu ,
div.box_red div.middle ul.sidemenu {
	margin:0;
	padding:0;
	list-style-type: none;
}
div.box_orange div.middle ul.sidemenu li ,
div.box_green div.middle ul.sidemenu li ,
div.box_red div.middle ul.sidemenu li {
	margin:0;
	padding:0;
	list-style-type: none;
}
div.box_orange div.middle ul.sidemenu li a ,
div.box_green div.middle ul.sidemenu li a,
div.box_red div.middle ul.sidemenu li a {
	display: block;
	height: 30px;
	color: #BB9065;
	text-decoration: none;
	padding: 0 10px 0 10px;
	line-height: 30px;
}
div.box_orange div.middle ul.sidemenu li a {
	color: #BB9065;
	border-bottom: 1px solid #BB9065;
}
div.box_orange div.middle ul.sidemenu li a:hover {
	color: #EC8200;
	background-color: #FFDA4E;
}
div.box_green div.middle ul.sidemenu li a {
	color: #536D3D;
	border-bottom: 1px solid #536D3D;
}
div.box_green div.middle ul.sidemenu li a:hover {
	color: #467913;
	background-color: #B5DB86;
}
div.box_red div.middle ul.sidemenu li a {
	color: #78332C;
	border-bottom: 1px solid #78332C;
}
div.box_red div.middle ul.sidemenu li a:hover {
	color: #6B1F16;
	background-color: #FB6657;
}


div.box div.bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
div.box_green div.bottom,
div.box_red div.bottom {
	background: #3E8400;
	height: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
div.box_green div.bottom,
div.box_red div.bottom {
	background: #3E8400;
	border: 1px solid #536D3D;
	border-top: 0px;
}
div.box_red div.bottom {
	background: #C81300;
	border: 1px solid #78332C;
	border-top: 0px;
}
div.box_green div.bottom a,
div.box_red div.bottom a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	text-align: center;
	display: block;
	float: left;
}

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	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%;
}
a.button {
	background: transparent url('../image/buttons/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 22px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/buttons/button_left.png') no-repeat;
	display: inline-block;
	padding: 4px 0 3px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.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 {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #0195C5;
	padding: 3px 7px;
	text-decoration: none;
	color: #0195C5;
	font-weight: bold;
}
.pagination .links b {
	border: 1px solid #0195C5;
	border-top: 0px;
	padding: 4px 7px 3px;
	text-decoration: none;
	color: #FFF;
	background: #0195C5 url('../image/other/paging_middle.png') repeat-x;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 10px 7px 10px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 495px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#bottom_container {
	/*background: url('../image/backgrounds/background_footer_summer.jpg') center top no-repeat;*/
	background: url('../image/backgrounds/footer_backgrounder.jpg') center bottom no-repeat;
	
	height: 420px;
	float:left;
	width:100%;
}
.footer_wrap {
	background:transparent url('../image/backgrounds/footer_bg.png') repeat-x scroll center 65px;
	margin:0 auto;
	width:980px;
	height: 270px;
	position: relative;
	bottom: -150px;
	
	
}
#footer {
	height: 270px;
	/*background: transparent url("../image/backgrounds/bg_middle.png") center bottom no-repeat;*/
	background: transparent url("../image/backgrounds/bg_middle_winter.png") center bottom no-repeat;
	color:#FFFFFF;
	float:left;
	margin-top: 0px;
	padding-top: 0px;
	width:100%;
}
#inner_footer {

}
#footer .footer_buttons {
	float: left;
	margin-left: 18px;
	margin-top: 99px;
}
#footer .footer_buttons ul {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer .footer_buttons ul li {
	display:inline;
	padding: 0px;
	margin: 0px;
	float:left;
	list-style-type:none;
}
#footer .footer_buttons ul li.line_sep {
	width: 80px;
	height: 35px;
	padding: 0px;
	background: url(../image/other/divider.png) center top no-repeat;
	text-indent:-9999px;
}
#footer .footer_buttons ul li a {
	float: left;
	text-indent: -9999px;
	height: 22px;
	display: block;
	margin-top: 5px;
}
#footer .footer_buttons ul li.about_us a {
	width: 63px;
	background: url(../image/buttons/about_us.png) no-repeat;
}
#footer .footer_buttons ul li.contacts a {
	width: 93px;
	background: url(../image/buttons/contacts.png) no-repeat;
}


#footer .copyright {
	float:right;
	margin-right:93px;
	margin-top:108px;
	text-align:right;
	color: #C4FFFF;
	font-size: 12px;
	font-weight: bold;
}

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}

#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%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}



/* slider */
#flashcheto {
	position: absolute;
	width: 518px;
	height: 310px;
	margin: 0px;
	padding: 0px;
}

#s3slider {
   width: 518px; /* important to be same as image width */
   height: 313px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   padding: 0px;
		margin:0 0 0 0px;
}

#s3sliderContent {
   width: 518px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin: 0; /* important */
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		padding: 0px;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 492px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.s3sliderImage a {
	float: left;
	display: block;
	text-decoration: none;
}
.s3sliderImage a:hover {
	float: left;
	display: block;
	text-decoration: none;
}

.clear {
   clear: both;
}



.warning_message {
		float: left;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../image/warning_icon.jpg');
}

