/*////////////////////RESET/////////////////////*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, a {
	margin:0;
	padding:0;
	font-size: 12px;
	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
	border-style: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a, image.a{
	outline:none;
}
/**********************************************Page Formatting*************************************************/
body{
	background:url(../images/bg_main.gif) #e6e6e6 repeat-x;
}
.page_wrapper{
	margin-left:auto;
	margin-right:auto;
	width:920px;
	background:#FFFFFF;
}
.clr{
	clear:both;
	width:1px;
	height:1px;
	margin-left:-1px;
	margin-top:-1px;
	font-size:1px;
}
.main_content{
	padding:30px 30px 0 30px;
}
.content_text{
	width:620px;
	padding:18px 0 30px 0;
}
.item_container{
	width:185px;
	padding:0 0 15px 20px;
}
.footer{
	position:relative;
	width:880px;
	background:#bebebe;
	padding:20px 20px 0 20px;
}
.copyright{
	width:50%;
}
.left{
	position:relative;
	float:left;
}
.right{
	position:relative;
	float:right;
}
/**********************************************Text formatting*************************************************/
.main_content h1{
	font:bold 21px Tahoma, Arial;
	color:#ff0084;
}
.normal_text{
	font-weight:normal;
}
.bold_text{
	font-weight:bold;
}
.sub_categories li.first_subcategory{
	border:none;
}
.content_text p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#4b4b4b;
}
.item_description li{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	line-height:20px;
}
.item_description a{
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#ff0084;
	text-decoration:none;
}
.item_container a.buy{
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:3px 20px 3px 5px;
	background:#995919;
}
a:hover.buy {
	color:#CCCCCC;
}
.footer p{
	font:normal 11px Tahoma, Arial;
	color:#4b4b4b;
	border-bottom:dotted 1px #fff;
	padding-bottom:10px;
}
.copyright p{
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#fff;
	border:none;
	padding:10px 0;
}
.copyright a{
	color:#ff0084;
	text-decoration:none;
}
.footer_menu li{
	float:left;
	margin-top:10px;
	padding:0px 5px;
	border-right:1px solid #ff0084;
}
.footer_menu a{
	font:normal 11px Tahoma, Arial;
	color:#ff0084;
	text-decoration:none;
}
.footer_menu li.last_footer_item{
	border:none;
}
.right_menu h2{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:30px;
	padding-left:10px;
}

.right_menu a{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	text-decoration:none;
	padding:7px;
}
.right_menu a:hover{
	background:#995919;
	color:#fff;
	overflow:hidden;
}

/**********************************************Tabs formatting*************************************************/
.tabs_menu li{
	position:relative;
	float:left;
	line-height:26px;
	padding:0 0 5px 15px;
	background:url(../images/deco_tab_left_gray.gif) top left no-repeat #c5c5c5;
	margin:4px 0 0 1px;
}
.tabs_menu a{
	position:relative;
	font:normal 11px Tahoma, Arial;
	color:#919191;
	line-height:26px;
	padding:7px 15px 0 0;
	background:url(../images/deco_tab_right_grey.gif) top right no-repeat #c5c5c5;
	text-decoration:none;
}
.tabs_menu a:hover{
	color:#666666;
}
.tabs_menu li.selected {
	position:relative;
	float:left;
	line-height:28px;
	padding:0 0 7px 15px;
	background:url(../images/deco_tab_left_pink.gif) top left no-repeat #ff0084;
	margin:0 1px;
}
.tabs_menu li.selected a{
	position:relative;
	font:normal 11px Tahoma, Arial;
	color:#fff;
	line-height:28px;
	padding:8px 15px 0 0;
	background:url(../images/deco_tab_right_pink.gif) top right no-repeat #ff0084;
	text-decoration:none;
}
.tabs_menu {
	padding-left:30px;
}
/**********************************************Right Menu Formatting********************************************/
.right_menu{
	width:23%;
	margin:30px 20px 0 0;
}
.right_menu_header{
	height:30px;
	background:#ff0084;
}
.right_menu_deco_left{
	position:relative;
	float:left;
	background:url(../images/deco_rightmenu_left_pink.gif);
	display:block;
	height:30px;
	width:5px;
}
.right_menu_deco_right{
	position:relative;
	float:right;
	background:url(../images/deco_rightmenu_right_pink.gif);
	display:block;
	height:30px;
	width:5px;
}
.right_menu_footer{
	height:10px;
	background:#e4e4e3;
}
.right_menu_footer_deco_left{
	position:relative;
	float:left;
	background:url(../images/deco_tab_footer_left.gif) bottom left no-repeat;
	height:10px;
	width:10px;
}
.right_menu_footer_deco_right{
	position:relative;
	float:right;
	background:url(../images/deco_tab_footer_right.gif) bottom right no-repeat;
	height:10px;
	width:10px;
}
.right_menu li{
	margin:0 15px;
	padding:8px 0;
	border-bottom:dotted 1px #b0b0b0;
}
.right_menu li.last_option{
	border:none;
}
.right_menu ul{
	background:#e4e4e3;
}
/**********************************************Sub Categories**************************************************/
.sub_categories li{
	position:relative;
	float:left;
	padding:0 15px 0 15px;
	line-height:10px;
	margin-top:11px;
	border-left:solid 1px #fff;
}
.sub_categories{
	padding-left:30px;
	height:34px;
	background:#ff0084;
	margin-top:-1px;
}
.sub_categories a{
	font:normal 10px Tahoma, Arial;
	color:#fff;
	text-decoration:none;
}
.sub_categories a:hover{
	color:#CCCCCC;
}
/**********************************************Image formatting************************************************/
.logo{
	padding:25px 0 20px 33px;
}