/* CSS Document */
body {
	/* background:#C7C7C9 url(images/body.bg.gif) repeat-x scroll left top; */
	background:#26242B url(images/bg.png) repeat scroll left top; 	

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	/* margin-top:0px; */
 	margin-top:20px; 
}

img {
	border: none;
}

.defaultcss {
	font-size:12px;
	color:#222222;
	text-decoration:none;	
	font-weight: normal;
}

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

a:hover
{
	color:#333333;
	text-decoration: underline;
}

.centertext {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.top_menu {
	background:#999999;
	padding:13px;
	color:#FFFFFF;
	white-space:nowrap;	
}

.top_menu a 
{
	color:#FFFFFF;
	text-decoration:none;
	padding-right:15px;
	padding-left:15px;
	
}

.top_menu a:hover 
{
	text-decoration:underline;
}
.right_menu
{
	background-image:url(images/payment_options.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#EAEAEA;
	border-right:1px solid #5E5E5E;
	padding-bottom:45px;
	width:260px;
	color:#000022;
	
}

.right_menu a 
{
	/* color:#5E5E5E; */
	color:#8A0240;	
	font-weight:bold;
	text-decoration:none;
}

.right_menu a:hover 
{
	color:#000000;
    text-decoration:underline;	
}

#themas a 
{
	color:#5E5E5E;
	text-decoration:none;
	padding-right:15px;
	padding-left:15px;
	font-weight:normal;	
	font-size:10px;
}

#themas a:hover 
{
	color:#000000;
    text-decoration:underline;	
}


h1
{
	font-size:20px;
	color:#C40259;
	margin-bottom:10px;
}

h2
{
	font-size:16px;
	color:#C40259;
}

.category_heading
{
	font-size:13px;
	color:#C40259;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}

.dark_grey_bg_heading
{
	background-color:#5E5E5E;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:30px;
	padding-right:20px;
}

.dark_grey_bg
{
	background-color:#5E5E5E;
	border-top:#EEEEEE solid 5px;
	padding:15px 20px 15px 30px;	
	color:#FFFFFF;
}

.left_menu_item
{
	background-color:#DDDDDD;
	border-top:#EEEEEE solid 5px;
	padding:5px 20px 5px 30px;
	color:#5E5E5E;
}

.left_bar_bullet
{
	padding:5px 20px 5px 30px;
	color:#5E5E5E;
}



.last_item
{
	border-bottom:#EEEEEE solid 5px;
}

.border_bottom_thin
{
	border-bottom:#CCCCCC solid 1px;
}

.image_container
{
	border:#999999 solid 1px;
	padding:5px;
	width:160px;
	text-align:center;
}

.image_container_product
{
	border:#999999 solid 1px;
	padding:5px;
	text-align:left;
}

.footer_link
{
	padding:0px 15px 0px 15px;
	color:#5E5E5E;
	text-decoration:none;
}

.footer_link:hover
{
	color:#FFFFFF;
}

.cart_heading
{
	background:#AAAAAA;
	border-bottom:#333333 solid 1px;
	text-align:left;
	color:#000000;
	font-weight:bold;
}

.cart_totals
{
	border-top:#333333 solid 1px;
	text-align:left;
	color:#000000;
	font-weight:bold;
}

.td_padding_top
{
	padding-top:10px;
}

#livechat {
	position: fixed;
	bottom: 0;
	right: 10px;
	cursor: pointer;
	background: white;
	border: solid 2px #C40259;
	border-bottom: none;
	padding: 10px;
	color: black;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);				
} 

#livechatcall {
	display: none;
	padding-bottom: 40px;
} 

#livechatyes, #livechatno {
	padding: 5px;
	background: #C40259;
	color: white;
	border: solid grey 1px;
	font-weight: bold;
	display: block;
	text-decoration: none;	
} 

#livechatyes:hover , #livechatno:hover {
	text-decoration: underline;
}

.defaultform {
	background: #DDD;
}

.defaultform dt {
	font-weight: bold;
	padding-top: 5px;
}

.defaultform legend {
	font-size:16px;
	color:#C40259;
}

/* product */

.productlist li {
	list-style: none;
	border: solid 1px #DDD;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 160px;	
	height: 220px;
	text-align: center; 
	position: relative; /* to position .foot */
} 

.productlist .highlight {
	background: yellow;
}

.productlist li .image {
	text-align: center; /* for horizontal align */
	line-height: 150px; /* for vertical align */
} 

.productlist li .image img {
	vertical-align: middle;
} 

.productlist li .productlist_foot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
} 

.productlist li .productlist_foot div {
	padding: 5px;
} 


