@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------------------------------------CORE*/
html, body{
	height: 100%;
}

body{
	padding: 0;
	margin: 0;
	background: #311430 url(/images/bg_backend.gif) center top repeat-x;
}
.backend{
		background: url(/images/bg_core.gif) center top repeat-x;
}
#core{
	width: 100%;
	height: 100%;
	background: url(/images/bg_ribbon.gif) center 157px repeat-x;
}
/*---------------------------------------------------------------------------------------PLATFORM*/
.platform{
	width: 766px;
	padding: 25px;	
	background: #271126 url(/images/bg_platform-home.gif) center center repeat;
	margin: 100px 20px 15px 20px;
}
/*---------------------------------------------------------------------------------------HEADER*/
.winterpomsLogo{
	width: 231px;
	height: 118px;
	background: url(/images/logo_winterpoms-small.png) left top no-repeat;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -115px;
	z-index: 100;
}
/*---------------------------------------------------------------------------------------CONTAINER*/
.container{
	width: 766px;
	background: white;
	color: #5c5c5c;
	font: 12px arial;
	line-height: 1.5em;
}
.imgContainer{
	display: block;
	position: relative;
	min-height: 63px;
}
.imgContainer img{
	border: 8px solid #b083be;
}
.content{
	padding: 30px 40px 30px 40px;
	text-align: left;
	border-bottom: 1px solid #d2d2d2;
}
/*--thumbs--*/
.thumb{	
	display: block;
	position: relative;
	width: 147px;
	height: 126px;
	background: #89cde8 url(/images/bg_dots.gif) left top repeat;
	padding: 11px;
}
.thumb:hover{	
	background-color: #69bddf;
}
.thumb span{
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: url(/images/icon_mag-glass.gif) left top no-repeat;
	width: 16px;
	height: 18px;
}
.details{
	padding: 0 0 0 25px;
}
/*---------------------------------------------------------------------------------------FOOTER*/
.footer{
	color: #573859;
	font: 10px "Trebuchet MS";
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer a{
	color: #573859;
	text-decoration: none;
}
.footer a:hover{
	color: white;
}
/*---------------------------------------------------------------------------------------TEXT*/
h1{
	color: #a075ac;
	font: italic normal 28px "Times New Roman", Times, serif;
	margin: 0 0 25px 0;
	line-height: 1.2em;
	letter-spacing: -1px;
}
h1 span{
	color: #a3a3a3;
	font: italic normal 15px "Times New Roman", Times, serif;
	margin: 0;
	line-height: 1.1em;
	letter-spacing: normal;
}
h2{
	color: #a075ac;
	font: italic normal 19px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
	line-height: 1em;
}
h2 span{
	color:#616161;
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
}
li{
	list-style-image: url(/images/bg_li.gif);
	padding: 0 0 10px 0;
}
/*---------------------------------------------------------------------------------------FORM*/
.paypal{
	display: block;
	width: 87px;
	height: 28px;
	background: url(/images/btn_paypal.gif) left top no-repeat;
	float: right;
	border: none;
}
.paypal:hover{
	background-position: left bottom;
}

.link-paw{
	display: block;
	width: 120px;
	height: 26px;
	background: url(/images/bg_li.gif) left center no-repeat;
	padding:10px 0 0 18px;
	border: none;
	text-decoration:none;
	color: #a075ac;
	font: bold italic 14px "Times New Roman", Times, serif;
}




.cart-add{
	display: block;
	width: 87px;
	height: 28px;
	background: url(/images/btn-add.jpg) left top no-repeat;
	float: right;
	border: none;
}
.cart-view{
	display: block;
	width: 87px;
	height: 28px;
	background: url(/images/btn-view.jpg) left top no-repeat;
	float: right;
	border: none;
}
.cart-checkout{
	display: block;
	width: 87px;
	height: 28px;
	background: url(/images/btn-checkout.jpg) left top no-repeat;
	float: right;
	border: none;
}

.cart-continue{
	display: block;
	width: 87px;
	height: 28px;
	background: url(/images/btn-continue.jpg) left top no-repeat;
	float: right;
	border: none;
}

.cartHeader {
	width:400px;height:50px;position:absolute;top:0px;margin-left:50%;text-align:right;
	background: no-repeat url(/images/bg-cart-header.gif) right top;
}
.cartLinks {
	width:178px;
	padding:0 0 0 0;
	float:right;
	position:absolute;
	right:0;
	text-align:center;
}
.cartHeader a{
	text-decoration:none;
	color:#442a43;
	font:bold normal 12px Arial, Helvetica, sans-serif;
}
.cartHeader a:hover{
	color:#70386e;
}