body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:5px;
	background: transparent url('main_bkg.gif') 50% 0 repeat-y;
}

table {
	margin:0;
	padding:0;
	border:0;
}

td {
	vertical-align:top;
}

table.main_bkg {
	margin:0;
	padding:0;	
	width:961px;
	border:0;
}

img {
	border:0px;
}

img.img_border {
	border:1px solid #acacac;
	margin-bottom:6px;
}

a {
	color:#000000;
}

form {
	border:0;
	padding:0;
	margin:0;
}

.search-top {
	border:1px solid #a6a6a6;
	padding:0;
	margin:0;
	height:16px;
	width:103px;
	font-size:11px;
	color:#656565;
}

.search_top_button {
	background: transparent url('search_go.gif') 0 0 no-repeat;
	border:0;
	padding:0;
	margin:0;
	vertical-align:middle;
	height:38px;
	width:29px;
}

table.holder {
	width:805px;
	border:1px solid #a6a6a6;
	margin:0;
	padding:0;
}

table.holder td {
	vertical-align:top;
	text-align:left;
	margin:0;
	padding:0;
}

table.search_holder {
	margin:0;
	padding:0;
	background: transparent url('search_bkg.gif') 0 0 no-repeat;
	width:348px;
	height:39px;
	margin-right:20px;
}

table.search_holder img {
	vertical-align:middle;
}

table.social_network td {
	vertical-align:middle;
}

table.nav {
	background-color:#000000;
	width:100%;
}

table.content {
	margin-top:7px;
	margin-left:5px;
}

td.left {
	width:167px;
	background-color:#cecece;
}

td.left table {
	width:167px;
}

td.left .sub_nav {
	border-bottom:1px solid #ffffff;
	padding:13px 0 11px 21px;
}

td.left .sub_nav_last {
	padding:13px 0 11px 21px;
}

td.left .sub_nav_adv {
	vertical-align:middle;
	text-align:center;
	padding:10px 0;
}

td.left a {
	color:#df165b;
	font-size:13px;
	text-decoration:none
}

td.left a:hover {
	color:#df165b;
	font-size:13px;
	text-decoration:underline
}

td.middle {
	width:620px;
}

.sale {
	font-weight:bold;
	color:#e51159;
}

table.footer_nav {
	text-align:center;
	margin-top:15px;
	font-size:11px;
}

table.footer_nav a {
	color:#656565;
	text-decoration:none;	font-size:11px;
}

table.footer_nav a:hover {
	color:#000000;
	text-decoration:underline; 	font-size:11px;
}
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../assets/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
