@import url("buttons.css");
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	line-height: 120%;
	text-align: center;
	background: #EAEFF2 url(../images/_web/bg.jpg) no-repeat top center;
}
* { padding: 0px; margin: 0px; border: 0px none; }
a { text-decoration: none; color:inherit; }
a:hover { color: #335785; text-decoration: none; }
a img { border: 0px none; }

#main {
	width: 980px;
	margin: 0px auto;
	text-align: left;	
}

.button {
	height: 24px!important;
	line-height: 24px!important;
	background:url(../images/_web/button-grey-bg.png) repeat-x!important;
	border: 1px solid #CCCCCC!important;
	border-bottom-color: #999999!important;
	border-right-color: #999999!important;
	color: #333333!important;
	text-decoration: none!important;
	font-size: 13px!important;
	font-weight: normal!important;

	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
a.button { padding: 3px 5px 3px 5px!important; }
a.button img {
	vertical-align:middle;
	margin-top: -2px;
}
a.button:hover {
	text-decoration: none!important;	
}
input.button { padding-left: 7px; padding-right: 7px; }

/** user-bar **/
#user-bar {
	width: 100%;
	margin: 0px;
	text-align: center;
}
#user-bar ul {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	list-style: none;
	height: 30px;
	font-size: 11px;
}
#user-bar ul li {
	float: right;
	margin: 9px 13px 8px 0px;
	padding: 0px;
	padding-right: 13px;
	border-right: 1px solid #CCC;
	height: 13px;
	line-height: 13px;
}
#user-bar ul li.last {
	border-right: 0px none;
	padding-right: 0px;
}
#user-bar ul li a {
	color: #335785;
	text-decoration: none;	
}
#user-bar ul li a:hover {
	color: #003;	
}

/** search-bar **/
#search-bar {
	position: relative;
	height: 115px;
	text-align: left;
	margin: 0px auto;
}
#search-bar a.logo {
	width: 256px;
	height: 94px;
	position: absolute;
	left: 33px;
	top: -5px;	
}
#search-bar a.logo img {
	border: 0px none;	
}
#search-bar form {
	width: 592px;
	height: 37px;
	position: absolute;
	background:url(../images/_web/search-form-bg.png) no-repeat center center;
	right: 0px;
	padding: 11px 12px 13px 12px;
	top: 2px;	
}
#search-bar form input.input {
	width: 385px;
	height: 35px;
	border: 1px solid #DADADA;
	float: left;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	padding-left: 12px;
	line-height: 38px;
	font-size: 12px;
	color: #666;
	margin-right: 11px;
}

/** top-bar **/
#top-bar {
	width: 978px;
	height: 43px;
	margin: 0px auto;
	background:url(../images/_web/top-bar-bg.png) repeat-x top center;
	border: 1px solid #CC0000;
}
#top-bar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 973px;
	height: 43px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-shadow: #CC0000 1px 1px;
}
#top-bar ul li {
	float: left;
	height: 43px;
	line-height: 43px;
}
#top-bar ul li a {
	color: #FFF;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 13px;
	height: 43px;
	line-height: 43px;
	display: block;
}
#top-bar ul li.active, #top-bar ul li.active:hover {
	background:url(../images/_web/top-bar-active.png) no-repeat top center;
}
#top-bar ul li:hover {
	background:url(../images/_web/top-bar-hover.png) no-repeat top center;
}

/** path, header **/
#path {
	width: 980px;
	height: 29px;
	background:url(../images/_web/path-bg.png) bottom center no-repeat;
	padding-top: 21px;
	line-height: 29px;
	color: #999;
	text-shadow: 1px 1px #FFF;
}
#path a {
	color: #5E7D9D;
	text-decoration: none;
	text-shadow: 1px 1px #FFF;	
}
#path a:hover {
	color: #333;	
}
#path div {
	width: 37px;
	height: 29px;
	background:url(../images/_web/path-icon.png) no-repeat;
	margin: 0px 10px 0px 20px;
	float: left;
}
#path a, #path span {
	padding: 0px 5px;	
}

div.header {
	height: 50px;
	margin: 0px 25px 30px 0px;
	font-size: 11px;
	position: relative;
	padding-left: 90px;
	padding-top: 23px;
}
div.header h1 {
	color: #C52600;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	font-family: calibri, Arial, Verdana;
	text-shadow: 1px 1px #CCC;
}
div.header img {
	position: absolute;
	left: 28px;
	top: 20px;	
}
div.header.map {
	margin-top: 0px;
	padding-top: 10px;
	margin-right: 0px;
	border-top: 1px dotted #CCC;	
}
div.header.map img {
	top: 10px;	
}

/** promoted-categories **/
ul.promoted-categories {
	list-style: none;
	width: 900px;
	height: 175px;
	margin: 0px 40px 20px 40px;
	overflow: hidden;
}
ul.promoted-categories li {
	width: 150px;
	height: 170px;
	margin: 0px;
	float: left;
	text-align: center;
}
ul.promoted-categories li h3 {
	font-size: 13px;
	font-weight: bold;
	color: #335785;
	height: 150px;
	line-height: 20px;
	overflow: hidden;
}
ul.promoted-categories li h3 img {
	width: 100px;
	height: 100px;
	margin: 0px 25px 5px 25px;	
}
ul.promoted-categories li h3 a {
	color: #335785;	
}
ul.promoted-categories li h3 a:hover {
	color: #000;
	text-decoration: none;	
}
ul.promoted-categories li div {
	background:#D9E2E8;
	border: 0px none;
	width: 100px;
	margin: 5px auto;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	color: #333333;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/** categories-list **/
ul.categories-list  {
	float: left;
	width: 290px;
	padding: 4px;
	margin: 0px;
	margin-left: 25px;
	overflow: hidden;
}
ul.categories-list span {
	padding-left: 10px;
	color: #999999;
}
ul.categories-list ul {
	float: none;
}
ul.categories-list li h2 {
	font-size: 13px;
	line-height: 25px;
}
ul.categories-list li {
	margin-bottom: 10px;
}
ul.categories-list li h2 a {
	color: #335785;	
}
ul.categories-list li h2 a:hover {
	color: #000;
	text-decoration: none;	
}
ul.categories-list ul {
	margin: 8px 10px 15px 15px;
	list-style: none;	
}
ul.categories-list ul li {
	line-height: 150%;
	margin-bottom: 0px;
		
}
ul.categories-list ul li a {
	color:#333;
	font-size: 12px;
	font-weight: normal;
}
ul.categories-list ul li a:hover {
	color: #000;
	text-decoration: none;	
}

/** main-categories **/
ul.main-categories {
	list-style:none;
	margin: 10px;
	width: 704px;
	float: left;
}
ul.main-categories li {
	width:330px;
	height:120px;
	border:1px solid #EAEFF2;
	margin: 10px;
	float: left;
}
ul.main-categories h3 {
	width: 300px;
	height: 62px;
        overflow: hidden;
	line-height: 62px;
	padding-left: 10px;
}
ul.main-categories h3, ul.main-categories h3 a {
	color: #C62700;
	font-size: 22px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px #BFCED7;
	text-decoration: none;
}
ul.main-categories h3 img {
	vertical-align: middle;
	margin-right: 10px;
	border: 0px none;
}
ul.main-categories p {
	height: 44px;
	background: #EAEFF2;
	overflow: hidden;	
	color: #999;
	list-style: none;
	padding: 7px 14px;
	font-size: 11px;
	line-height: 140%;
}
/*
ul.main-categories ol li {
	float: left;
	display:inline;
	border: 0px none!important;
	width: auto!important;
	height: auto!important;
	margin: auto!important;
	font-size: 11px;
	padding-right: 5px;
}
ul.main-categories ol li, ul.main-categories ol li a {
	color: #335785;
	text-decoration: none;
}*/
ul.main-categories p a {
	color: #335785;
	text-decoration: none;
}
ul.main-categories p a:hover {
	color: #335785;
	text-decoration: none;
	border-bottom: 1px dotted #335785;
}

/** main-content, content **/
div.main-content {
	width: 980px;
	background: #FFF;
	margin-bottom: 20px;
}
div.main-content.left-header {
	padding: 12px 0px 12px 0px;
	width: 980px;
}
div.main-content.text p {
	margin: 10px 20px;
	line-height: 130%;
}
div.main-content.links {
	border: 1px #CEDAE1 solid;
	color: #335785;
	padding: 20px;
	width: 938px;
}
div.main-content.links a {
	color: #999999;
	text-decoration: none;
}
div.main-content.links a:hover {
	color: #335785;
	border-bottom: 1px dotted #335785;
}

div.sidebar {
	width: 300px;
	float: left;
	margin-bottom: 20px;
}
div.sidebar.main {	
	width: 255px;
	float: left;
	margin-bottom: 20px;
	margin-left: 1px;
	margin-top: 20px;
}
div.content {
	width: 680px;
	float: left;
}
div.content.format {
	width: 660px;	
}
div.content.format h1 {
    font-size: 20px;
    color: #C52600;
    margin-bottom: 25px;	
}
div.content.format h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;	
}
div.content.format h3 {
	font-size: 14px;
	color: #666;
	text-shadow: 1px 1px #F3F3F3;
	margin-bottom: 15px;	
}
div.content.format h4 {
    font-size: 13px;
    color: #666;
    text-shadow: 1px 1px #F3F3F3;
    margin-bottom: 10px;	
}
div.content.format h5 {
    font-size: 12px;
    color: #666;
    text-shadow: 1px 1px #F3F3F3;
    margin-bottom: 10px;	
}

div.content.format p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
}
div.content.format p a {
    color: #5E7D9D;
    text-decoration: underline;
}
div.content.format p a:hover {
    text-decoration: none;
}

div.sidebar div.box-header.links {
	margin-top: 20px;
}
div.sidebar div.box-header h3.header {
	width: 240px;
}
div.sidebar div.box-header.links ul {
	list-style: none;
	float: none;
	clear: both;	
}
div.sidebar div.box-header.links ul li {
	font-size:12px;
	font-weight:bold;
	background:url(../images/_web/list-bg.png) no-repeat center bottom;
	height:30px;
	
	text-align:center;
	line-height:30px;

}
div.sidebar div.box-header.links ul li a {
	color:#335785;
	text-decoration:none;
}
div.sidebar div.box-header.links ul li a:hover {
	color: #F14A00;	
}

/** box, box h3, box-frame **/
div.box {
	background:#FFF;
	padding: 12px 12px 0px 0px;	
}
div.box-frame {
	border: 1px solid #DAE3E9;
	width: 660px;
	margin-bottom: 30px;	
}
div.box-frame.no-bottom {
	border-bottom: 0px none;	
}

div.box-header {
	background: #FFF;
	min-height: 48px;
	margin-top: 12px;	
}
div.box h3, h3.header {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	height: 34px;
	line-height: 33px;
	text-shadow: #661200 1px 1px;
	position: relative;
	background: url(../images/_web/header-orange-bg.png) repeat-x top center;
	padding-left: 16px;
}
div.box h3.blue, h3.header.blue, div.box h3.blue-right, h3.header.blue-right {
	background: url(../images/_web/header-blue-bg.png) repeat-x top center;
	text-shadow: #131F2E 1px 1px;
}
div.box h3.right, h3.header.right, div.box h3.blue-right, h3.header.blue-right {
	width: 260px;
	float: right;	
}
div.main-content h3.header {
	width: 260px;	
}
div.box h3 span, h3.header span {
	display: block;
	position: absolute;
	width: 5px;
	height: 37px;
	top: 0px;
	left: -5px;
	float: left;
	background: url(../images/_web/header-orange-bg-left.png) no-repeat left center;
}
div.box h3.blue span, h3.header.blue span {
	background: url(../images/_web/header-blue-bg-left.png) no-repeat left center;
}
div.box h3.right span, h3.right span {
	position: absolute;
	top: 0px;
	left: auto!important;
	right: -5px!important;
}
div.box h3.blue-right span, h3.blue-right span {
	position: absolute;
	top: 0px;
	left: auto!important;
	right: -5px!important;
	background: url(../images/_web/header-blue-bg-right.png) no-repeat left center;
}
.content div.box-top {
	background:#EAEFF2 url(../images/_web/top-box-bg.png);
	padding: 0px 0px 9px 9px;
}
.content div.box-inner {
	background:#EAEFF2;
	padding: 9px 0px 9px 9px;
}
.content div.box {
	padding: 0px 20px 20px;	
}
.content div.box.links p {
	font-size: 10px;
	color: #999999;	
}
.content div.box.links p a {
	color: #999;
	text-decoration: none;	
}
.content div.box.links p a:hover {
	color: #333;
	text-decoration: none;	
}

/** categories-main **/
ul.categories-main {
	list-style: none;
	width: 295px;
}
ul.categories-main li {
	height: 58px;
	background:url(../images/_web/categories-menu-bg.png) repeat-x bottom center;
	padding-left: 55px;
}
ul.categories-main li h2 {
	font-size: 12px;
	color: #0000FF;
	font-weight: normal;
	position: relative;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 2px;
}
ul.categories-main li h2 img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: -43px;
	top: 14px;
}
ul.categories-main li h2 a {
	color: #0000FF;
	text-decoration: none;
}
ul.categories-main li h2 a:hover {
	color:#900;
	text-decoration:none;	
}
ul.categories-main li ul {
	list-style: none;
	width: 210px;
	height: 28px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;	
}
ul.categories-main li ul li {
	height: auto;
	background: none;
	display: inline;
	font-size: 9px;
	color: #999999;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	height: 12px;
}
ul.categories-main li ul li a {
	color: #999999;
	text-decoration: none;
}
ul.categories-main li ul li a:hover {
	color:#666;
	text-decoration: none;
}

/** .box-inner ul.products-horizontal **/
.main-content ul.products-horizontal {
	width: 980px;
	height: 240px;
	border: 0px none;
	list-style: none;
	background: #FFF;
}
.main-content ul.products-horizontal.store-offers { 
	height: 270px;
}
.box-inner ul.products-horizontal {
	width: 660px;
	height: 270px;
	border-bottom: 1px solid #BCCCD6;
	border-left: 1px solid #BCCCD6;
	list-style: none;
	background:#FFF;	
}
.main-content ul.products-horizontal li {
	width: 160px;
	height: 240px;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 0px 10px 0px 20px;
	background:url(../images/_web/product-vertical-separator.png) no-repeat left center;
}
.main-content ul.products-horizontal.store-offers li {
	height: 270px;
}
.box-inner ul.products-horizontal li {
	width: 200px;
	height: 250px;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	background:url(../images/_web/product-vertical-separator.png) no-repeat left center;
}
.box-inner ul.products-horizontal li.first, .main-content ul.products-horizontal li.first {
	background: none;	
}
.box-inner ul.products-horizontal li h3, .main-content ul.products-horizontal li h3 {
	height: 170px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #335785;
}
.box-inner ul.products-horizontal li h3 a, .main-content ul.products-horizontal li h3 a {
	color: #335785;
	text-decoration: none;
}
.box-inner ul.products-horizontal li h3 a:hover, .main-content ul.products-horizontal li h3 a:hover {
	color: #333;
	text-decoration: none;	
}
.main-content ul.products-horizontal li h3 img {
	margin: 15px 35px 10px 35px;
	border: 0px none;	
}
.box-inner ul.products-horizontal li h3 img {
	margin: 20px 55px;
	border: 0px none;
}
.box-inner ul.products-horizontal li p.price, .main-content ul.products-horizontal li p.price {
	font-size: 16px;
	font-family:Calibri, Arial, Verdana;
	color: #F65400;
	font-weight: bold;
}
.box-inner ul.products-horizontal li a.action-button, .main-content ul.products-horizontal li a.action-button {
	margin-top: 10px;	
}

/** stores-horizontal **/
ul.stores-horizontal {
	width: 980px;
	height: 60px;
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
ul.stores-horizontal li {
	width: 140px;
	text-align: center;
	padding: 15px 0px;
	float: left;
}

/** ul.categories, ul.filters, ul.menu **/
ul.categories, ul.filters, ul.menu {
	width: 260px;
	height: auto;
	border: 1px solid #DAE3E9;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	border-bottom: 0px none;	
}
ul.categories li a, ul.filters li a, ul.menu li a {
	border-bottom: 1px solid #CCD9E1;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	background: #F0F3F4;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px;
	display: block;
	color: #597F91;
	font-weight: bold;
}
ul.categories li.selected a, ul.filters li.selected a, ul.menu li.selected a {
	background:url(../images/_web/menu-selected-bg.png) repeat-x left center;
	height: 44px;
	line-height: 36px;
	border-bottom: 0px none;
	color: #777700;
	text-shadow: 1px 1px #FFF;
}
ul.categories li.selected-flat a, ul.filters li.selected-flat a, ul.menu li.selected-flat a {
	background:url(../images/_web/menu-selected-bg-gardient.png) repeat-x left center;
	color: #777700;
	text-shadow: 1px 1px #FFF;
}
ul.categories li a:hover, ul.filters li a:hover, ul.menu li a:hover {
	text-decoration: none;
	color: #333;	
}
ul.categories li ul, ul.filters li ul, ul.menu li ul {
	background: none;
	border: 0px none;
	border-bottom: 1px solid #CCD9E1;
	padding: 15px;
	list-style-image: url(../images/_web/categories-list-dot.png);
	list-style-position: inside;
}
ul.categories li ul li a, ul.filters li ul li a, ul.menu li ul li a {
	height: auto!important;
	width: auto!important;
	background: none!important;
	border: 0px none!important;
	font-weight: normal!important;
	font-size: 11px!important;
	display: inline;
	line-height: 14px!important;
	padding: 0px; 
	color: #666666!important;
}
ul.filters li ul {
	list-style-image: url(../images/_web/filters-list-off.png);
}
ul.filters li ul li.selected {
	list-style-image: url(../images/_web/filters-list-on.png);
}
ul.categories li ul li, ul.filters li ul li {
	margin-bottom: 3px;
}

ul.filters li p {
	height: 80px;
	border-bottom: 1px solid #CCD9E1;
	line-height: 45px;
	padding: 5px 10px 5px 15px;
}
ul.filters li p input.action-button {
	float: right;	
}
ul.filters li p input.input, ul.marks li p.rate select {
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 17px;
	width: 58px;
	line-height: 17px;
	padding: 3px;
	border: 1px solid #999999;
	margin: 2px 4px;
}
ul.marks {
	margin: 0px!important;
	padding: 0px!important;
	
}
ul.marks li {
	width: 220px;
	height: 53px;
	line-height: 25px;
	background: none;
	padding: 7px 20px 0px 20px;
	border-bottom: 1px solid #CCD9E1;
	list-style: none;
}
ul.marks li.last {
	border-bottom: 0px none;	
}
ul.marks li p.rate select {
	height: 20px;
	padding: 0px;	
	
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	display: none;
}
ul.marks li a.action-button {
	margin-top: 8px!important;	
}

/** ul.sort, ul.paginator **/
ul.sort {
	width: 659px;
	height: 36px;
	background: #F0F3F4;
	border-bottom: 1px solid #CCD9E1;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	list-style: none;
}
ul.sort li {
	float: left;
	margin-left: 15px;
	line-height: 36px;
	font-size: 10px;
	color: #8B8B8B;
	text-shadow: 1px 1px #FFF;
}
ul.sort li a {
	color: #8B8B8B;
	text-decoration: none
}
ul.sort li.selected a {
	color: #333;
	font-weight: bold;
}
ul.sort li a:hover {
	color: #666;
	text-decoration: none;	
}
ul.paginator {
	width: 659px;
	height: 36px;
	background: #F0F3F4;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	list-style: none;
}
ul.paginator.bottom {
	border-bottom: 1px solid #CCD9E1;
}
ul.paginator li {
	float: left;
	margin-left: 15px;
	line-height: 36px;
	font-size: 15px;
	color: #8B8B8B;
	font-family:calibri, Arial, Verdana;
	text-shadow: 1px 1px #FFF;
}
ul.paginator li.t {
	background:url(../images/_web/paginator-bg.png) repeat-y left center;
	height: 36px;
	width: 210px;
	overflow: hidden;
	text-align: right;
	padding-right: 29px;
	margin-left: 0px;
	color: #777700;
	font-weight: bold;
}
ul.paginator li a {
	color: #8B8B8B;
	text-decoration: none
}
ul.paginator li.selected a {
	color: #333;
	font-weight: bold;
}
ul.paginator li a:hover {
	color: #666;
	text-decoration: none;	
}

/** ul.options **/
ul.options {
	height: 36px;
	background: #F0F3F4;
	border-bottom: 1px solid #CCD9E1;
	border-top: 1px solid #FFF;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px #FFF;
	color: #597F91;
}
.content ul.options {
	width: 659px;
}
ul.options  li {
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0px 15px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #CCD9E1;
	position: relative;
}
ul.options li span {
	width: 15px;
	height: 8px;
	background:url(../images/_web/menu-selected-arrow.png) no-repeat center center;
	position: absolute;
	top: 36px;
	left: 12px;
	display: none;
	z-index: 2000;
}
ul.options li a {
	color: #597F91;
	text-decoration: none
}
ul.options li.selected {
	background:url(../images/_web/menu-selected-bg-gardient.png) repeat-x left top;
	background-position: 0px 0px;
	height: 36px;
	line-height: 36px;
	color: #777700;
	text-shadow: 1px 1px #FFF;
}
ul.options li.selected span {
	display: block;	
}
ul.options li.selected a {
	color: #777700;	
}
ul.options li a:hover {
	color: #666;
	text-decoration: none;	
}

/** ul.products-list **/
ul.products-list {
	list-style: none;	
}
ul.products-list li {
	border-bottom: 1px solid #CCD9E1;
	height: 160px;
	width: 660px;
	overflow: hidden;
	position: relative;	
}
ul.products-list li.ad {
	height: 60px;
	text-align: center;
	padding: 20px 0px;	
}
ul.products-list li h2 {
	position: relative;
	padding-left: 130px;
	font-size: 13px;
	color: #F65400;
	padding-top: 15px;
	width: 370px;
}
ul.products-list li h2 a {
	color: #F65400;
	text-decoration: none;	
}
ul.products-list li h2 a:hover {
	color: #B35900;	
}
ul.products-list li h2 img {
	position: absolute;
	left: 20px;
	top: 35px;
}
ul.products-list li p.alarm {
	width: 340px;
	height: 25px;
	display: block;
	position: absolute;
	left: 130px;
	top: 55px;
	font-size: 11px;
	overflow: hidden;
}
ul.products-list li p.rate {
	position: absolute;
	left: 130px;
	top: 55px;
	font-size: 11px;
	width: 340px;
	height: 16px;
	line-height: 16px;
}
ul.products-list li p.rate img {
	vertical-align: middle;
	float: left;	
}
ul.products-list li p.rate a {
	margin-left: 15px;	
}
ul.products-list li p.description {
	position: absolute;
	left: 130px;
	top: 80px;
	font-size: 11px;
	width: 360px;
	height: 45px;
	line-height: 15px;
}
ul.products-list li p.details {
	position: absolute;
	top: 0px;
	left: 500px;
	text-align: center;
	width: 150px;
	height: 120px;
	padding: 20px 0px;
	font-family: calibri, Arial, Verdana;
	color: #666666;
	font-size: 12px;
	padding-right: 10px;
}
ul.products-list li p.details span.price {
	color: #999;	
}
ul.products-list li p.details span.price big {
	color: #F65400;
	font-weight: bold;
	font-size: 16px;
}
ul.products-list li p.details a.action-button {
	margin: 7px auto;	
}

ul.products-list li ul.actions {
	position: absolute;
	left: 130px;
	top: 133px;
	font-size: 11px;
	width: 340px;
	height: 18px;
	line-height: 15px;	
}
ul.products-list li ul.actions li {
	width: auto!important;
	height: auto!important;
	border: none!important;
	float: left;
	margin-right: 10px;	
}
ul.products-list li ul li.compare,  ul.options li.compare {
	background:url(../images/_icons/icon_compare.png) no-repeat left center;
	padding-left: 22px;
}
ul.products-list li ul li.pricealarm, ul.options li.pricealarm {
	background:url(../images/_icons/icon_alarm.png) no-repeat left center;
	padding-left: 20px;
}
ul.products-list li ul li.fold, ul.options li.fold {
	background:url(../images/_icons/icon_fold.png) no-repeat left center;
	padding-left: 20px;
}
ul.products-list li ul li.rss, ul.options li.rss {
	background:url(../images/_icons/icon_rss.png) no-repeat left center;
	padding-left: 20px;
}
ul.products-list li ul li.remove, ul.options li.remove {
	background:url(../images/_icons/icon_delete.png) no-repeat left center;
	padding-left: 20px;
}
ul.products-list li ul li.edit, ul.options li.edit {
	background:url(../images/_icons/icon_edit.png) no-repeat left center;
	padding-left: 20px;
}

/** news ul **/
.news ul {
	list-style: none;	
}
.news ul li {
	border-top: 1px solid #CCC;
	padding: 15px 30px;
	margin-top: 5px;
}
.news ul li.first {
	margin-top: 0px;
	border-top: 0px none;	
}
.news ul li h4 {
	font-size: 18px;
	color: #C52600;
	margin-bottom: 5px;
}
.news ul li p {
	margin: 0px!important;
}
.news ul li p.date {
	color: #999;
	font-size: 10px;
	margin-bottom: 7px!important;	
}

/** ul.offers-list **/
ul.offer-list {
	list-style: none;	
}
ul.offers-list li {	
	border-bottom: 1px solid #CCD9E1;
	height: 80px;
	width: 660px;
	overflow: hidden;
	position: relative;
	background: #FFF;
	padding: 10px 0px;	
}
ul.offers-list li.promoted {
	background-color: #FFFFDF;
}
ul.offers-list li p.shop {
	height: 80px;
	width: 120px;
	float: left;
	display:block;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
}
ul.offers-list li p.shop img {
	margin-top: 10px;	
}
ul.offers-list li p.availability {
	height: 75px;
	width: 170px;
	float: left;
	display: block;
	padding-left: 30px;
	line-height: 140%;
	padding-top: 15px;
}
ul.offers-list li p.price {
	height: 90px;
	width: 160px;
	float: left;
	display: block;
	text-align: center;
	font-size: 22px;
	color: #FF1313;
	line-height: 90px;
}
ul.offers-list li p.go {
	width: 160px;
	float: left;
	display: block;
	text-align: center;
	height: 59px;
	padding-top: 31px;
}

/** comments-list **/
ul.comments-list {
	padding-bottom: 0px!important;		
	list-style: none;	
}
ul.comments-list li {
	height: 110px;
	border-bottom: 1px solid #CCD9E1;
	background: #FFF;
	position: relative;
}
ul.comments-list li p.info {
	width: 130px;
	float: left;
	height: auto;
	display: block;
	height: 90px;
	padding: 10px;
}
ul.comments-list li p.info span {
	display: block;
	float: none;
	padding-bottom: 5px;
	font-size: 11px;	
}
ul.comments-list li p.info span.user {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-left: 22px;
	background:url(../images/_icons/icon_user.png) no-repeat left center;
	margin-bottom: 10px;
}
ul.comments-list li p.content {
	padding: 10px;
	display: block;
	width: 468px;
	float: left;
	height: 90px;
	padding-left: 10px;
	overflow-y: auto;
	border-left: 1px solid #E4E4E4;
	font-size: 11px;
	line-height: 140%;
}
ul.comments-list li.positive { background-color: #E1FFE1; }
ul.comments-list li.positive p.content { color: #006600; border-color: #A6FFA6; }
ul.comments-list li.positive span.comment_type { color: #006600; }

ul.comments-list li.negative { background-color: #FFEAEA; }
ul.comments-list li.negative p.content { color: #CC0000; border-color: #FFBEAE; }
ul.comments-list li.negative span.comment_type { color: #990000; }

/** form-table **/
table.form-table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	font-size: 11px;
	margin-bottom: 20px;
}
div.content table.form-table {
	width: 660px;	
}
.box-frame table.form-table {
	width: 100%;
	border-bottom: 1px solid #CCD9E1;
	margin: 0px;
}
table.form-table thead th {
	border-bottom: 1px solid #CCD9E1;
	background:url(../images/_web/menu-selected-bg-gardient.png) repeat-x left center;
	color: #777700;
	text-shadow: 1px 1px #FFF;
	height: 36px;
	line-height: 36px;
}
table.form-table tbody th, table.form-table tbody td {
	padding: 7px 8px;
	border-bottom: 1px solid #CCD9E1;
	text-align: left;
	font-weight: normal;
}
table.form-table tbody th {
	width: 110px;
}
table.form-table tbody th.long {
	width: 220px;	
}
table.form-table tbody td.submit {
	border-bottom: 0px none;
	text-align: center;
}
table.form-table tbody td.nbbr {
	border-bottom: 0px none;
}
table.form-table tbody td.submit .action-button {
	margin: 0px auto!important;	
}
table.form-table tbody td img.code {
	vertical-align: middle;
	margin-bottom: 4px;
	margin-left: 10px;
}
table.form-table tbody td label {
	margin-right: 13px;	
}
table.form-table td p.detail {
	background:url(../images/_web/info-bg.png) no-repeat left center;
	padding: 3px 10px 3px 15px;
	margin: 0px!important;
	color:#666;
	width: 95%;
}
table.form-table td p.detail.top {
	background-position: top center;
	padding: 12px 10px 3px 10px;	
}
table.form-table td p.detail._ok {
	background-image:url(../images/_web/ok-bg.png);
	color:#063;
}
table.form-table td p.detail._error {
	background-image:url(../images/_web/error-bg.png);
	color:#900;
}

/** element-details **/
div.element-details {
	width: auto;
	margin: 20px 50px 20px 30px;
	min-height: 110px;	
}
div.element-details.store {
	min-height: 40px;	
}
div.element-details a.image img {
	width: 90px;
	height: 90px;
	padding: 10px;
	border: 0px none;
		
}
div.element-details a.image { 
	width: 130px;
	height: 110px;
	display: block;
	float: left;
}
div.element-details a.logo img {
	width: 100px;
	height: 30px;
	padding: 10px;
	padding-top: 0px;
	border: 0px none;		
}
div.element-details a.logo { 
	width: 130px;
	height: 40px;
	display: block;
	float: left;
}
div.element-details h2 {
	font-size: 22px;
	font-weight: normal;
	font-family: calibri, Arial, Verdana;
	color: #C52600;
	text-shadow: 1px 1px #E6E6E6;
	margin-bottom: 22px;	
}
div.element-details h2 span.rates {
	margin-left: 15px;	
}
div.element-details p.price {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}
div.element-details p.price big {
	color: #F65200;
	font-size: 23px;
	padding-left: 5px;
}
div.element-details p.description {
	float: left;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	display: block;
	width: 760px;
	margin-bottom: 25px;
}

/** map **/
#maps {
	height: 450px;
	border-bottom: 1px solid #CCD9E1;	
}
#map {
	width: 438px;
	height: 450px;
	border-right: 1px solid #CCD9E1;
	border-left: 1px solid #FFF;
	background:#F3F3F3;	
	float: left;
}
div.map-point-containter {
	width: 220px;
    float: left;
    padding: 0;
    height: 450px;
}
ol.map-points {
	height: 400px;
    overflow-y: auto;
    padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
ol.map-points li {
	border-bottom: 1px solid #CCD9E1;
	padding: 5px 10px;
	cursor: pointer;
	height: 63px;
	overflow: hidden;
	font-size: 11px;
}
ol.map-points li:hover {
	background-color:#FFC;	
}
ol.map-points li big {
	color: #F30;
	font-size: 14px;
	line-height: 30px;
}
ol.map-points li img {
	float: none;
	width: 100px;
	height: 30px;
	margin-right: 6px;	
}
div.map-info {
	width: 160px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
}
div.map-info p {
	text-align: center;
	line-height: 140%;
}
div.map-info p.name img {
	margin-bottom: 3px;	
}
div.map-info p.name {
	font-size: 12px;
	font-weight: bold;
	color:#666;
	margin-bottom: 5px;
}

/* compare */
.compare h1 {
	color: #333333;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 23px;
    font-weight: bold;
    padding: 20px 100px 20px 20px;
}
.comparator {
	width: 980px;
	border: 0px none;
	border-top: 1px solid #CCC;
	overflow: auto;
}
.compare-table {
	height: auto;
	width: 100%;
}
.compare-table th, .compare-table td {
	width: 180px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	margin: 3px;
}
.compare-table tr.dark th, .compare-table tr.dark td {
	background:#F0F0F0;	
}
.compare-table .product_image img {
	width: 90px;
	height: 90px;	
	margin: 5px 25px;
	border: 0px none;
}
.compare-table tbody th {
	width: 180px;
	text-align: right;
	padding-left: 20px;
}
.compare-table thead th, .compare-table tfoot td {
	text-align: center;	
}
.compare-table .product_name a {
	color: #333;
}
.compare-table .product_price {
	font-weight: normal;
	color:#999;
}	
.compare-table .product_price b {
	color: #900;
	font-weight: bold;
	font-size: 14px;	
}
.compare-table .product_offers {
	font-size: 14px;	
}
.compare-table .product_producer {
	text-align: center;
	font-weight: bold;	
}

/* procontra */
div.procontra_advantages, div.procontra_disadvantages {
	width: 	328px;
	float: left;
	margin: 15px 0px;
	font-size: 12px;
}
div.procontra_advantages h4, div.procontra_disadvantages h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
}
div.procontra_advantages ul, div.procontra_disadvantages ul {
	list-style: none;
	padding: 0px;
	margin: 5px 10px;
}
div.procontra_advantages p, div.procontra_disadvantages p {
	margin: 5px 10px;
}
div.procontra_advantages ul li, div.procontra_disadvantages ul li {
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #EAEAEA;
	color: #666;
}
div.procontra_advantages ul li.hidden_procontra, div.procontra_disadvantages ul li.hidden_procontra {
	color: #999;	
}
div.procontra_advantages ul li.hide, div.procontra_disadvantages ul li.hide {
	display: none;
}
div.procontra_advantages ul li span, div.procontra_disadvantages ul li span { 
	float: right;
	width: 50px;
	text-align: right;
}
div.procontra_advantages ul li span b, div.procontra_disadvantages ul li span b {
	font-weight: bold;
	color:#666;	
}
div.procontra_advantages ul li.hidden_procontra span b , div.procontra_disadvantages ul li.hidden_procontra span b {
	color: #999;	
}
div.procontra_advantages ul li span a, div.procontra_disadvantages ul li span a {
	cursor:pointer;
	display:block;
	height:16px;
	margin:0 auto;
	overflow:hidden;
	text-decoration:none;
	width:16px;
	text-indent: -1000px;
	border: none;
	float: left;
	margin-top: 5px;
	text-align: left;
}
div.procontra_advantages ul li span a.procontra_plus, div.procontra_disadvantages ul li span a.procontra_plus {
	background:url(../images/_web/11.png) no-repeat center;	
}
div.procontra_advantages ul li span a.procontra_minus, div.procontra_disadvantages ul li span a.procontra_minus {
	background:url(../images/_web/12.png) no-repeat center;	
}
div.procontra_advantages {
	border-right: 1px solid #CCC;	
}
div.procontra_advantages h4 {
	color: #060;	
}
div.procontra_disadvantages {
	border-left: 1px solid #FFF;	
}
div.procontra_disadvantages h4 {
	color: #900;	
}
div#procontra div.add_procontra {
	width: 298px;
	margin: 10px;
	display: none;	
}
div#procontra div.add_procontra textarea {
	width: 195px;
	height: 45px;
	float: left;
	margin-right: 5px;
	padding: 2px;
	
	border: 1px solid #CCD9E1;
	
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
div#procontra div.add_procontra input.button {
	height: 51px!important;	
	width: 90px!important;
	background-position: bottom center!important;
	
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
div#procontra p.add_procontra_button {
	background:#FFC;
	padding: 5px 10px;
	text-align: center;
	
	border-top: 1px solid #CCD9E1;
	border-bottom: 1px solid #DAE3E9;
	margin: 0px;
	float: none;
	clear: both;	
}

/** div.message **/
div.message {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}
div.message p {
	font-size: 11px!important;
}
div.message.error {
	background: #FFE1E1 url(../images/_web/message-error-bg.png) no-repeat left center;	
	padding-left: 72px;	
	border: 1px solid #FFB7B7;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#900!important;
}
div.message.error h3 {
	color:#900!important;
}
div.message.ok {
	background: #CCFFD9 url(../images/_web/message-ok-bg.png) no-repeat left center;
	padding-left: 72px;	
	border: 1px solid #95FFB8;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#060!important;
}
div.message.ok h3 {
	color:#060!important;
}
.box-frame div.message {
	border: 0px none;
	border-bottom: 1px solid #DAE3E9;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
}

/** input.text **/
input.text, textarea.text, select.text {
	background: #FFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
}
select.text {
	height: 20px;
	padding: 0px;	
	
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	/*display: none;*/
}

/** footer & subfooter **/
.footer {
	height: 140px;
	margin-bottom: 8px!important;
}
.footer ul {
	margin: 15px 0px 5px 20px;
	height: 110px;
	width: 165px;
	list-style: none;
	float: left;
}
.footer ul li.name {
	color:#F65200;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #FFF 1px 1px;
	padding-left: 0px;
	padding-bottom: 7px;
}
.footer ul li {
	padding-left: 10px;
	color:#5E8797;
	text-shadow: #FFF 1px 1px;
	line-height: 140%;
}
.footer ul li a {
	color:#5E8797;
	text-decoration: none;
}
.footer ul li a:hover {
	color:#999;
}
.footer div.fb {
	width: 240px;
	height: 135px;
	float: left;
	overflow: hidden;
	position: relative;
}
.footer div.fb iframe {
	position: absolute;
	left: 5px;
	top: 28px;	
}
#subfooter {
	width: 970px;
	margin: 0px 0px 10px 10px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	color: #ADC4CC;
	text-shadow: #FFF 1px 1px;	
}
#subfooter img {
	float: left;
	margin-right: 20px;
	vertical-align: middle;
}
#subfooter a.sc {
	float: right;	
}

/* cookie */
div#cookie {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-top: 1px solid #DDDDDD;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    width: 100%;
	text-align: left;
	z-index:99999999;
}
div#cookie .cookie-content {
    color: #555555;
    font-size: 14px;
    margin: 20px auto 0;
    padding-left: 90px;
    padding-right: 30px;
    width: 810px;
}
div#cookie .cookie-content .options {
    float: right;
}

div#cookie .cookie-content .options a {
    margin-right: 15px;
	color: #06C;
}
div#cookie .cookie-content .options a:hover {
	color: #333;
}

/*
 *
 */
.element-index h2 {
    font-size: 18px;
    color:#333;
    border-bottom: 1px solid #CCC;
    padding: 10px 15px 15px 15px;
    margin-bottom: 15px;
}
.element-index ol {
    list-style: none;
    padding: 5px 20px;
    float: none;
    clear: both;
}
.element-index li {
    float: left;
    width: 230px;
    height: 50px;
}