


/*reset style*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	display:block;
	height:0;
	width:0;
	font-size:0;
	clear:both;
	padding:0;
	margin:0;
	overflow:hidden;
	background:none;
	visibility:hidden;
}
/**end reset style**/
.hide{
	display: none;
}

input {
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:none;
	padding:0 5px;
	color:#58585a;
}


h3, h3 a {
	color:#00547a;
	font:bold italic 15px/20px Georgia;
}
h4 {
	color:#00547a;
	font:bold italic 12px/16px Georgia;
}
h4 a {
	color:#e2007a;
}
.search-result-title {
	color:#00547a;
	font:bold italic 18px Georgia;
	padding:10px;
}



a.link-bt-01, .link-bt-01 {
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	width:156px;
	text-align:center;
	
	cursor: pointer;
	text-transform: uppercase;
	background: url("../img/commons-sprite.png") no-repeat scroll -51px -240px transparent;
	height: 32px;
	margin-top: 7px;
	line-height: 24px;
	padding-left: 2px;
}
a.link-bt-01:hover {
	text-decoration:none;
}

input.link-bt-01{
	margin-top: 17px;
	padding-left: 8px;
	padding-bottom: 8px;
}

.link-bt-02 a {
	background: url("../img/commons-sprite.png") no-repeat scroll -51px -165px transparent;
	width:  134px;
	height:  36px;
	display:block;
	line-height: 24px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top: 10px;
	padding-left: 2px;
	text-transform: uppercase;
}

/*box style*/
.box {
	margin-bottom:5px;
	position:relative;
	padding:10px;
	border:1px solid #31abdd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -3px 3px 8px -1px #cfcfcf;
	-moz-box-shadow: -3px 3px 8px -1px #cfcfcf;
	box-shadow: -3px 3px 8px -1px #cfcfcf;
}

.box.review-form-part{
	padding: 0;
	margin: 0 5px 20px;
}

 .box.review-form-part form
,.box.review-form-part p.rev-thx{
	padding: 10px;
}

.box.review-form-part p {
    color: #87888A;
    font-size: 11px;
}

.box.viewing-box{
	overflow: hidden;
	height: 276px;
}

.box2{
	border:1px solid #E2007A;
	position:relative;
	padding:10px;
	height:100%;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -3px 3px 8px -1px #cfcfcf;
	-moz-box-shadow: -3px 3px 8px -1px #cfcfcf;
	box-shadow: -3px 3px 8px -1px #cfcfcf;
	}









.right-box {
	margin-bottom:15px;
}
body {
	-webkit-text-size-adjust:none;
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#top-background{
	background:url(../img/x-background-sprite.jpg) repeat-x 0 -116px;
	position: absolute;
	width: 100%;
	height: 186px;
	top: 0px;
	left: 0px;
	z-index: -1;
}
#bottom-background{
	background:url(../img/x-background-sprite.jpg) repeat-x 0 -302px;
	position: absolute;
	width: 100%;
	height: 279px;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}
.container {
	position:relative;
	overflow:hidden;
}
.wraper-part {
	position:relative;
	
}

.wraper-part .layout-table{
	width: 100%;
	clear: both;
} 


/*header style*/	

.header {
	position:relative;
	padding-bottom:8px;
	z-index:10001;
}

.home-header{
	width:1022px;
	margin:0 auto;
	}


.header-top {
	width:100%;
	overflow:hidden;
}
#logo {
	padding:0 50px 0 25px;
	float:left;
	margin-bottom: 3px;
	display: inline-block;
}
#logo a{
	background: url("../img/commons-sprite.png") no-repeat ;
	width: 278px;
	height: 64px;
	display: inline-block;
}
.search-top-part {
	position:relative;
	float:left;
	width:290px;
	padding:27px 0 0 0;
	margin-right:20px;
}

.inner-box-shadow{
	-moz-box-shadow: inset -5px 5px 5px #AEAEAE;
	-webkit-box-shadow: inset -5px 5px 5px #AEAEAE;
	box-shadow: inset -5px 5px 5px #AEAEAE;
}

.search-top-part .search-txt-01 {	/* ie6.css */
    background-color: white;
    font-size: 16px;
    height: 22px;
    margin-top: -2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    width: 278px;
}

.search-top-part .search-bt-01 {
	position:absolute;
	background: url("../img/commons-sprite.png") no-repeat scroll -16px -119px transparent;
	width: 20px;
	height: 17px;
	cursor: pointer;
	top: 34px;
	left: 260px;
}
.shop-bt, .research-bt {
	display:inline-block;
	float:left;
	margin:25px 0 0 0;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:40px;
	background: url("../img/commons-sprite.png") no-repeat scroll -51px -201px transparent;
	width: 109px;
	padding-left: 3px;
	height: 36px;
}
.research-bt {
	margin-left:5px;
    background-position: -51px -90px;
    padding-left: 1px;
}
.shop-bt:hover, .research-bt:hover {
	text-decoration:none;
}
.shop-bt span, .research-bt span{
    position: relative;
    top: -5px;
}
.login-part {
	color:#00547a;
	float:right;
	padding:30px 10px 0 0;
}
.login-part a {
	padding:0 10px;
	color:#00547a;
}
.menu-part {
	background:url(../img/x-background-sprite.jpg) repeat-x 0 0;
	height:32px;
}
.menu-part-con {
	width:1022px;
	margin:0 auto;
}
.main-nav li {
	position:relative;
	float:left;
	padding:0 0 0 2px;
	background:url(../img/x-background-sprite.jpg) no-repeat 0 -58px;
}
.main-nav li a {
	display:inline-block;
	float:left;
	color:#fff;
	padding:5px 28px;
	text-transform: uppercase;
}
.main-nav li.first {
	background:none;
	padding:0;
}
.main-nav li.first a {
	padding-left:60px;
}

.main-nav li a:hover, .main-nav li a.selected {
	text-decoration:none;
	background:url(../img/x-background-sprite.jpg) repeat-x 0 -32px;
}
.sub-nav {
	width:253px;
	position:absolute;
	left:0;
	top:25px;
	padding:15px 0;
	border:1px solid #01577d;
	background:url(../img/sub-menu-background.png) repeat;
}
.sub-nav li {
	background:none;
	clear:left;
	padding:3px 25px;
	width:200px;
}
.sub-nav li a {
	padding:0;
	clear:left;
	color:#00547a;
}
.sub-nav li a:hover {
	background:none;
	text-decoration:underline;
}
.main-nav li.first .sub-nav li{	/* first menu element submenu box */
	padding-left: 0;
}

.main-nav li .sub-nav{
	display:none;	/* sepp: hide the sub menus on start */
}


/*content style*/

.content {
	position:relative;
}
.home-content {
	width:1022px;
	margin:0 auto;
	padding:0 0  50px 0;
	position:relative;
}

.home-content .wraper-part{
	margin-top: 2px;
}

/*.main-top-part style*/
.main-top-part {
	padding:0 20px;
}

/*.recently-reviewed-part style*/
.recently-reviewed-part {
	float:right;
	width:220px;
}
.main-top-right-part {
	width:250px;
	float:right;
}
.recently-reviewed-part h3 {
	padding:0 0 12px 0;
}
.reviewed-list {
	width:100%;
	overflow:hidden;
}
.reviewed-list .from-website {
	color:#0e6a92;
	font:italic 12px Georgia;
}
.reviewed-list p {
	font-size:11px;
	line-height:14px;
	color:#707173;
	padding:6px 0 10px 0;
}
.reviewed-list .rating-link {
	font-size:11px;
	color:#0043cc;
	text-decoration:underline;
}
.reviewed-list .rating{
	margin: 0 0 15px -1px;
}
.left-side-part {
	padding: 10px 0 10px 15px;
	margin-right:270px;
	margin-left: 0;
	vertical-align: top;
	position: static;
}


.home-left-side-part {
	width:725px;
	padding:10px 0 30px 20px;
}
.hot-offers-part{
	margin-left: 6px;
	margin-top: 3px;
}
.hot-offers-part h2 {
	color:#e2017a;
	font: bold italic 23px Georgia;
	padding:0 0 15px 10px;
	margin-left: 10px;
	margin-top: -12px;
	padding-bottom: 17px;
}
.hot-mid-con {
	width:717px;
	padding:25px 0 25px 0;
	overflow:hidden;
	border:1px solid #e2007a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -3px 3px 8px -1px #cfcfcf;
	-moz-box-shadow: -3px 3px 8px -1px #cfcfcf;
	box-shadow: -3px 3px 8px -1px #cfcfcf;

	height: 246px;
	overflow: hidden;
}

.hot-mid-con img{
	height: 100px;
}

.hot-mid-con .product-list {
	float:left;
	padding:0 20px 0 22px;
}
.hot-mid-con .product-list li {
	width:165px;
	padding:0 30px;
}
.product-list li {
	position:relative;
	float:left;
	text-align:center;
}

.product-list li .checkbox {
	position:absolute;
	left:10px;
	top:10px;
	z-index: 1;
}
.product-list li .name a {
	display:inline-block;
	color:-webkit-link;
	font-size:14px;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
	text-decoration:underline;
	height: 33px;
	overflow: hidden;
}

.product-list li .priceSmall	/* added by sepp; see sepp.css */
,.product-list li .price
,.map-infowindow .price {	/* added by sepp */
	color:#3e3e3e;
	font-size:16px;		/* revid:2051 15px */
	font-weight:bold;
	display:block;
	font-family:arial,helvetica,sans-serif;
	padding:6px 0 3px;	/* revid:2051 10px 0 8px 0; */
}
.product-list li .pp {
	font-size:9px;
	line-height:9px;
	height:9px;
	color:#a7a8a8;
	display:block;
}
.product-list li .logo-img
,.map-infowindow .logo-img {	/* sepp: infowindow P&P */
	font-size:9px;
	color:#a7a8a8;
	height:27px;
	line-height:27px;
	padding:0;	/* revid:2051 5px 0 0 0;*/
	line-height: normal;
}

.product-list li .logo-img img{
	max-height: 36px;
}

.product-list li .compare-price {
	margin:-2px 0 0 10px;	/* revid: 2051 0 0 0 10px*/
}

.product-list li .compare-price a{
	margin-top: 4px;	/* revid:2051 7px;*/
	padding-left: 3px;
}

.product-list li .go-to-shop {
	text-align:left;
}
.product-list li .go-to-shop a {
    background-position: -51px -128px;
	margin:2px 0 0 10px;	/* revid:2051	4px 0 0 10px*/
	padding:0 0 0 18px;
	width:124px;
	text-align:left;
    height: 32px;
}

.product-list li .help {
	position:absolute;
	left:10px;
	bottom:5px;
	height:15px;
	width:15px;
	text-indent:-99999px;
	background: url("../img/commons-sprite.png") no-repeat scroll -16px -105px transparent;
	z-index: 1;
}
.product-list li .heart {
	position:absolute;
	right:10px;
	bottom:5px;
	height:15px;
	width:18px;
	text-indent:-99999px;
	background: url("../img/commons-sprite.png") no-repeat scroll 0 -90px transparent;
	z-index: 1;
}
.product-list li .heart:hover {
	background-position: -18px -90px;
}

.product-list li .prod-img-div{
	height: 100px;
	display: inline-block;
}

.product-list li .prod-img-div a{
	vertical-align: middle;
	display: table-cell;
	height: 100px;
}

.product-list li .prod-img{
	
	max-height: 100px;
	max-width: 100px;
}

/*end hot offer part style*/


.box-01 {
	width:330px;
	float:left;
	margin-top:15px;
}
.box-02 {
	margin:15px 0 0 15px;
}
.box-01 .left-img {
	float:left;
	padding:0 15px 0 10px;
}
.box-01 .txt-right {
	float:left;
	width:155px;
}
.box-01 .txt-right p {
	font-size:11px;
	color:#87888a;
	padding:10px 0 25px 0;
}
a.download-bt {
	display:block;
	width:153px;
	height:32px;
	line-height:26px;
	text-align:center;
	color:#fefefe;
	background:url(../img/download_bg.jpg) no-repeat 0 0;
}
.box-02 .left-img {
	float:right;
	padding:15px 1px 0 0;
}
.box-02 h3 {
	padding:0 0 0 10px;
}
.box-02 .txt-right {
	width:120px;
	padding:0 0 0 10px;
}
.box-02 .txt-right p {
	padding:10px 0 30px 0;
}
.wraper-01 {
	width:300px;
	padding:10px 20px 0 30px;
	float:left;
	position:relative;
}
.wraper-01 .like-it {
	position:absolute;
	left:25px;
	top:80px;
}
.wraper-01 .small-logo {
	position:absolute;
	left:35px;
	top:80px
}
.wraper-01 p {
	font-size:11px;
	line-height:14px;
	color:#87888a;
	width:220px;
	padding:0 0 0 60px;
}
.facebook h3 {
	padding:5px 0 5px 60px;
}
.twitter h3 {
}




 .facebook h3
,.twitter h3{
	padding:5px 0 5px 60px;
	background: none;
	padding-left: 0px;
	width: 200px;
}

 .facebook h3 .logo
,.twitter h3 .logo{
	background: url("../img/commons-sprite.png") no-repeat scroll -171px -64px transparent;
	display: inline-block;
	height: 38px;
	width: 33px;
	float: left;
	margin-right: 27px;
}

.twitter h3 .logo{
	background-position: -204px -64px;
}



.wraper-01 .twitter p a {
	color:#000;
}
.wraper-01 .twitter p a.website {
	color:#00547a;
}
/*.right-side-part style*/			
.right-side-part {
	right:0px;
	top:0;
	
	width:207px; /* revid:2051 217px */ 
	margin:0 0 15px 0;
	padding:10px 23px 0 20px;

	position: static;
	vertical-align: top;
}

.sitemap-right-side-part{
	margin-top:45px;
	padding-top: 55px;
}
.home-right-side-part {
	float:right;
	width:240px;
	margin:0 0 15px 10px;
	padding:13px 25px 0 0;
}
/*user-part style*/
.user-part {
	padding:0 10px 3px 0;
	text-align: justify;
}
.user-part .pro {
	text-align:center;
	padding:5px 0 15px 0;
}
.user-part .pro img{
	height: 100px;
}
.user-part .name a {
	font-size:11px;
	color:#0016cc;
}
.user-part .name span {
	color:#87888a;
}
.user-part div.name{
	height: 33px;
	overflow: hidden;
	text-align: left;
}
.user-part p {
	line-height:13px;
	padding:0 0 10px 0;
	color:#87888a;
	font-size:11px;

	height: 28px;
	overflow: hidden;
	margin-bottom: 5px;
}
.user-part .price {
	color:#3e3e3e;
	font-weight:bold;
	font-size:15px;
	margin: 13px 0 14px;
	display: inline-block;
}
.user-part .compare-price{
	text-align: center;
}

.box-03 {
	margin-top:15px;
}
/*tages-part style*/
.tages-part {
	padding:20px 10px 20px 0;
	text-align: justify;	/* sepp: tag clouds use justify alignment (Blocksatz) */
}
.tages-part a {
	font-size:11px;
	color:#86c1d9;
	padding:0 2px;
	line-height:24px;
}
.tages-part a.big {
	font-size:20px;
}
/*.rate-us-part style*/
.rate-us-part {
	position:absolute;
	right:0;
	top:250px;
	z-index:99999;
}
.rate-us-part .rate-bt {
	position:absolute;
	top:0;
	cursor:pointer;
	background: url("../img/commons-sprite.png") no-repeat scroll 0 -154px transparent;
	height: 123px;
	left: -41px;
	width: 41px;
}
.rate-us-part .rate-us-part-con {
	width:592px;
	position:relative;
	overflow:hidden;
	
	
	/*padding:15px 40px;*/
	background:#2eaadc;
	display:none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.rate-us-part .rate-us-part-con-inner {
	background:#fff;
	width:532px;
	margin:15px;
	padding:0 15px 15px 15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.rate-us-part-con .close {
	color:#9b9b9b;
	cursor:pointer;
	position:absolute;
	right:25px;
	top:25px;
	padding:0 15px 0 0;
}
.rate-us-part-con h3 {
	padding:15px 0 10px 0;
}
.like-part {
	position:relative;
	width:530px;
	height:70px;
}

.rate-us-frame{
	border: 1px solid #31ABDD;
	border-radius: 5px 5px 5px 5px;
	height: 24px;
	left: 1px;
	position: absolute;
	top: 19px;
	width: 519px;
	z-index: 0;
}

.like-part dl {
	float:left;
	width:52px;
	text-align: center;
	z-index: 1;
	position: relative;
}
/*
.like-part dd{
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.like-part .first dd{
	border-left: 1px solid;
}
.like-part .last dd{
	border-right: 1px solid;
}
*/
.like-part span {
	color:#9b9b9b;
	position: absolute;
	bottom:5px;
}
.like-part span.right {
	right:0px;
}
.like-part span.left {
	left:0px;
}
.like-part dl dt {
	padding:0 0 9px 0;
	color:#9b9b9b;
}
.rate-us-part-con .part2 {
	color:#9b9b9b;
	padding:10px 0 0 0;
}
.rate-us-part-con h4 {
	padding:10px 0 5px 0;
	color:#2eaadc;
	font:italic bold 13px/15px Georgia;
}

.rate-us-part-con textarea {
	border: medium none;
	box-shadow: -3px 3px 10px #AEAEAE inset;
	height: 117px;
	padding: 14px 5px 5px;
	width: 507px;
}

.rate-us-part-con .submit {
	cursor:pointer;
	font-weight:normal;
	float:right;
	margin-top:10px;
}
/*
*footer style
*
*/

.footer {
}

.home-footer,.footer-con {
	width:1022px;
	margin:0 auto;
}
.footer-top {
	height:32px;
	padding:0 30px;
	background:url(../img/x-background-sprite.jpg) repeat-x 0 -84px;
}
.copyright, .copyright a {
	color:#fff;
}
.copyright a {
	padding:0 0 0 10px;
}
.copyright {
	float:left;
	font:10px/32px Verdana, Geneva, sans-serif;
}
/*.search-but style*/
.search-but {
	float:right;
	position:relative;
	width:170px;
	height:30px;
	padding:5px 0 0 0;
}
.search-but .search-txt-02 {
	height:20px;
	line-height:20px;
	width:160px;
}
.search-but .search-bt-02 {
	position:absolute;
	left:144px;
	top:10px;
	background: url("../img/commons-sprite.png") no-repeat scroll -16px -136px transparent;
	height: 12px;
	width: 15px;
	cursor: pointer;
}
/*.footer-links-part style*/
.footer-links-part {
	width:100%;
	overflow:hidden;
}
.footer-links-part dl {
	float:left;
	margin-top:20px;
	padding:0 90px;
	min-height:160px;
	height:auto !important;
	height:160px;
	border-left:2px solid #dfdede;
}
.footer-links-part dl.first {
	padding-left:50px;
	border-left:none;
}
.footer-links-part dl.second {
	padding-right:50px;
}
.footer-links-part dl.second dd {
	float:left;
	padding:0 70px 0 0;
}
.footer-links-part dl dt {
	color:#e2007a;
	padding:0 0 20px 0;
	font: bold italic 14px Georgia;
	text-transform: uppercase;
}
.footer-links-part dl dd, .footer-links-part dl dd ul li {
	padding:3px 0;
}
.footer-links-part a {
	color:#00547a;
}
.footer-links-part a:hover {
	color:#2eaadc;
}
/*about page style*/
.wraper-02 p {
	font-size:11px;
	line-height:14px;
	color:#87888a;
	padding:10px 5px;
}
.wraper-02 p a {
	color:#00547a;
}
.wraper-02 p a.website, .wraper-02 p span {
	color:#0610c8;
}
.wraper-02 .like-it {
	width:100%;
	overflow:hidden;
}
.wraper-02 .like-it a {
	float:left;
}
.wraper-02 .like-it span {
	float:left;
	padding:3px 0 0 5px;
	color:#00547a;
	font-size:11px;
}
.wraper-02 .tweet-bt {
	padding:20px 0 0 5px;
}
.wraper-03 {
	padding:0 20px 0 20px;
	margin:10px 0 15px 0;
}
.wraper-03 .bread-crumbs {
	color:#898989;
	padding:10px 0 0 25px;
	background:#eaf6fb;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.wraper-03 .bread-crumbs a {
	color:#898989;
}
.wraper-03 .wraper-03-con {
	padding:0 0 10px 0;
	background:#eaf6fb;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.wraper-03 .wraper-03-con h3 {
	padding:10px 25px;
}
.wraper-03 .wraper-03-con p {
	color:#898989;
	padding:7px 70px 7px 25px;
}
.wraper-03 .wraper-03-con p span {
	color:#e2017a;
	font-weight:bold;
}

.imprint .wraper-03 {
	margin: 0 0 15px;
}

/*sitemap page style*/
.sitemap-part {
	padding:0 7px;
}
.sitemap-part h2 {
	font:bold italic 23px Georgia;
	color:#13719a;
	padding:0 0 15px 0;
}

.sitemap-part .pro-bread-crumbs{
	padding-left: 0;
}


 .privacy-policy .wraper-03
,.terms-of-use .wraper-03 {
    padding: 0 35px 0 20px;
} 

.category-part {
	margin: 2px 0 10px;
}
.category-part .cate-title {
	background:#c0e5f4;
	padding:4px 0 10px 0;
	cursor:pointer;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.cate-detail {
	width:100%;
	overflow:hidden;
	background:#eaf6fb;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.cate-title h3{
	padding:0 0 0 25px;
	font-size:12px;
	background: none;
	padding-left: 6px;
	height: 20px;
}

.cate-title h3 .toggle-icon{
	background: url("../img/commons-sprite.png") no-repeat 0px -105px;
	height: 16px;
	width: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

.cate-title .minus .toggle-icon{	/* minus icon for the toggle button of the category folding boxes */
	background-position:	0px -121px;
}

.cate-title .empty .toggle-icon{
	background-position:	0px -138px;
	cursor: default;
}

/*.cate-detail .left{
	float:left;
	padding:10px 0 20px 60px;
	}
	
.cate-detail .right{
	float:left;
	padding:10px 0 0 50px;}*/
	
	
.cate-detail dl {
	float:left;
	padding:10px 30px 0 30px;
	/* min-height:300px; sepp: uncommented because, when a row is empty it looks just bad	*/
	height:auto !important;
	height:300px;
	width:250px;
}
.cate-detail dl dt {
	font:bold italic 12px/16px Georgia;
	color:#1f6889;
	padding:10px 0;
}
.cate-detail dl dt a {
	color:#1f6889;
}
.cate-detail dl dd {
	padding:0 0 0 35px;
}
.cate-detail dl dd a {
	color:#838383;
}
.ad-part {
	text-align:left;
	display: inline-block;
}
.ad-part .google {
	text-align:left;
	padding-left:35px;
}
.ad-part .google a {
	font-family:Verdana;
	color:#000;
	font-size:10px;
}

.right-adsense{
	text-align: center;
	vertical-align: middle;
	padding:10px 0 20px 0;
}

.right-adsense-afs{
	text-align: left;
	vertical-align: top;
	padding:0 0 0 0;
}



.adsense-afs-search-result-page div.google_title b{
       font-weight: inherit;
}

.adsense-afs-search-result-page .sponsored-links-but-surrounder{
       padding: 10px 0 20px 5px;
}

.adsense-afs-search-result-page div.google_title{
       letter-spacing: 1px;
       font-weight: bold;
}

.adsense-afs-offer-category-page .sponsored-links-but-surrounder{
       padding: 10px 0 20px 5px;
}

/*product_boxes page style*/
.product-search-result-part, .price-comparison-part {
	position:relative;
	
}
.price-comparison-part {
	margin-bottom:20px;
}
.filter-by-part {
	position:absolute;
	right: 0;
	top:12px;
}
.filter-by-part h3.filter {
	font-size:14px;
	line-height:14px;
	float:left;
	color:#246c8c;
}
.filter-by-part p {
	float:left;
	padding:0 0 0 15px;
}
.filter-by-part p label {
	color:#00547a;
	padding:0 3px 0 8px;
	position: relative;
	top: -2px;	
}
.filter-by-part a{
	text-decoration: none;
}
.share-part-right {
	margin:5px 0 10px 0;
	padding:0 0 0 19px;
}

.share-part-right-spe{
	padding:0 0 0 98px;
	}


.share-part li {
	float:left;
	margin:0 0 0 5px;
}
.share-part li a {
	display:inline-block;
	float:left;
	height:26px;
	width:26px;
background:url(../img/commons-sprite.png) no-repeat -118px -64px;
}
.share-part li a.bookmark-icon {
	color:#146184;
	font:bold italic 10px Georgia;
	line-height:27px;
	padding:0 0 0 25px;

	position: relative;
	background: url("../img/commons-sprite.png") no-repeat scroll 0 -64px transparent;
	width: 94px;
	margin-right: 1px;
	height: 23px;
	margin-bottom: 4px;
}
.share-part li a.facebook-icon {
	width:27px;
	text-indent:-9999px;
	margin-top: -3px;
}
.share-part li a.twwer-icon {
	background-position:-145px -64px;
	text-indent:-9999px;
	margin-top: -1px;
}
.share-part li a.bookmark-icon span{
	position: relative;
	top: -2px;
}

.product-search-result-part .product-list-02,.price-comparison-part .product-list-02{
	padding:0 5px;
	}


.product-search-result-part .product-list-01 li.hover-box{
	
	/* revid:2051 248px !important; */
	/*
	border:2px solid #e2007a;
	width:153px;
	height:235px;	
	*/
	}	
	
	
	
.product-search-result-part .product-list-01 li {
	width:155px;
	height:240px;
	border:1px solid #d7d7d9;
	padding:5px 4px;	/* revid:2051  10px 4px;*/
	margin:0 4px 10px;	/* revid:2051   0 7px 15px 7px*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -6px 6px 10px -3px #d7d7d9;
	-moz-box-shadow: -6px 6px 10px -3px #d7d7d9;
	box-shadow: -6px 6px 10px -3px #d7d7d9;
}

.product-list-01 .infoBubbleContainer{
	text-decoration: none;
	z-index: 2;
}

.product-list-01 .infoBubbleContainer .delimiter{
	display:none;
	width: 161px;
	height: 15px;
	position: absolute;
	z-index: 3;
	margin-left: -6px;
	border: 2px solid #E2007A;
	border-top: none;
	border-bottom: none;
	cursor: default;
}

.product-list-01 .infoBubbleContainer .infoBubble{
	position: absolute;
	display: none;
	top: 239px;	/* revid:2051 268px*/
	left: -9px;

	background-color: white;
	width: 153px;
    margin: 0 7px 15px;
    padding: 10px 4px;
	z-index: 2;
	text-align: justify;
	color: black;
	text-decoration: none;
	cursor: default;
	
	border: 2px solid #E2007A;
	border-top: 2px dashed #E2007A;
	
	/* CSS3 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: -6px 6px 10px -3px #D7D7D9;
	-moz-box-shadow: -6px 6px 10px -3px #D7D7D9;
	box-shadow: -6px 6px 10px -3px #D7D7D9;
}

.product-list-01 .infoBubbleContainer:HOVER .infoBubble
,.product-list-01 .infoBubbleContainer:HOVER .delimiter{
	display: block;
}

.product-list-01 .logo-img span{
	text-decoration: underline;
	color:-webkit-link;
	font-size:10px;
	
	/* revid:2051 NEW */
	display: inline-block;
	width: 101px;
	word-wrap: break-word;
}

.product-list-01 li {	/* ...-01 -> only for the grid layout */
	height: 229px !important;	/* revid:2051 250px !important; */ /* increase the height of the boxes, so it's possible to increase the image height to 100px */
}

.product-list-02 li {	/* sepp: changed from 100% to auto, because 100% was much tooo big */
	height: auto !important;
	padding-bottom: 5px !important;		/* sepp: when the full description is visible, the bottom-border of the surrounding div comes too close to the text -> padding 5px  */
}

.product-list-01 li .name {	/* ...-01 -> only for the grid layout */
	height: 32px;		/* fix height for product title else we get problems with the content beneath the title */
	overflow: hidden;	/* cut off titles which are too long */
}

.product-list-01 li .name a {	/* ...-01 -> only for the grid layout */
	/* sometimes the description is too long, so there will be a unwanted newlines which breaks the design */
	font-size: 12px;	/* revid:2051 13px */
}

.product-list-01 li .priceSmall {	/* ...-01 -> only for the grid layout */
	/* sometimes the price is too big, so there will be a unwanted newlines which breaks the design */
    font-size: 13px;
}

 .product-search-result-part .product-list-02 li
,.price-comparison-part .product-list-02 li {
	height:100%;
	overflow:hidden;
	float:none;
	margin:0 0 15px 0;
	padding:8px 5px 0 5px;
	text-align:left;
	border:1px solid #e2007a;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: -6px 6px 10px -3px #d7d7d9;
	-moz-box-shadow: -6px 6px 10px -3px #d7d7d9;
	box-shadow: -6px 6px 10px -3px #d7d7d9;
}


	
	
	
.product-list-02 li .left-part {/* ...-02 -> only for the row layout */
	float:left;
	padding: 0 30px;
}
.product-list-02 li .mid-part {
	float:left;
	width: auto;
	max-width: 530px;
}
.product-list-02 li .logo-img {
	font-style:italic;
	padding:0;
}
.product-list-02 li .logo-img-02 {
	padding:20px 0 0 0;
}
.product-list-02 li .describe	/* ...-02 -> only for the row layout */
,.product-list-02 li .has-rating
,.product-list-02 li .describe .desc-text{	/* sepp: additional description like, manufacturer, shop name, ... */
	color: #7F7F7F;
	line-height: 14px;
	text-decoration: none;
}
.product-list-02 li .describe a {
	color:#00547a;
}
.product-list-02 li .right-part {
	width:165px;
	float:right;
	text-align:center;
}
.product-list-02 li .heart2 {
	left:10px;
	
	
	
}

.product-list-02 .right-part	/* results page rows, pointer cursor for the price part of the row  */
,.product-list-01 li{	/* results page grid, pointer cursor for the product boxes  */
	cursor: pointer;
}

.page-part{
	margin:20px auto 0 auto;
	width:400px;
	
	
	}
	
.page-part-02{
	margin:0 auto;
	padding:10px 0;
	width:100%;				/* sepp: changed from 400px to 100% (400 is too tight for pages having a index with more than one digit) */
	text-align: center;		/* sepp: added, for the same reason as width has been modified. */
}

.page-part .page-current{	/* sepp: for current page paginator item */
	background:#87888a;
	text-decoration:none;
	color:#fff;
}

.page-part span {
	color:#87888a;
	font:bold italic 15px Georgia;
}

.page-part-02 span{
	color:#2eaadc;
	}

.page-part a {
	display:inline-block;
	padding:2px 5px;
	border:1px solid #87888a;
	font-size:13px;
	color:#87888a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.page-part-02 a{
	color:#2eaadc;
	border:1px solid #2eaadc;
	}

.page-part a:hover {
	background:#87888a;
	text-decoration:none;
	color:#fff;
}

.page-part-02 a:hover{
	background:#2eaadc;
	}

.more-than-part {
	padding:10px 0 0 0;
}
.more-than-part span {
	font:bold italic 12px Georgia;
	color:#e2007a;
	float:left;
	padding:15px 5px 0 10px;
}
.more-than-part .compare-price-02 {
	float:left;
}
p.bref {
	color:#87888a;
	font:bold 11px/15px "Trebuchet MS";
	padding:10px 0;
}
.favorites-part ul li {
	padding:0 0 10px 1px;
	position: relative;
}
.favorites-part ul li a {
	color:#002dd0;
	font-size:11px;
	text-decoration:underline;
}
.sort-list-part {	/* lets the box height automatically fit to it's content */
	height: auto;
	background:#dff2f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 10px;
}
.sort-list-part h4 {
	padding:8px 0 5px 12px;
	background:#a7dbef;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
/*
 * sepp: result-page / offercategory-page
 */
.select-01 {
	margin: 20px 10px 10px;
}

 .search-result-title a
,.search-result-title a:VISITED{
	font:bold italic 18px Georgia;
	color: #00547A;
	text-decoration: underline;
}

.no-search-results{
	color: #E2007A;
	font: italic bold 12px Georgia;
}

/*
 * Google AdSense
 * Top placement
 *
 */

.sponsored-lnks-top-sur{
	padding: 0 0 4px 19px;
}
.sponsored-lnks-top{
	display:inline-block;
}

.sponsored-links-top {
	display: inline-block;
}
.sponsored-links-but {
	display: inline-block;
	clear:both;
}

.sponsored-links-but-surrounder{
	padding:65px 0 20px 20px;
}

.sponsored-links-but-02{
	padding:15px 0 20px 20px;
	}

.ad-but-part {
	margin:0 20px 20px 20px;
	text-align: center;
}
.ad-part .google2 {
	padding:0 0 0 120px;
}
.ad-part .google2 a {
	font-family:Verdana;
	font-size:10px;
	color:#737373;
}
.compare-part {
	padding:0 0 10px 10px;
}

.pro-bread-crumbs{
	padding:5px 6px;
}

 .pro-bread-crumbs
,.pro-bread-crumbs a{
	color:#e2007a;
	font:bold italic 18px/22px Georgia;
}

.offer-category-bread-crumbs{
	margin-bottom: 10px;
}

.pro-detail-part{
	
	padding:20px;
	margin:10px 5px;
	border:1px solid #e2007a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: -6px 6px 10px -3px #d7d7d9;
	-moz-box-shadow: -6px 6px 10px -3px #d7d7d9;
	box-shadow: -6px 6px 10px -3px #d7d7d9;
	}

.pro-detail-part .pic{
	float:left;
	padding:20px 45px 20px 10px;
	}


.pro-detail-part ul li{
	color:#87888a;
	padding:3px 0;
	}

.pro-detail-part ul .title{
	display:inline-block;
	text-transform:uppercase;
	font-size:14px;
	width:210px;
	}
	

.pro-detail-part ul span.price{
	color:#3b3b3b;
	font-size:16px;
	font-weight:bold;
	
	}
	
	
.pro-detail-part ul a.write-link{
	color:#2eaadc;
	
	}
	
	
.pro-detail-part ul a.more{
	color:#00547a;
	}
	
.pro-detail-part ul p{
	padding:3px 0;}
	
	
.order-bar-part{
	margin:20px 5px;
	}
	
.order-bar-part a:first-child{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px; 
}
		
.order-bar-part a:nth-last-child(2){
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius:0px 10px 10px 0px;
	border-radius:0px 10px 10px 0px; 
}	
	
/*
 * _0x12 Temporarily removed link from the product page submenu
 */
.order-bar-part a{
	display:inline-block;
	float:left;
	background:#96d4ed url(../img/x-background-sprite.jpg) -1px -581px no-repeat;
	width: 20%;		/* 100% / 4 links: use 20% for 5 links */
	text-align:center;
	padding:5px 0;
	color:#fff;
	text-transform: uppercase;
	white-space: nowrap;
}



.order-bar-part a:hover
,.order-bar-part .active-page{
	background-color:#529ab9;
	text-decoration:none;
}
	
	
.box2 .go-to-shop a{
	display:inline-block;
	height:37px;
	line-height:26px;
	width:117px;
	padding:0 0 0 18px;
	color:#fff;
    font-size: 14px;
    font-weight: bold;
   	background:url(../img/commons-sprite.png) no-repeat -51px -128px;
}	
	
	
	
	

.product-compare-part{
	margin:0 20px;
	}	
	
	
	
	
.box-table{
	padding:0;
	}
.pro-table{
	width:100%;
	color:#a8a8a8;
	font-size:14px;
	}	
	
	
.pro-table td{
	padding:6px 0;
	
	border-bottom:1px solid #96d4ed;
	}	
	
	


	
.pro-table td{
	width:25%;
	text-align:center;
	
	
	}	
	
	
.pro-table td .compare-price a{
	margin:0 auto;

	}	
.pro-table tr.product td ,.pro-table tr.price td{
	padding:10px 0;
	}	




.pro-table tr td.col-01{
	color:#a8a8a8;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:6px 10px;

	}	
	


.pro-table td.col-spe{
	text-align:left;
	padding:8px 10px;

	}	
	

	
	
.pro-table tr.product a{
	color:#002dd0;
	font-size:14px;
	font-weight:bold;
	
	}	
.pro-table tr.price{
	color:#464646;
	font-size:14px;
	font-weight:bold;

	}	

	
.pro-table td.key h2{
	padding:12px 10px;
	text-align:left;
	color:#00547A;
	font:italic bold 18px Georgia
	}
	
.pro-table .fgroup{	/* feature group headline */
	color: #00547A;
	font-weight: bolder;
	line-height: 25px;
	font: italic bold 15px Georgia;
}

.pro-table .zebra{	/* product specification -> background color of every second row */
	background-color: #eaf6fb;
}

.pro-table tr.last td{
	border-bottom: none;
}

.pro-table-single td{	/* product specification table */
	text-align: left;
}

.pro-table-single .col-val{
	width: 75%;
}

.product-specs-part{	/* box around the product specs data sheet */
	margin: 10px 5px 0 5px;
}

.bought-title{
	color:#e2027a;
	font:bold italic 15px Georgia;
	padding:0 0 10px 0;
	}	
	
	
.user-also-bought{
	margin-bottom:15px;
	padding:0 10px 10px 10px;
	width: 285px;
}	
	
	
.user-also-bought h4{
	padding:10px 0 10px 0;
	}	
.user-also-bought .img{
	float:left;
	padding:0 10px 0 0;
	width: 100px;
	height: 100px;
}	
	
	
.user-also-bought .text{
	float:left;
	width:110px;
	padding:10px 0 0 0;
	
	}	
	
.user-also-bought .text2{
	width: 170px;
}	
	
	
.user-also-bought .text2  .scon{
	color:#87888a;
	font-size:11px;
	}	
	
	
	
.user-also-bought .text  a.name{
	color:#002dcf;
	font-weight:bold;
	display:block;
	}
	
	
.user-also-bought .text .des{
	color:#87888a;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	display:block;
	
	}
	
.user-also-bought .text .des2{
	padding:10px  0;
	color:#87888a;
	font-size:11px;
	display:block;
	}
	
	
.user-also-bought .text .price{
	font-size:14px;
	font-weight:bold;
	color:#3b3b3b;
	padding:15px 0 0 0;
	}	
	
	
.user-also-bought .text	a.from-website {
	font-size:11px;
	color:#87888a;
	line-height:11px;
	display:block;
	padding-bottom:10px;
	
}

.user-also-bought .offers{
    color: #87888A;
    display: block;
    font-size: 11px;
    padding-bottom: 10px;
    line-height: 11px;
}


	
	
.left-side-part-spe{
	margin-right:330px;
	}
	
	
.right-side-part-spe{
	width:290px;
	
	}	

.product-search-result-grid .left-side-part{
	padding: 1px 0 10px 15px;
}

.product-search-result-grid .right-side-part{
	padding: 0 12px;
}


.expert-reviews-part{
	position:relative;
	padding:0;
	margin:0 5px 20px 5px;
	}	
	
.expert-reviews-part h3.er{
	font-size:18px;
	padding:10px 10px 15px 10px;
    background-color: #DBF3FD;
    border-radius: 5px 5px 0 0;
}	
	
.expert-reviews-part .no-results{
    padding: 10px;
    font-size: 11px;
    color: #87888A;
}

.expert-reviews-part .no-results h4{
     font: 12px/16px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.expert-reviews-list table{
	width: 100%;
}

.expert-reviews-list table td{
	text-align: left;
	vertical-align: top;
}


.expert-reviews-list li{
	position:relative;
	color:#87888a;
	font-size:11px;
	padding:10px;
	overflow: hidden;
	border-top: 1px dashed #2EAADC;
}
	
.expert-reviews-list li.last{
	border-bottom:1px solid #2eaadc;
	}	
	
	
.expert-reviews-list li .date{
	position:absolute;
	right:20px;
	top: 10px;
	color:#2eaadc;
	font-size:12px;
}	
	
.expert-reviews-list li p{
	padding:10px 0;
	}
	
.expert-reviews-list li .leftColumn{
	padding:5px 30px 10px 10px;
	height:110px;
	width:20%;
}	
	
	
.expert-reviews-list li .leftColumn a{
	color:#87888a;
}
	
	
.expert-reviews-list li	.sitelogo{
	padding:5px 0;
}
	
.expert-reviews-list li .rightColumn{
	padding:5px 70px 0 0;
	width:80%;
}	
.expert-reviews-list li .rightColumn .title a{
	font-size:13px;
	color:#002dd0;
	font-weight:bold;
}	
	
	
.expert-reviews-list li .rightColumn .more{
	color:#002dd0;
	font-weight:bold;
	display:block;
}

.expert-reviews-list li .rightColumn p
,.expert-reviews-list li .rightColumn a{
	font-size: 12px;
}
	
.expert-reviews-list li.first{
	border: none;
}

 .expert-reviews-list li span
,.expert-reviews-list li a{
	font: 13px/16px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.expert-reviews-list pre{
	white-space: pre-wrap;
	margin-top: 10px;
	font-size: 11px;
	font: 13px/16px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.expert-reviews-list .pros-cons{
	margin-top: 10px;
}

.expert-reviews-list .pros-cons td.title{
    padding-right: 10px;
    text-align: right;
    white-space: nowrap;
    width: 50px;
}



 .review-stars-small
,.review-stars-small .good{
	background:url(../img/commons-sprite.png) no-repeat -226px -253px;
	position: relative;
	top: 1px;
	margin: auto;
	width:65px;
	height:13px;
	display: inline-block;
}

.review-stars-small .good{
	background-position: -226px -240px;
	position: absolute;
	top: 0;
}

.review-stars-small .good.r1{width: 13px;}
.review-stars-small .good.r2{width: 26px;}
.review-stars-small .good.r3{width: 39px;}
.review-stars-small .good.r4{width: 52px;}
 .review-stars-small .good.r0
,.review-stars-small .good.r5{width: 65px;}


 .review-stars-big
,.review-stars-big .good{
	background:url(../img/commons-sprite.png) no-repeat -195px -123px;
	position: relative;
	margin: auto;
	width:96px;
	height:17px;
	display: inline-block;
}

.review-stars-big .good{
	background-position: -195px -106px;
	position: absolute;
}

.review-stars-big .good.r1{width: 19.2px;}
.review-stars-big .good.r2{width: 38.4px;}
.review-stars-big .good.r3{width: 57.6px;}
.review-stars-big .good.r4{width: 76.8px;}
 .review-stars-big .good.r0
,.review-stars-big .good.r5{width: 96px;}



.review-form-part{	/* review pages, box around the form */
	padding:10px 20px 20px 20px;
	margin: 0 5px 0 5px;
}
.review-form-part h3{
	font:bold italic 18px Georgia;
	color:#2eaadc;
	padding:10px 0;
	
	}	
	
.review-form-part h3 a{
	font-size: 18px;
    background-color: #DBF3FD;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}

.review-form-part  .left{
	float:left;
	padding:0 60px 0 0;
	}	
	
	
	
	
	
	
.review-form-part .comm{
	width: 214px;
	padding:0 5px;
	height:27px;
	line-height:27px;
	border:1px solid #e5e5e5;
	-webkit-box-shadow: inset 3px 3px 10px 0px #bcbcbc;
	-moz-box-shadow: inset 3px 3px 10px 0px #bcbcbc;
	box-shadow: inset 3px 3px 10px 0px #bcbcbc; 
	}
	
	
	
	
	
	
.review-form-part p {
	padding: 5px 0;
}

.review-form-part label {
	display: inline-block;
	color: #87888a;
	font-size: 14px;
	width: 110px;
}

.review-form-part label.single {
	display: block;
	padding: 10px 0 10px 0;
	width: 300px;
}

.review-form-part .textarea {
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100px;
	padding: 5px;
	width: 325px;
}

.review-form-part .code {
	float: left;
	padding: 0 10px 0 0;
}

.review-form-part .code-input {
	width: 115px;
	margin: 12px 0 0 0;
}

.review-form-part .right{
	float:left;
	width: 350px;
}

.review-form-part .right .note-part{
	padding:20px 0 0 0;
	}

.review-form-part .right .note{
	color:#87888a;
	padding: 0 5px;
	
	}


.review-form-part .right .submit-review{
	float:right;
	padding:0 50px 0 0;
	}

.review-form-part  .stars-part {
	padding:0 0 20px 0;
	}

.review-form-part  .stars-part .spe{
	float:left;
	width:200px;
	}


.review-form-part  .stars-part .eve-star{
	float:left;}
	
	
.review-form-part  .stars-part .eve-star span.review-stars-big{
	margin-left: 15px;
}




.load-part{
	padding:0;
	margin:0 5px;
	}
	
.load-part table{
	width:100%;}	
	
	
.load-part table td{
	padding:20px;
	}
	
.load-part table tr{
	border-bottom:1px solid #2eaadc;}	
	
.load-part table p{
	color:#87888a;
	}
.load-part table .via{
	color:#87888a;
	font-style:italic;
	}
	
.load-part table .via .user{
	color:#2eaadc;
	display:block;
	font-style:normal;
	}
	
	
.load-part table .only a{
	color:#e2017a;
	padding:10px 0 10px 35px;
	background:url(../img/load_icon.gif) no-repeat;
	
	}	
	
	
	.load-part table .only a.a{
		background-position:0 -7px;
		}
		
	.load-part table .only a.b{
		background-position:0 -68px;
		}
		
		.load-part table .only a.c{
		background-position:0 -135px;
		}
	
.load-part .more{
	color:#2eaadc;
	font-size:14px;
	float:right;
	padding:10px;
	}	
	
.google-search-part{
	margin:0 0 20px;
	}	
	
	
.google-search-part h2{
	font:bold italic 18px Georgia;
	color:#e2007a;
	padding:10px;
	}	
	
	
.google-search-con{
	margin:0 5px;
	padding:0;
	overflow: hidden;	/* else the overflow will hide the rounded corners */
}
	
.google-search-con .left-part{
	float:left;
	width:150px;
	padding:10px;
	}
	
.google-search-con .left-part dl{
	padding:0 0 20px 0;
	}
	
.google-search-con .left-part dt{
	font:bold italic 12px Georgia;
	color:#e2007a;
	padding:5px 0;
	}
	
.google-search-con .left-part dd{
	padding:10px 0 20px 0;
	}	
	
	
.google-search-con .map-part{	/* container for the google map*/
	float:left;
	width: 100%;
	height: 512px;
}	
	
.google-search-con .map-infowindow-template{
	display: none;
}

.google-search-con .map-infowindow .content{
	width: 290px;
	padding-left: 20px;
}

.google-search-con .map-infowindow .content h2{
	padding-left:0;
	font-size: 14px;
}

.google-search-con .map-infowindow .imageContainer{
	padding-top: 30px;
}

.google-search-con .map-infowindow h2 a {	/* title of the infowindow */
	color: #E2007A;	
}

.google-search-con .left-part .search-input{
	width:120px;
	padding:0 5px;
	margin:0 0 5px 0;
	height:25px;
	line-height:25px;
	border:1px solid #e5e5e5;
	-webkit-box-shadow: inset 3px 3px 10px 0px #bcbcbc;
	-moz-box-shadow: inset 3px 3px 10px 0px #bcbcbc;
	box-shadow: inset 3px 3px 10px 0px #bcbcbc; 
	}
		
.google-search-con .left-part .search{
	margin:5px 0 0 0;
	}
	
	
	
.google-search-con .left-part .dl-01{
	padding:0;}
	
.google-search-con .left-part .dl-01 dd{
	padding:0;
}

















/*
 *		Sepp
 */

.prod-desc-txt{
	font: 13px/16px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.expert-reviews-list div.title{
	font: 15px/16px "Trebuchet MS",Arial,Helvetica,sans-serif bold;
	color: #002DCF;
}

.write-review-ad h4{
	width: 185px;
}

.keyword-review-box{
	width: 770px;
	margin-bottom: 100px !important;
	margin-left: 20px !important;
}

.like-button{
	display: inline-block;
	height: 80px;
	width:  60px;
/*	background: url("../img/commons-sprite.png") no-repeat scroll -237px -64px transparent;
	height: 23px;
	width:  54px; */
}

.rate-us-part .small-logo{
	background: url("../img/commons-sprite.png") no-repeat scroll 0 -279px transparent;
	display: inline-block;
	height: 58px;
	width:  215px;
}

.def-img{
	background: url("../img/commons-sprite.png") no-repeat scroll -191px -140px transparent;
	display: inline-block;
	height: 100px;
	width:  100px;
}



.trans-lnk{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	display: inline-block;
	cursor: pointer;
}

.trans-img{
	height: 100%;
	width: 100%;
	display: inline-block;
	cursor: pointer;
}

.heart{
    background: url("../img/commons-sprite.png") no-repeat scroll 0 -90px transparent;
    height: 15px;
    width: 18px;
    display: inline-block;
}

 .heart:HOVER
,.heart.active{
	background-position: -18px -90px;
}

.heart.inactive:HOVER {
	background-position: 0 -90px;
}

#favsList .heart{
    position: absolute;
    top: 2px;
}

#favsList .lnk-grp{
	display: inline-block;
	margin-left: 22px;
}

.fr-ship-lnk{
	display:none;
}

.fr-ship-chkbx{
	cursor: pointer;
}

.product-search-result-part .search-result-title{
	padding: 10px 10px 10px 5px;
}

.product-search-result-grid .page-part{        /* paginator position on the search result page */
       margin: 0 auto 20px auto;
}

.tweets li{
	list-style: none;
}

.tweets ul{
	margin-bottom: 15px;
}

.tweets ul.last{
	margin-bottom: 0;
}

.research-page .share-part-right{
	padding: 0 0 0 119px;
	margin-top: 0;
}

.footer-base-lnk{
	text-transform:uppercase;
}

.exprt .slider-part li h2{
	text-shadow: none;
	top: 203px;
	left: 20px;
}

.about .slider-part li h2{
	text-shadow: none;
	top: 23px;
	left: 20px;
}

.wrt-revs .slider-part li h2{
	text-shadow: none;
	top: 349px;
	left: 20px;
}

.usr-revs .slider-part li h2{
	text-shadow: none;
	top: 20px;
	left: 20px;
}

.left{
	float: left;
}

.right{
	float: right;
}


/*
 * Login Page
 */
.wraper-03 .login{
	height: 387px;
}
 
.wraper-03 .login div{
	margin-left: 24px;
	width: 220px;
	height: 65px;
	background-color: white;
	position: static;
}

.wraper-03 .login tr{
	line-height: 22px;
}

.wraper-03 .login input{
	width: 120px;
	margin-left: 10px;
	border-bottom: 1px dashed black;
}

.wraper-03 .login .checkbox{
	width: auto;
	margin-top: 3px;
	background: none;
	border: none;
}

.wraper-03 .login a{
	cursor: pointer;
	font-size: medium;
	color: #E2007A;
	font: italic bold Georgia;
}

.wraper-03 p.login-error{
	color: red;
	font-size: medium;
}


/*
 * Error Page
 */

.wraper-03 .error{
	height: 387px;
}


/*
 * Favourites Box
 */
 
.removeButton{
	height: 12px;
	width:  12px;
	background: url("../img/commons-sprite.png") no-repeat scroll -36px -90px transparent;
	cursor: pointer;
	display: inline-block;
	position: relative;
	top:  2px;
	left: 2px;
}

.removeButton:HOVER{
	background-position: -36px -102px;
}



/*
 * Terms of Use- & Privacy Policy-Page
 */

.no-top-margin {
	margin-top: 0px;
}

.terms-text ul {
    color: #898989;
    padding: 7px 70px 7px 38px;
    list-style-type: disc;
}

.terms-text li {
    margin-bottom: 7px;
}




/*
 * 	Merchant Review Page
 */
.merchant-ratings{
	margin-bottom: 10px;
}
 
.merchant-rating-table td{
	padding: 7px 0 7px 0;
}

.merchant-rating-table tr:HOVER{
	background-color: #EAF6FB;
}

.merchant-rating-table tr{
	height: 49px;
}

.merchant-rating-table tr.headline:HOVER{
	background-color: transparent;
}

.merchant-rating-table td{
	text-align: center;
}

.merchant-rating-table td.first{
	text-align: left;
}

.merchant-rating-table .note{
	color: #87888A;
	font-size: 11px;
}

.merchant-rating-table{
	width: 100%;
}

.merchant-rating-table td{
	width: 10%;
}

.merchant-rating-table td.first{
	width: auto;
}

.merchant-rating-table td.last{
	width: auto;
	background-color: red;
	table-layout: fixed;
}

.merchant-reviews-body{
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: white;
	margin-top: -18px;
	padding: 30px 0 30px 0;
}

.merchant-reviews-body .center-div{
	width: 769px;
	margin: auto;
	text-align: left;
}

.merchant-summary.pro-detail-part{
	padding: 10px;
}

.merchant-summary h3{
	font-size: 18px;
	margin-bottom: 10px;
}

.merchant-summary span
,.merchant-reviews-body .sorry{
	color: #87888A;
	font-size: 14px;
}

.merchant-reviews-body .sorry{
	padding: 0 0 10px 10px;
	display: block;
}

.merchant-write-review .sorry{
	padding: 0;
}

.merchant-summary .title{
	width: 120px !important;
}

.merchant-reviews-body .merchant-summary
,.merchant-reviews-body .merchant-reviews
,.merchant-reviews-body .merchant-write-review{
	margin: 0 0 0 0;
}

.merchant-reviews-body .merchant-reviews{
	margin: 30px 0 30px 0
}

.merchant-summary .avg-ratings{
	margin-top: 10px;
}

.merchant-summary .avg-ratings .second{
	margin-left: 40px;
	padding-left: 40px;
}


/*
 * Google AdSense
 *
 */
 .google_top
,.google_btm{
	font: 13pt/21px arial,helvetica,sans-serif !important;
}
 
a#google_info {
  text-decoration:none;
  color:#303030;
  font-size:11px;
  padding-left:2px;
}


/*
 Ads
*/
.slbox{text-align:left; clear:both; overflow:hidden; padding-left:20px; padding-bottom:20px;}
.slbox a{text-decoration:none;}
.slboxbtm{text-align:left; clear:both; overflow:hidden; padding-top:15px; padding-left:20px; padding-bottom:20px; border-top-width:1px; border-top-style:solid; border-top-color:#efefef; }
.slboxbtm a{text-decoration:none;}
.slbox span {margin-right:8px; }
a.sltit:link,a.sltit:visited,a.sltit:hover,a.sltit:active{color:#0033CC;font-size:13pt; text-decoration:underline;font-weight:bold;}
a.sldes:link,a.sldes:visited,a.sldes:hover,a.sldes:active{color:#333;font-size:10pt; text-decoration:none;}
a.sllink:link,a.sllink:visited,a.sllink:hover,a.sllink:active{color:#008000;font-size:9pt; text-decoration:none;}

div.google_top {
	text-align:left;
	clear:both;
	overflow:hidden;
}

div.google_top p.google_info {
  margin-top:0px;
  margin-bottom:4px;
}

div.google_top td.google_td {
  padding-bottom:3px;
  padding-top:3px;
}

div.google_top a.google_title_a {
  color:#0033CC;
  text-decoration: none;
}

div.google_top a.google_title_a:hover {
 color:orange;
}

div.google_top a.google_url_a {
 text-decoration:none;
 cursor:pointer;
}

div.google_top div.google_title {
 font-size:13pt;
 text-decoration:underline;
 font-weight:bold;
 display:inline;
 height:100%;
 margin-right:8px;
 cursor:pointer;
 cursor: hand;
}

div.google_top div.google_desc {
 color:#333;
 font-size:10pt;
 text-decoration:none;
 display:inline;
 height:auto;
 margin-right:8px;
 vertical-align:bottom;
}

div.google_top div.google_url {
 color:#008000;
 font-size:9pt;
 text-decoration:none;
 display:inline;
 height:auto;
 cursor:pointer;
 cursor: hand;
 vertical-align:bottom;
}


/*
 * Google AdSense
 * Bottom placement
 *
 */
 
.sponsored-lnks-btm-sur{
	padding: 15px 0 20px 20px;
} 

.sponsored-lnks-btm{
	display: inline-block;
}

div.google_btm {
	text-align:left;
	clear:both;
	overflow:hidden;
}

div.google_btm p.google_info {
  margin-top:0px;
  margin-bottom:4px;
}

div.google_btm td.google_td {
  padding-bottom:3px;
  padding-top:3px;
}

div.google_btm a.google_title_a {
  color:#0033CC;
  text-decoration: none;
}

div.google_btm a.google_title_a:hover {
 color:orange;
}

div.google_btm a.google_url_a {
 text-decoration:none;
 cursor:pointer;
}

div.google_btm div.google_title {
font-size:13pt;
text-decoration:underline;
font-weight:bold;
display:inline;
height:100%;
margin-right:8px;
cursor:pointer;
cursor: hand;
vertical-align:bottom;
}

div.google_btm div.google_desc {
color:#333;
font-size:10pt;
text-decoration:none;
display:inline;
height:auto;
margin-right:8px;
vertical-align:bottom;
}

div.google_btm div.google_url {
color:#008000;
font-size:9pt;
text-decoration:none;
display:inline;
height:auto;
cursor:pointer;
cursor: hand;
vertical-align:bottom;
}

div.google_img_btm {
padding-top:10px;
padding-bottom:15px;
text-align:center;
}




/*
 * Google AdSense
 * RHS placement
 *
 */
 

div.google_rhs {
	text-align:left;
	clear:both;
	overflow:hidden;
    margin-bottom:12px;
}

div.google_rhs p.google_info {
  margin-top:0px;
  margin-bottom:4px;
}

div.google_rhs td.google_td {
  padding-bottom:3px;
  padding-top:3px;
}

div.google_rhs a.google_title_a {
  color:#0033CC;
  text-decoration: none;
}

div.google_rhs a.google_title_a:hover {
 color:orange;
}

div.google_rhs a.google_url_a {
 text-decoration:none;
 cursor:pointer;
}

div.google_rhs div.google_title {
font-size:10pt;
font-weight:bold;
height:100%;
margin-right:8px;
cursor:pointer;
cursor: hand;
vertical-align:bottom;
}

div.google_rhs div.google_desc {
color:#333;
font-size:8pt;
text-decoration:none;
height:auto;
margin-right:8px;
vertical-align:bottom;
}

div.google_rhs div.google_url {
color:#008000;
font-size:8pt;
text-decoration:none;
height:auto;
cursor:pointer;
cursor: hand;
vertical-align:bottom;
}

div.google_img_rhs {
padding-top:10px;
padding-bottom:15px;
text-align:center;
}





/*
 * Start page
 */
a.hs0{font-size:11px;}
a.hs1{font-size:12px;}
a.hs2{font-size:9px;}
a.hs3{font-size:12px;}
a.hs4{font-size:14px;}
a.hs5{font-size:16px;}
a.hs6{font-size:17px;}
a.hs7{font-size:18px;}
a.hs8{font-size:19px;color:#2eaadc;}

.freq-srch-box{
	border-color: #dbf3fd;
	background-color: #dbf3fd;
	box-shadow: none;
}

 .browser-plugin-img
,.app-img
,.shopping-bag-img{
	display: inline-block;
	background: url("../img/home-sprite.png") no-repeat scroll 0 -114px transparent;
	width:  36px;
	height: 61px;
}

.shopping-bag-img{
	background: url("../img/commons-sprite.png") no-repeat scroll -262px -266px transparent;
}

.browser-plugin-img{
	width:  129px;
	height: 138px;
}

.app-img{
	background-position: -150px 0;
	width:  103px;
	height: 199px;
}

.slider-part {
    margin: 4px 0 0 4px;
}

.box-without-border{
  	margin-bottom: 5px;
    padding: 10px;
    position: relative;
}

h2.coming-soon{
	color: #2EAADC;
    font: italic bold 23px Georgia;
    padding: 0 0 15px 10px;
}

.iphone-box .coming-soon{
	padding-left: 0px;
}

.iphone-box .txt-right{
	width: 200px;
}

.plugin-box h3{
	padding: 0;
}

.plugin-box .txt-right{
	width: 172px;
}

.plugin-box .left-img{
	margin-top: -36px;	
}

 .home-content .facebook
,.home-content .twitter{
	height: 120px;
}

.home-content .facebook p{
	padding: 0 0 0 10px;
}

.home-content .facebook .like-it a{
	margin-top: 10px;
}

.home-content .twitter p{
	padding: 0 0 0 17px;
}

.shop-by{
	float: left;
	border: none;
	margin: 15px 0 0 6px;
	width: 327px;
	height: 360px;
}

.shop-by.store{
	right: 0px;
	margin-left: 25px;
}

.shop-by h3{
	color: #E2017A;
	font: italic bold 15px/20px Georgia;
	margin: 7px 0 0 7px;
}

.shop-by img{
	margin-top: 31px;
}

.shop-by.brands img{
	width:  321px;
	height: 312px;
}

.shop-by.store img{
	width:  323px;
	height: 312px;
}

.brands-sprite
,.store-sprite{
	background: url("../img/home-sprite.png") no-repeat;
	background-position: -256px 0;
}

.store-sprite{
	background-position: -604px 0;
}

.expert-reviews{
	color: #87888A;
	font-size: 11px;
}

.expert-reviews ul{
	margin-top: 12px;
}

 .expert-reviews .from-website
,.expert-reviews .source{
	margin: 5px 0;
}

.expert-reviews .test-title{
	margin: 5px 0 0;
}

.expert-reviews .author{
	margin-bottom: 5px;
}

.expert-reviews p{
	margin: 8px 0;
}

.expert-reviews .test-title a{
	font-weight: bolder;
	font-size: 13px;
	color: #002DD0;
} 

.expert-reviews .summary .title{
	text-decoration: underline;
}

.expert-reviews .full-review{
	margin: 5px 0 25px;
}

.expert-reviews .full-review a{
	color: #002DD0;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


/*
 *	Banner Offers
 */

.banner-offers{
	border-color: #E2007A;
}

.banner-offers h4{
	color: #E2017A;
}

.banner-offers ul{
	margin-top: 7px;
}


.banner-offers li{
	position: relative;
	min-height: 54px;
	display: block;
	border-bottom: 1px dashed #D7D7D9;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.banner-offers li:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.banner-offers img.prod-img{
	position: absolute;
    max-height: 50px;
    max-width: 50px;
	top: 0;
	left: 0;
}

.banner-offers div{
	position: relative;
	left: 56px;
	width: 132px;
	top: 5px;
	padding: 0 0 5px 0;	
 }
.banner-offers .name{
	text-decoration: underline;
    display: inline-block;
    padding-bottom: 2px;
}

.banner-offers .price{
    color: #3E3E3E;
    font-size: 13px;
    font-weight: bold;
}

.product-list .prod-offs{
    background-color: white;
    display: none;
    left: -2px;
    position: absolute;
    width: 100%;
    z-index: 2;
    border: 2px solid #bababa;
    border-radius: 0 0 5px 5px;
    border-top: 2px dashed #bababa;
    margin-top: -2px;
    box-shadow: -6px 6px 10px -3px #D7D7D9;
    text-align: left;
    padding-top: 5px;
}

.product-list li.offersActive{
    border-color: #bababa;
    border-width: 2px;
    padding: 4px 3px;
}

.product-list .prod-offs div{
	width: 100%;
    padding: 5px;
    position: relative;
    height: 30px;
}

 .product-list .prod-offs img
,.product-list .prod-offs .price{
	display: inline-block;
	position: relative;
}

.product-list .prod-offs img{
    max-height: 25px;
    max-width: 60px;
    left: 3px;
}

.product-list .prod-offs .price{
	font-size: 15px;
	display: inline-block;
	right: 17px;
	color: white;
	position: absolute;
	padding: 2px 7px;
}

.product-list .prod-offs .price:HOVER{
	text-decoration: none;
}

.css3shopButton{
    border-radius: 6px;
    
    /* box shadow */
	-webkit-box-shadow:  -1px 2px 4px 1px #A4A3A3;
	box-shadow:  -1px 2px 4px 1px #A4A3A3;
	
	
	/* Gradient */
	background: #e566aa; /* Old browsers */
	background: -moz-linear-gradient(top,  #e566aa 0%, #dd218b 50%, #dd218b 51%, #9e0056 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e566aa), color-stop(50%,#dd218b), color-stop(51%,#dd218b), color-stop(100%,#9e0056)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e566aa 0%,#dd218b 50%,#dd218b 51%,#9e0056 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e566aa 0%,#dd218b 50%,#dd218b 51%,#9e0056 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e566aa 0%,#dd218b 50%,#dd218b 51%,#9e0056 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e566aa 0%,#dd218b 50%,#dd218b 51%,#9e0056 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e566aa', endColorstr='#9e0056',GradientType=0 ); /* IE6-9 */
	
	
}

.product-list li.offersActive .compare-price a{
	background-image: none;
	
	text-align: left;
	padding-left: 8px;
	
	height: 25px;
	width: 120px;
	margin-bottom: 11px;
	margin-left: 6px;
    border-radius: 6px;
    
    /* box shadow */
	-webkit-box-shadow:  -3px 3px 4px -1px #c1bebe;
	box-shadow:  -3px 3px 4px -1px #c1bebe;

	/* Gradient */
	background: #c9c9c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9c9c9 0%, #b7b7b7 49%, #939393 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(49%,#b7b7b7), color-stop(100%,#939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9c9c9 0%,#b7b7b7 49%,#939393 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9c9c9 0%,#b7b7b7 49%,#939393 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9c9c9 0%,#b7b7b7 49%,#939393 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9c9c9 0%,#b7b7b7 49%,#939393 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
}


.select-01{
	margin:20px 10px 10px;
}
	
.select-02{
	float:left;
	margin:0 0 0 10px;
}


.select-title {
	position: relative;
    height: 22px;
    width: 185px;
    background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
	
.select-title .drop-arrow{
	display: inline-block;
	height: 23px;
	width: 31px;
	background: url(../img/commons-sprite.png) no-repeat -218px -267px;
    position: absolute;
    right: 0;
    top: 0;
}

.select-title.active .drop-arrow{
	background:url(../img/commons-sprite.png) no-repeat right -218px -290px; 
}

.select-title .style1_select{
	width:164px;	/* revid:2051  175px;*/
	}	

#ul_select.style1_select_ul{
	width: 184px;
}

.select-title .style2_select{
	width:110px;
	}
	
		
	
.select-title a {
   	color:#474747;
	font-size:12px;
	border:1px solid #2eaadc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: inset 3px -3px 15px -3px #c2c2c2;
	-moz-box-shadow: inset 3px -3px 15px -3px #c2c2c2;
	box-shadow: inset 3px -3px 15px -3px #c2c2c2; 
	display:block;
	color:#474747;
	font-family:"Trebuchet MS";
	height:22px;
	overflow:hidden;
	line-height:22px;
	cursor:pointer;
	padding:0 10px;
	position: absolute;
	z-index: 1;
}


.select-title.active a{
	
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;

-webkit-box-shadow: 0px 0px 0px 0px ;
-moz-box-shadow: 0px 0px 0px 0px ;
box-shadow: 0px 0px 0px 0px; 

	}



#ul_select {
	
	display:none;
	
	position:absolute;

	border:1px solid #2eaadc;
	background:#fff;
	padding:0 0 10px 0;

	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; 
	-webkit-box-shadow: inset 3px -3px 15px -3px #b0aab0;
	-moz-box-shadow: inset 3px -3px 15px -3px #b0aab0;
	box-shadow: inset 3px -3px 15px -3px #b0aab0; 
	
	z-index: 2;
	
}

.style2_select{
	width:130px;
	}





#ul_select li {
	color:#000;
	display:block;
	height:22px;
	line-height:22px;
	padding:0 10px;
	color:#00547a;
	font-size:11px;
	cursor:pointer;
	color:#00547a;
	
}

#ul_select li.hover{
	background:#dff2f9;
	}

/*.slier-wraper style*/
.slier-wraper {
	float:left;
	height:435px;
	width:720px;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -3px 3px 6px 2px #cfcfcf;
	-moz-box-shadow: -3px 3px 6px 2px #cfcfcf;
	box-shadow: -3px 3px 6px 2px #cfcfcf;
}
.slider-part {
	position:relative;
	margin:4px 0 0 5px;
}
.slider-part li {
	width:712px;
	height:427px;
	position:relative;
	overflow:hidden;
}
.slider-part li h2 {
	position:absolute;
	color:#00547a;
	font:bold italic 18.21pt Georgia;
	text-shadow: 2px 2px 5px #000;
	cursor: pointer;
	
}

 .slider-part li h2 span
,.slider-part li h2 b {
	color:#e2027a;
}
.slider-part li h2 a{
	text-decoration: none;
	color: white;
}

 .slider-part li h2.dark-blue
,.slider-part li h2.dark-blue a{
    color: #06587d;
	text-shadow: none;
}

#prevBtn, #nextBtn {
	display:block;
	width:37px;
	height:37px;
	position:absolute;
	left:-15px;
	top:200px;
	z-index:1000;
}
#nextBtn {
	left: 700px;
}


#prevBtn a
,#nextBtn a{
	text-indent:-9999px;
	position:relative;
	display: block;
	background: url("../img/home-sprite.png") no-repeat 0 0;
	height: 39px;
	width:  36px;
}

#prevBtn a{
	background-position: 0 -39px;
}

#slider img{
	width:  712px;
	height: 427px;
}

#slider .blue-txt{
	color: #2eaadc;
}

#slider .pink-txt{
	color: #e2027a;
}

 #slider li .slogen .big
,#slider li .slogen b{
	font-size: 14pt;
}

.slider-part li .slogen {
	position:absolute;
	left:30px;
	top:30px;
}

.slider-part li .slogen
,#slider .slogen-but{
	cursor: pointer;
	font: italic bold 9.3pt Georgia;
	color: white;
	text-align: center;
	text-decoration: none;
	height: 114px;
	width:  114px;
	overflow: hidden;
}
#slider .slogen-but{
	background: url("../img/home-sprite.png") no-repeat -36px 0;
	display: block;
}

   /*
	*		Slider Images Slogans
	*/
	
#slider li.outdoor h2.pos{
	left: 16px;
    top:  14px;
    width: 270px;
    color: white;
}

#slider li.outdoor h2.pos b{
	color: #2eaadc;
}

#slider li.outdoor .slogen{
	left: 576px;
    top:  252px;
}

#slider li.outdoor .slogen-but{
	padding: 29px 0;
}




#slider li.bikes h2.pos{
	left: 16px;
    top:  14px;
    width: 270px;
    color: white;
}

#slider li.bikes .slogen{
    left: 438px;
    top: 233px;
}

#slider li.bikes .slogen-but{
	padding: 26px 0;
	font-size: 8.5pt;
}




#slider li.kite h2.pos{
    top: 150px;
    left: 300px;
}

#slider li.kite .slogen{
    left: 540px;
    top: 264px;
}

#slider li.kite .slogen-but{
	padding: 26px 0;
	font-size: 8.5pt;
}

#slider li.kite .slogen b{
	font-size: 16pt;
}




#slider li.adventure h2.pos{
	left: 136px;
    top: 22px;
}

#slider li.adventure h2.pos b{
	color: #e2027a;
}

#slider li.adventure .slogen{
    left: 501px;
    top: 138px;
}

#slider li.adventure .slogen-but{
	padding: 23px 0;
	font-size: 8.5pt;
}

#slider li.adventure .slogen b{
	font-size: 16pt;
}




#slider li.hiking h2.pos{
    left: 98px;
    top: 16px;
}

#slider li.hiking h2.pos b{
	color: #e2027a;
}

#slider li.hiking .slogen b{
	font-size: 16pt;
}

#slider li.hiking .slogen{
    left: 314px;
    top: 216px;
}

#slider li.hiking .slogen-but{
	padding: 22px 0;
	font-size: 8.5pt;
}




#slider li.bags h2.pos{
    left: 84px;
    top: 28px;
}

#slider li.bags h2.pos b{
	color: #e2027a;
}

#slider li.bags .slogen{
    left: 477px;
    top: 134px;
}

#slider li.bags .slogen-but{
	padding: 24px 0;
	font-size: 8.5pt;
}

#slider li.bags .slogen b{
	font-size: 21pt;
	line-height: 39px;
}




#slider li.mountainbike h2.pos{
    left: 330px;
    top: 131px;
	text-shadow: none;
}

#slider li.mountainbike h2.pos b{
	color: #e2027a;
}

#slider li.mountainbike .slogen b{
	font-size: 13pt;
	text-shadow: none;
}

#slider li.mountainbike .slogen{
    left: 31px;
    top: 21px;
}

#slider li.mountainbike .slogen-but{
	padding: 20px 0;
	font-size: 8.5pt;
}

.shop-by{
	height: 385px;
}

.shop-by img{
	height: 360px;
}

.shop-by.brands img{
	height:  auto;
}

.shop-by.store img{
	height:  auto;
}

#logo{
	padding-right: 47px;
}

#logo a{
	width: 289px;
}

.rate-us-part .small-logo{
	width: 218px;
}
