﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkgr.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {border: none;}
h1, h2, h3, h4, h5, h6 {
	color: #D6058E;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	color: #333;
	margin-top: 3px;
}
a {
	color: #D6058E;
}
#bulletList,
#bulletList ul {
	font-size: 14px;
	color: #333;
}
#bulletList ul li {
	list-style-type: none;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 16px;
	margin-bottom: 3px;
}
div
{
	font-size: 14px;
	color: #333;
}
#wrapper {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}
#header {
	background-image: url(images/header_narrow.jpg);
	height: 158px;
}
#header img {
	height: 210px;
	width: 950px;
}
/*
#menu {
	background-image: url(images/menu_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 43px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 30px;
}

#menu a {
	color: #fda3de;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 13px;
	padding-right: 8px;
	padding-left: 8px;
}
#menu a:hover {
	color: #FFF;
}
#menu span {
	display: block;
	float: left;
	background-image: url(images/menu_a.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 20px;
	font-size: 0.0001em;
	color: #8E236B;
}
*/
#content {
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 20px;
	background-image: url(images/content_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 890px;
}
#content .main {
	width: 570px;
	float: left;
}

#content .left {
	width: 130px;
	float: left;
}
#logonBar
{
	text-align:right;
	height:30px;
}
#logonBar a
{
	text-decoration:none;
}
#logonBar a:hover {
	text-decoration:underline;
}
#cart
{
	padding-bottom:6px;
	font-family:Verdana;
	background-image: url(images/CartHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 3px;
}
#cart .cartItem
{
	margin-left:15px;
	margin-bottom:5px;
	color:Black;
	font-size:small;
}
.cartItem .name
{
	font-weight:bold;
	color:Black;
	text-align:center;
}
.cartItem .price
{
	color:Gray;
	font-style:italic;
}
#cart .cartHeader
{
	padding-top:15px;
	color:#D6058E;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	padding-left:30px;
	height:64px;
}
#cart .cartFooter
{
	padding-top:3px;
	color:#fda3de;
	font-weight:bold;
	font-family:Verdana;
	vertical-align:bottom;
	text-align:center;
}
.cartFooter .price
{
	color:Gray;
	font-size:1;
	padding-bottom: 0px;
	text-align:left;
	padding-left:16px;
}
#cart .bottom
{
	background-image: url(images/newsitem_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	font-size: 0.0001em;
}
#cart a
{
	text-decoration:none;
}
#cart a:hover
{
	text-decoration:underline;
}
#content .mainShop 
{
	width: 440px;
	float: left;
	padding-left:15px;
}
#content .right {
	padding-left:0px;
	width: 279px;
	float: right;
}

#content .product
{
	background-image:url(images/WebshopItem.jpg);
	background-repeat:no-repeat;
	
}
.product a
{
	text-decoration:none;
}
.product a:hover {
	text-decoration:underline;
}

#content .productImage 
{
	padding:3px;
	float:left;
	width:120px;
}
#content .productListItemHeader
{
	font-size:larger;
	font-weight:bold;
	color:GrayText;
	font-family:Verdana;
}
#content .productListItem 
{
}

#content .side {
	width: 279px;
	float: right;
}
.side .item {
	background-image: url(images/newsitem_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 24px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 3px;
}

.side .item .thumb {
	border: 1px solid #9f9f9f;
	float: left;
	margin-right: 8px;
	margin-top: 2px;
	margin-left: 16px;
	_margin-left: 8px; /* ie6 fix */
}
.side .item img {border: 1px solid #fff;}

.side .item a {
	color: #0084ff;
	text-decoration: none;
}
.side .item p {
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.side .bottom {
	background-image: url(images/newsitem_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	font-size: 0.0001em;
	color: #fff;
}
#content .side img.image {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content .main img.image {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content img.image {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #fff;
	float: left;
	margin-right: 3px;
	margin-bottom: 0px;
}



.container {
	width: 424px;
	float: left;
	border: 1px solid #e3e3e3;
	margin-right: 9px;
	margin-bottom: 9px;
}
.container img {border: 3px solid #fff;}

.container h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 8px;
	padding-top: 10px;
}
.container .side1 h3 {color:#808080;}
.container .side2 h3 {color:#d40087;}

.container .side1,
.container .side2 {
	float: left;
	width: 212px;
	text-align: center;
	_padding-bottom: 10px;
}
.container .side1 .thumbBefore,
.container .side2 .thumbBefore 
{
	cursor:pointer;
	float: left;
	padding: 6px;
	background-image: url(images/frame_bk.gif);
	background-repeat: repeat;
	margin-left: 10px;
	_margin-left: 5px;
	margin-bottom: 10px;
	background-color: #b3b3b3;
}
.container .side1 .thumbAfter,
.container .side2 .thumbAfter 
{
	cursor:pointer;
	float: left;
	padding: 6px;
	background-image: url(images/frame_bk.gif);
	background-repeat: repeat;
	margin-left: 10px;
	_margin-left: 5px;
	margin-bottom: 10px;
	background-color: #d40087;
}


#footer {
	text-align: center;
	font-size: 14px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 120px;
	overflow: hidden;
	
}
#footer a {
	color: #9e0269;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:hover {
	color: #CC0286;
}

#footer span {
	font-size: 0.0001em;
	width: 20px;
	color: #CA96BA;
}
#footer p {
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 15px;
	padding-top: 15px;
}


#footer p.copy {
	font-size: 11px;
	color: #f5c9e5;
}
#footer p.copy a {
	color: #fff;
	padding: 0px;
}
#footer p.copy a:hover {color: #f5c9e5;}

#footer p span {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
}

#pagesContainer 
{
	background-image: url(images/menu_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 5px;
}
#pagesContainer a 
{ 
	color: #fda3de;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
}
#pagesContainer a:hover {
	color: #FFF;
}
#pagesContainer span 
{
	color: #fda3de;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 3px;
	padding-right: 8px;
	padding-left: 0px;
}

.button
{
	font-size:10px;
	background-color:White;
	width:100px;
}

.smallInputForm
{
	background-image:url(images/BgShade.jpg);
	background-repeat:repeat-x;
	width:500px;
	padding: 10px;
	border: 2px solid #CCC;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.inputDiv
{
	float:left;
	height:25px;
}
.label
{
	text-align:right;
	vertical-align:middle;
	width:115px;
	float:left;
	height:25px;
}
.address
{
 
}
.errorMessage
{
	background:red;
	border:2px solid GrayText;
	color:White;
	padding:3px;
}
.okMessage
{
	background:green;
	border:2px solid GrayText;
	color:White;
	padding:3px;
}

#order
{
	border:1px solid black;
	padding:8px;
	font-family:Verdana;
}
#order .head
{
	font-family:Verdana;
	background-color:Silver;
	border:1px solid gray;
	padding:3px;
	font-weight:bold;
}
#order .line
{
	width:100%;
	color:Red;
	float:left;
	border-bottom:1px dotted silver;
	padding:2px;
}
.line .amount
{
	width:75px;
	float:left;
	text-align:left;
	font-family:Verdana;
	background-color:#FAD3ED;
	padding-left:2px;
	font-size:smaller;
}
.notInStockLink
{
	
}
.notInStockLink a
{
	color:Red;
	text-decoration:none;
	font-size:x-small;
}

.line .description
{
	font-size:smaller;
	float:left;
	text-align:left;
	font-weight:bold;
	color:Black;
	padding-left:10px;
}
.line .description a
{
	text-decoration:none;
}
.line .description a:hover
{
	text-decoration:underline;
}

.line .price
{
	width:130px;
	float:right;
	text-align:right;
	font-style:italic;
}
#order .totals
{
	width:100%;
	text-align:right;
	font-weight:bold;
	padding:2px;
}

#order .paymentLabel
{
	float:left;
	width:120px;
	text-align:right;
	padding-top:3px;
}
#order .paymentInput
{
	float:right;
	width:220px;
	text-align:left;
	padding-top:3px;
}
#order .payment
{
	border:1px solid;
	float:left;
	width:380px;
	text-align:left;
	padding:10px;
}
#order .footer
{
	float:left;
	width:100%;
}
.footer .disclamer
{
	float:inherit;
	color:Silver;
	font-size:smaller;	
	width:40%;
	vertical-align:bottom;

}
.orderShipTo
{
	border:1px solid;
	background-color:#FCBCE7;
	padding:5px;
	text-align:left;
	
}
.categoryHeader
{
	background-image: url(images/menu_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#98407B;
	padding:5px;
	text-align:center;
	color:#fda3de;
	font-size: 18px;
	border:2px solid #fda3de;
}