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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
h1, h2 {
	font-weight: normal;
	color: #C00001;
}
img {
	border: none;
}
#bodyWrapper {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
}
#headerWrapper {
	width: 975px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.logoWrapper h1 {
	color: #373C41;
	float: right;
	width: 500px;
	text-align: center;
	margin-top: 30px;
}
.logoWrapper {
	height: 144px;
	width: 870px;
}	
.logoWrapper img {
	margin-left: 20px;
	float: left;
}
.basket {
	float: right;
	margin: 10px 10px 0 0;
}
#navWrapper {
	margin-left: 2px;
	margin-top: 10px;
}
#navWrapper ul {
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
}
#navWrapper li {
	float: left;
}
#navWrapper a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 16px 3px 16px;
	border-right: 1px solid #FFFFFF;
	line-height: 29px;
}
.bodyLeftWrapper {
	width: 687px;
	float: left;
}
.bodyRightWrapper {
	width: 294px;
	float: right;
	border-left: 1px solid #C00001;
}
.topFeature {
	margin-left: 30px;
}
.catWrapper {
	margin-left: 30px;
	clear: both;
}
.catWrapper h2 {
	border-bottom: 1px solid #C00001;
	padding-bottom: 5px;
}
.offerTitle {
	height: 31px;
	width: 656px;
	background-image: url(images/offer-bg.jpg);
	background-repeat: no-repeat;
	color: #C00001;
	border: none !important;
	font-size: 1.2em;
	line-height: 30px;
	text-indent: 13px;
}
.productWrapper {
	width: 163px;
	float: left;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.productWrapper strong {
	color: #C00001;
}
.productWrapper p {
	margin: 3px 0 5px 0;
}
.productWrapper h3 {
	color: #C00001;
	border-bottom: 1px solid #C00001;
	margin-bottom: 3px;
	padding-bottom: 3px;
	width: 150px;
	font-weight: normal;
}
.productWrapper p {
	font-size: 0.8em;
}
.summary {
	background: #FFEB9D;
	padding: 5px 0 8px 0;
	line-height: 1.2em;
	width: 150px;
	font-size: 1.1em !important;
	border-top: 1px solid #C00001;
	margin-bottom: 10px;
}
.bodyRightWrapper .productWrapper {
	float: none;
	margin-left: 14px;
	width: 253px;
	height: 100px;
}
.bodyRightWrapper .productWrapper img {
	float: right;
}
.blackWrapper {
	background-image: url(images/black-fade.jpg);
	background-repeat:no-repeat;
	background-position: top;
	color: #FFFFFF;
	width: 253px;
	margin-left: 13px;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 10px;
}
.blackWrapper p {
	margin: 0 10px 54px 14px;
}
.blackWrapper h2 {
	color: #FFFFFF;
	margin: 4px 0 6px 14px;
}
.marginLeft {
	margin-left: 14px;
	margin-bottom: 6px;
}
.basketTable {
	text-align: left;
	color: #C00001;
	font-size: 0.9em;
	margin-left: 10px;
	margin-top: 20px;
}
.basketTable th {
	margin-bottom: 15px;
	border-bottom: 1px solid #C00001;
	padding-bottom: 5px;
}
.basketWrapper {
	background-color: #FFD533;
	width: 254px;
	background-image: url(images/basket-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 15px;
	margin-bottom: 20px;
}

a.info, a.infoTop {
    position:relative; /*this is the key*/
    z-index: 24; 
    color: #0F1E23;
    text-decoration:none
}

a.info:hover, a.infoTop:hover {z-index:25;}

a.info span, a.infoTop span {display: none}

a.info:hover span, a.infoTop:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: 60px; 
	left: 0; 
	width: 132px;
    border: 1px solid #C00001;
    background-color: #FFFFFF; 
	color: #000;
    text-align: left;
	font-size: 0.85em;
	padding: 8px;
	line-height: 1.4em;
}
a.infoTop:hover span {
	width: 300px;
	top: 0;
	left: 0; 
	border: 1px solid #000000;
}
.total {
	text-align: right;
}	
#footer {
	padding: 0;
	width: 760px;
	clear: both;
	margin-bottom: 50px;
	}

#footer p {
	margin: 0;
	padding: 20px 0 0 30px;
	font-size: 0.8em;
	}
#footer a {
	color: #C00001;
}
.facebook img {
	border: 0;
}
.facebook a {
	color: #666666;
	font-size: 0.9em;
}
.alignRight {
	float: right;
	margin-left: 15px;
}
.sendFriend {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
	background: #666666;
}

