body, html
{
	margin:0px;
	padding:0px;
	background-color:#cccccc;
	font-family:Arial;
	font-size:12px;
	
	height:auto;
	min-height:auto;
}
#header_white_bar
{
	height:26px;
	width:100%;
	background-color:#FFFFFF;	
	line-height:26px;
}
#header_white_bar a
{
	text-decoration:none;	
	color:#000000;
}
#header_white_bar a:hover
{
	text-decoration:underline;	
}	
/* START general classes */
.container
{
	position:relative;
	width:760px;
	height:auto;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
}
.separator
{
	width:15px;
	height:26px;
	background-image:url(images/separator.gif);
	background-repeat:no-repeat;
	background-position:top;
	overflow:visible;
	margin-left:5px;
	margin-right:5px;
}
.leftsided {float:left;}
.rightsided {float:right;}
.bodytext
{
	color:#666666;
	padding-left:5px;
}

.bodytext a
{
	color:#FF00CA;
	text-decoration:none;
}
.bodytext a:hover
{
	/*color:#ca0ca4;*/
	color:#ba149a;
	border-bottom:1px dotted #FF00CA;
}

.vertical_separator
{
	height:15px;
	line-height:15px;
	overflow:hidden;
}
.box
{
	width:285px;
	height:210px;
	border:1px solid #FF00CA;
	margin-left:5px;
	/*margin-right:5px;*/
	display: inline;
	overflow:hidden;
}
.itembox
{
	width:140px;
	height:156px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	
}
.itembox .itempicture
{
	padding-top:1px;
	height:140px;
	vertical-align:middle;
	text-align:center;
	border:1px solid #FF00CA;
}
.itembox .itemlabel
{
	height:15px;
	font-weight:bold;
	color:#666666;/*#adadad*/
	text-align:center;
	/*border-top:1px solid #999999;*/
}
.wrap{
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding-top:5px;
}
.title
{
	padding-left:5px;
	color:#FFFFFF;
	font-family:Impact;
}
.subtitle
{
	padding-left:5px;
	color:#FFFFFF;
}
.label
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#FF00CA;
	padding-left:5px;
	text-decoration:underline;
}
.simplelabel
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#FF00CA;
}

.sublabel
{
	width:200px;
	height:15px;
	color:#FF00CA;
}
.wrapper
{
	padding-left:15px;
	width:550px;
	height:auto;
	overflow:auto;
	/*border:1px solid #999999;*/
}
.cartwrapper
{
	margin-left:3px;
	margin-right:1px;
	margin-top:5px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	width:575px;
	height:auto;
	border:1px solid #999999;
}
.picturewrapper
{
	height:auto;
	width:140px;
	vertical-align:middle;
	text-align:center;
	border:1px solid #FF00CA;
	margin-top:10px;
	padding:2px;
}
.shopping_cart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	text-indent: 5px;
	background-image:url(images/shopping_cart_header_bg.gif);
	background-repeat:repeat-x;
	
	border:1px solid #0080C0;
	height:15px;
	margin-top:5px;
	margin-right:5px;
}
.shopping_cart a {
	color: #333333;
	text-decoration:none;
}
.shopping_cart a:hover {
	color:#FF00CA;
	text-decoration:none;
}
.labelbold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	text-indent: 10px;
	
	background-image:url(images/shopping_cart_header_bg.gif);
	background-repeat:repeat-x;	
	border:1px solid #0080C0;
}


.error {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	
	color:#FF0000;
	margin-left:5px;
	padding-left:5px;
	border-left:5px solid #FF00CA;
}

.checkout_1
{
	margin-top:5px;
}
.checkout_1 a
{
	color:#003366;
	text-decoration:none;
}
.checkout_1 a:hover {
	color:#FF00CA;
	text-decoration:underline;
}


.details
{
	width:350px;
}

.small_input
{
	width:35px;
	font-family:Arial;
	font-size:11px;
	color:#333333;
}
/* END general classes */

#header
{
	width:auto;
	height:136px;
	overflow:hidden;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
}

#main
{
	/*height:858px;/*835px*/
	height:auto;
	/*overflow:auto;*/
	background-color:#505050;
}
	#leftmain
	{
		width:590px;
		/*height:100%;
		/*overflow:hidden;*/
		min-height:500px;
		height:auto !important; 
		height:500px;
		
		/*overflow:auto;*/
		background-image:url(images/main_bg.jpg);
		background-repeat:repeat-y;
	}
	#rightmain
	{
		width:170px;
		height:auto;
	}
	#rightmain a
	{
		text-decoration:none;
		color:#FFFFFF;
	}
	#rightmain a:hover
	{
		text-decoration:none;
		color:#FF00CA;
	}
	
#headmain
{
	height:205px;
}

#bodymain
{
	margin-left:2px;
}

#footer
{
	width:auto;
	height:51px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
}
#footer a
{
	font-style:italic;
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover
{
	text-decoration:none;
	color:#FF00CA;
}

#mailingform
{
	height:86px;
	width:170px;
	background-image:url(images/form.gif);
	background-repeat:no-repeat;
}
#mailingform .textfield
{
	margin-left:13px;
	margin-top:35px;
		
	width:140px;
	height:17px;
	line-height:15px;
	
	font-size:10px;
	color:#666666;
	
	border:0px;
	/*outline:0px;*/
	padding:0px;
}
#mailingform #button
{
	border:0px;
	/*outline:0px;*/
	padding:0px;
	
	width:45px;
	height:15px;
	
	margin-left:111px;
	cursor:pointer;
}

#registerform
{
	width:565px;
	height:auto;	/* !!! this fixes container height with floating elements inside !!! */
	overflow:auto;	/* !!! this fixes container height with floating elements inside !!! */
	
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	border:1px solid #CCCCCC;
	padding:2px;
	
	font-family:Verdana;
	font-size:12px;
}

#registerform .left
{
	float:left;
	width:140px;
	height:25px;
	border-right:1px solid #666666;
	margin-left:5px;
	padding-right:5px;
}
#registerform .left_large
{
	float:left;
	width:140px;
	height:40px;
	border-right:1px solid #666666;
	margin-left:5px;
	padding-right:5px;
}
#registerform .right
{
	float:left;
	width:330px;
	height:25px;
	padding-left:10px;
	text-align:left
}
#registerform .right_large
{
	float:left;
	width:330px;
	height:40px;
	margin-left:10px;
}
#registerform .textfield
{
	width:140px;
	height:15px;
	line-height:15px;
	
	font-size:10px;
	color:#666666;
}
#registerform .textfield_large
{
	width:140px;
	height:20px;
	line-height:20px;
	
	font-size:10px;
	color:#666666;
}
#registerform .field
{
	 padding-top:3px;
}

#checkout
{
	width:154px;
	height:25px;
	margin: 0;
  	padding: 0;
  	border: 0;
	background:url(images/checkout.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#update
{
	width:154px;
	height:25px;
	margin: 0;
  	padding: 0;
  	border: 0;
	background:url(images/update.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#preview
{
	width:154px;
	height:25px;
	margin: 0;
  	padding: 0;
  	border: 0;
	background:url(images/preview_order.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#back
{
	width:154px;
	height:25px;
	margin: 0;
  	padding: 0;
  	border: 0;
	background:url(images/back.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}


#cancel
{
	width:154px;
	height:25px;
	margin: 0;
  	padding: 0;
  	border: 0;
	background:url(images/cancel.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#send_order
{
	width:154px;
	height:25px;
	margin: 0;
  	padding: 0;
  	border: 0;
	background:url(images/send_order.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#submit
{
	width:154px;
	height:25px;
	margin: 0;
  	padding: 0;
  	border: 0;
	background:url(images/submit.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

#add_to_cart
{
	width:92px;
	height:19px;
	margin: 0;
  	padding: 0;
  	border: 0;
	background:url(images/add_to_cart.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

.dropdown
{
	font-family:Verdana;
	font-size:10px;
	
	color:#FFFFFF;
	background-color:#FF33CC;
	
	border:0;
	margin:0;
	width:75px;
}

.vertical_sep_small
{
	height:3px;
	overflow:hidden;
	background-color:#FFFFFF;
	border-bottom:1px solid #FF33CC;
	margin-bottom:2px;
	
	width:auto;
}