body{
	background-color:#cdcdcd;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

h1{ font-size: 2em; margin: .67em 0 }
h2{ font-size: 1.5em; margin: .83em 0 }
h3{ font-size: 1.17em; margin: 1em 0 }
p{ margin: 1.33em 0 }

th, strong{
	font-weight:bold;
}

label{
	float:left;
	width:50%;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}

a{
	color:#eb136e;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#eb136e;
	font-size:20px;
}

#container{
	width:869px;
	margin:30px auto;
}

#header{
	position:relative;
	background-image:url(../images/header.gif);
	height:109px;
	margin:5px 0;
}

#header #clown{
	position:absolute;
	top:-10px;
	left:-30px;
}

#header #topnav{
	position:absolute;
	right:10px;
	bottom:10px;
	width:460px;
}

#header #topnav li{
	float:left;
}

#header #topnav li a{
	display:block;
	width:115px;
	height:31px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	color:#333333;
}

#header #topnav .green a{
	background:url(../images/button_green.gif);
}

#header #topnav .pink a{
	background:url(../images/button_pink.gif);
}

#header #topnav .red a{
	background:url(../images/button_red.gif);
}

#header #topnav .blue a{
	background:url(../images/button_blue.gif);
}

#search{
	height:39px;
	line-height:35px;
	background:url(../images/search_bg.gif);
	font-weight:bold;
	font-size:12px;
}

#search #searchLeft{
	float:left;
	width:200px;
	margin-left:40px;
	white-space:nowrap;
}

#search #searchRight{
	float:right;
	margin-right:10px;
	white-space:nowrap;
}

#search input{
	vertical-align:middle;
}

#s{
	height:14px;
	font-size:12px;
}

#main_t{
	position:relative;
	width:870px;
}
#main_b{
	position:relative;
	width:870px;
}
#main_tl, #main_tr, #main_bl, #main_br{
	background-repeat:no-repeat;
	height:9px;
	width:9px;
}

#main_tl{
	background-image:url(../images/main_tl.gif);
	float:left;
	background-color:#fff;
	position:absolute;
	top:0;
}

#main_tr{
	background-image:url(../images/main_tr.gif);
	float:right;
	background-color:#fff;
	position:absolute;
	top:0;
	right:0;
}

#main_bl{
	background-image:url(../images/main_bl.gif);
	float:left;
	background-color:#cdcdcd;
	position:absolute;
	top:-9px;
}

#main_br{
	background-image:url(../images/main_br.gif);
	float:right;
	background-color:#cdcdcd;
	position:absolute;
	right:0;
	top:-9px;
}

#main{
	background-color:#FFFFFF;
	background-image:url(../images/main_bg.gif);
	background-attachment:fixed;
	background-position:50% 170px;
	background-repeat:no-repeat;
	width:846px;
	min-height:660px;
	padding:10px;
	border: 2px solid #a8a8a8;
}

#main #colLeft{
	float:left;
	width:140px;
}

#colLeft a{
	color:#666666;
	font-size:12px;
}

#colLeft .em a{
	color:#eb136e;
	font-weight:bold;
}

#colLeft li{
	margin-bottom:10px;
}

#main #colCenter{
	float:left;
	width:523px;
	border-left: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	padding:0 12px;
	min-height:1400px;
}

#main #colRight{
	float:left;
	width:130px;
	padding:0 10px;
}

#colCenter h2{
	height:47px;
	line-height:47px;
	padding:0 10px;
	background-image:url(../images/heading_bg.gif);
	background-repeat:no-repeat;
	color:#fff;
}

.heading{
	background-color:#ff0c6c;
	background-image:url(../images/category_bg.gif);
	background-repeat:no-repeat;
	width:498px;
	color:#FFFFFF;
	padding:0 10px;
	font-size:12px;
}
.headingBot{
	background-image:url(../images/category_bg_bot.gif);
	height:10px;
	width:518px;
}
.heading img{
	margin:10px 10px 5px 0;
	float:left;
}
.heading h1{
	color:#FFFFFF;
	margin:0;
	padding:10px 0 8px 0;
	font-size:24px;
}

.products table{
	width:160px;
	border-collapse:collapse;
	float:left;
	margin:3px 5px 8px 5px;
	background:#fff;
}

.products th, .products td{
	border:2px solid red;
	text-align:center;
	overflow:hidden;
}

.products th{
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background:red;
	height:30px;
}

.products td{
	vertical-align:middle;
	padding:2px;
}

.products .price{
	height:20px;
	text-align:right;
	font-weight:bold;
	font-size:15px;
	line-height:18px;
	white-space:nowrap;
}

.products .price img{
	vertical-align:middle;
}

.product_red th{
	background:#f8005d;
}
.product_red th, .product_red td{
	border-color:#f8005d;
}

.product_green th{
	background:#add50f;
}
.product_green th, .product_green td{
	border-color:#add50f;
}

.product_purple th{
	background:#684794;
}
.product_purple th, .product_purple td{
	border-color:#684794;
}

.product{
	width:100%;
	border-collapse:collapse;
	float:left;
	margin:3px 3px 8px 3px;
	background:#fff;
}

.product th, .product td{
	border:2px solid #f8005d;
	overflow:hidden;
	vertical-align:middle;
}

.product th{
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	background:#f8005d;
	height:30px;
	padding:0 10px;
}

.product td{
	vertical-align:middle;
	padding:2px;
}

.product .price{
	height:20px;
	text-align:right;
	font-weight:bold;
	font-size:15px;
	line-height:18px;
	white-space:nowrap;
}

.product .price img{
	vertical-align:middle;
}

#basketHolder{
	height:125px;
}

#basket{
	background-image:url(../images/block_basket.gif);
	width:118px;
	height:113px;
	color:#000000;
	padding:8px;
	font-size:11px;
	position:absolute;
}

#basket_icon{
	vertical-align:middle;
	margin:5px;
}

#basket .dotted{
	border:1px dashed #fff;
	margin:5px;
}

#basket_message{
	border:2px solid #da58a4;
	padding:10px;
	font-weight:bold;
	position:relative;
	top:0;
	right:310px;
	width:280px;
	height:90px;
	background:#fff;
}

#colRight .box{
	width:134px;
	height:103px;
}

#footer{
	text-align:center;
	margin-bottom:20px;
}

@media print{
	#container{
		width:auto;
	}
	#user, #topnav, #search, #colLeft, #colRight, #footer, #main_t, #main_b{
		display:none;
	}
	#header #clown{
		position:static;
	}
	#header, #main, #main #colCenter{
		border:0;
		background:none;
		min-height:0;
		height:auto;
	}
}
