html, body, div {
	padding:0px;
	margin:0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url("/images/bg.jpg") repeat center top;
}

.content-text{
	font-size:11px;
	padding:60px;
	line-height:2;
	text-indent:0px;
}
#flash{
	float: left;
	width:949px;
	height:358px;
	padding-bottom:50px;
}

/**Lightbox*/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #939393;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 5px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 50%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#ffffff;
	position:absolute;
	text-decoration:none;
	background-repeat:no-repeat;
}
#prevLink {
	left: -31px;
}
#nextLink {
	right: -30px;
	
}
#prevLink {
	background-image: url(/images/prev_inactive.png);
	background-position:left 85%;
}
#nextLink {
	background-image: url(/images/next_inactive.png);
	background-position:right 85%;
}
#prevLink:hover {
	background-image:url("/images/prevlabel.png");
}
#nextLink:hover {
	background-image:url("/images/nextlabel.png");
}
#prevLink:hover, #nextLink:hover {
	text-indent:0px;
}
#imageDataContainer {
	font: 12px Georgia;
	background-color: #939393;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 5px;
	color: #FFFFFF;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
	padding-bottom:5px;
}
#imageData #caption {
	font-weight: normal;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*****/


#wrapper, #footer {
	width:949px;
	padding:0px 21px 0px 22px;
	margin:auto;
}
#wrapper {
	background:url("/images/edge.png") repeat-y center top;
	min-height:400px;
}
#footer {
	height:45px;
	background:url("/images/bottom_edge.png") no-repeat center top;
}
#header {
	height:138px;
	background:url("/images/header.jpg") no-repeat top left;
	position:relative;
}
#header #home {
	display:block;
	position:relative;
	width:110px;
	height:120px;
	top:10px;
	left:15px;
}
#header #cart {
	position:absolute;
	top:15px;
	left:240px;
	width:220px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:1.5;
}
#header #cart a {
	font-size:12px;
	color:#cccccc;
	line-height:3.0;
	text-decoration:underline;
}
#header #cart a:hover {
	color:#ffffff;
}
#header #cart span {
	text-decoration:none !important;
	color:#cccc99;
	font-size:18px;
}
#header #menu {
	position:absolute;
	left:470px;
	top:20px;
}
#header #menu a {
	color:#cccc99;
	text-decoration:underline;
	font-size:11px;
	line-height:1.7;
	font-weight:bold;
}

#header	#hot-menu{position:absolute; top:23px; right:100px; color:#CC9;}
#header	#hot-menu a{color:#CC9; font-size:11px; font-weight:bold;}



#header #menu a:hover, #header	#hot-menu a:hover{
	color:#ffffff;
}
#buttons {
	background:url("/images/button_bg.png") repeat-x center top;
	background-color:#000000;
	height:44px;
//z-index:10000;
}
#buttons .menu {
	float:left;
	left:auto;
	position:relative;
	background:url("/images/button_edge.png") no-repeat top right;
//z-index:1000;
}
#buttons .menu:hover {
}
#buttons .menu a.main {
	padding:5px 40px 0px 15px;
	width:132px;
	margin:0px 2px 0px 1px;
	height:30px;
	display:block;
	color:#d7d7d7;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
#buttons .menu a:hover {
	text-decoration:underline;
}
#buttons .menu:hover a.main, #buttons a.main#__active {
	background-color:#808a93;
}
#buttons .menu .submenu {
	position:absolute;
	z-index:1000;
	display:none;
	top:35px;
	left:0px;
	background:url("/images/menu_bg.png") top left repeat-x;
	background-color:#606060;
	padding:10px 30px;
	min-width:180px;
	border:1px #919191 solid;
	box-shadow: 0px 2px 10px #555555;
	-moz-box-shadow: 0px 2px 10px #555555;
}
#buttons .menu .submenu div {
	margin:0px;
}
#buttons .menu .submenu div a {
	line-height:1.7;
	color:#999999;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
#buttons .menu .submenu div a:hover {
	color:#FFFFFF;
}
#buttons .menu .submenu div div {
	padding-left:15px;
}
#buttons .menu:hover .submenu {
	display:block;
}
#navig {
	padding-left:15px;
	position:relative;
	background-color:#000000;
	height:25px;
	color:#999999;
	font-size:10px;
	font-weight:bold;
}
#navig a {
	color:#999999;
	text-decoration:underline;
	font-weight:normal;
}
#navig a:hover {
	color:#ffffff;
}
#navig #search {
	position:absolute;
	right:15px;
	top:-6px;
	width:300px;
}
#navig #search input {
	border:1px #4d4d4d solid;
	background-color:#333333;
	width:225px;
	height:18px;
	color:#FFFFFF;
	font-size:14px;
}
#navig #search img {
	cursor:pointer;
	display:block;
	float:right;
	margin-top:0px;
//margin-top:-23px;
}
#content {
	padding:0px 0px 30px 0px;
	color:#4b4b4b;
}
#inner_footer {
	font-size:9px;
	text-align:center;
	color:#999999;
	padding-top:100px;
}
#twocol {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}
#left_col {
	padding-top:30px;
	padding-left:30px;
}
#twocol #menu_holder, #twocol #left_col {
	vertical-align:top;
}
#twocol td p:first-child {
	margin-top:0px;
}
#twocol #menu_holder {
	width:220px;
	padding:0px;
}
h1, h2 {
	font-weight:normal;
	margin-top:0px;
}
#goods {
	margin-bottom:35px;
	clear:both;
//width:100%;
}
.good {
	width:182px;
	margin-right:35px;
	display:inline-block;
	font-size:11px;
	position:relative;
	z-index:280;
	vertical-align:top;
	margin-bottom:40px;
//float:left;
}
.good .img {
	display:block;
	text-decoration:none;
	width:180px;
	height:270px;
	border:1px #CCCCCC solid;
	background-position:center center;
	background-repeat:no-repeat;
}
.good p {
	margin:5px 0px;
}
.good .price {
	margin-top:0px;
	text-align:right;
	padding-right:25px;
	font-size:18px;
	color:#cccc33;
}
.good .cprice {
	background-color:#FFFFFF;
	position:absolute;
	top:251px;
	right:35px;
	padding:0px 5px;
	color:#000000;
	font-size:18px;
	text-decoration:line-through;
}
.good .name {
	padding-left:10px;
}
.good .discount {
	position:absolute;
	top:215px;
	left:140px;
	background:url("/images/price.png") no-repeat center center;
	padding-top:20px;
	width:80px;
	text-align:center;
	height:60px;
	color:#FFFFFF;
	font-size:11px;
}
.good .discount span {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.good .frame {
	font-size:10px;
	background:url("/images/framen.png") left bottom no-repeat #FFFFFF;
	min-height:40px;
	display:none;
	width:165px;
	padding:20px;
	padding-top:0px;
	position:absolute;
	left:-10px;
	top:100%;
	z-index:300;
}
.good:hover .frame {
	display:block;
}
.arr-paging {width: 600px; text-align: center;}
div.paging {
	clear:both;
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
	height:20px;
	width:600px;
	margin: 0 0 0 0px;
}
div.pages {
	left:0px;
	top:0px;
	white-space:nowrap;
	position:absolute;
	font-size:16px;
	color:#000000;
}
div.pages a {
	font-size:12px;
	color:#999999;
	text-decoration:underline;
}
div.pages a:hover {
	color:#4d4d4d;
}
#cat_menu {
	margin-top:42px;
	position:relative;
	background:url("/images/gr_bg.png") top left repeat-x;
	background-color:#8d8d8d;
	border:2px #999999 solid;
	width:200px;
	padding:14px;
	text-align:left;
}

a#shop_link
{
	position:absolute;
	top:-44px;
	display:block;
	height:42px;
	width:312px;
	right:-2px;
	background:url("/images/but.png") top left no-repeat;
	text-decoration:none;
	border:none;
}


#magaz{
	float:right;
	height:42px;
	width:312px;
	margin-top:-50px;
	*margin-top:0px;
	background:url("/images/but.png") top left no-repeat;
	text-decoration:none;
	border:none;
}


#cat_menu .linker a {
	color:#cccccc;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}
#cat_menu .linker a:hover {
	color:#FFFFFF;
}
#cat_menu .linker a.active {
	color:#FFFFFF;
	text-decoration:none;
}
#cat_menu h2 {
	color:#cccc99;
	font-weight:bold;
	font-size:12px;
	margin:10px 0px;
}

#cat_menu .menu_block
{
	//display:inline;
	//position:static;
}

#cat_menu .menu_block div {
	margin:0px;
}
#cat_menu .menu_block div div {
	padding-left:15px;
}
#cat_menu .menu_block a {
	color:#cccccc;
	font-size:11px;
	text-decoration:underline;
	line-height:18px;
}
#cat_menu .menu_block a:hover {
	color:#FFFFFF;
}
p.selectors {
	font-weight:bold;
	font-size:11px;
	color:#999999;
}
p.selectors select {
	color:#000000;
	border:1px #bcc8cf solid;
	font-size:11px;
	font-weight:bold;
}
#goods_details {
	position:relative;
}
#good_images {
	position:relative;
	padding:1px 0px 0px 1px;
	width:270px;
	background:url("/images/img_bg.jpg") 10px 11px no-repeat;
//z-index:100;
//position:static;
}
#good_images a {
	border:none;
	text-decoration:none !important;
}
#good_images a#main {
	display:block;
	width:260px;
	height:400px;
	margin:5px 10px;
	border:none;
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
}
#good_thumbs {
	position:absolute;
	top:400px;
	left:10px;
	//z-index:100;
}
#good_thumbs a.small_img img {
	display:none;
}
#good_holder {
	border-collapse:collapse;
	border-spacing:0px;
}
#good_holder td {
	padding:0px;
	vertical-align:top;
}
#good_thumbs a {
	display:block;
	width:80px;
	height:115px;
	background-color:#E7E7E7;
	position:absolute;
	border:1px #FFFFFF solid;
	background-repeat:no-repeat;
	cursor:pointer;
	background-position:center left;
}
#goods_content {
	top:0px;
	z-index:10;
	padding-top:30px;
	width:180px;
	position:relative;
}
#goods_content h1, h3 {
	color:#333333;
	font-size:18px;
	font-weight:normal;
}

#goods_properties {
	margin-top:10px;
	line-height:1.25;
	font-size:11px;
	color:#666666;
}
#goods_properties b {
	font-size:12px;
}
#price {
	font-size:30px;
	color:#cccc33;
	white-space:nowrap;
	bottom:5px;
	margin-bottom:30px;
	left:0px;
}
#price_old {
	font-size:24px;
	text-decoration:line-through;
	color:#999999;
	white-space:nowrap;
	left:0px;
	bottom:40px;
}
#goods_options b {
	font-size:12px;
	float:left;
}

#goods_options small {
	margin: 0 0 0 -65px;
}
#goods_options {
	margin-top:15px;
	white-space:nowrap;
	line-height:1.5;
	font-size:11px;
	position:relative;
	right:0px;
}
#goods_options label {
}
#goods_options label.disabled {
	color:#bdbdbd;
}
#goods_options td {
	text-align:left;
}
#goods_options p {
	margin-top:40px;
	padding-left:10px;
}
#goods_options p input {
	padding:3px 5px;
	border:1px #CCCCCC solid;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	width:25px;
	margin-right:0px;
}
#frm input#buy {
	border-color:#bcc8cf;
	color:#b9c4cb;
	background-color:#2f373d;
	width:70px;
	cursor:pointer;
}
#searchResults {
	-moz-box-shadow:#999999 2px 2px 3px;
	background:#8D8D8D url(/images/gr_bg.png) repeat-x scroll left top;
	border:1px #cccccc solid;
	padding:10px;
	position:absolute;
	top:22px;
	left:0px;
	font-size:11px;
	line-height:1.5;
	font-weight:normal;
	color:#FFFFFF;
	z-index:1000;
}
#searchResults a {
	color:#CCCCCC;
	text-decoration:underline;
}
#searchResults a:hover {
	color:#FFFFFF;
}

.cart-full {font-size: 12px; padding: 20px 40px;}
.cart-full img {margin: 0 10px 10px 0;}
.cart-full div {clear: both;}
.cart-full .text {width: 250px;}
.cart-full input, textarea {width: 100px;}
.goods_count {font-size: 11px;}
.see {margin: 120px 0 0 0;}
#left_col img {border:0;}
.img_button {background: url('/images/buttonblack.png') no-repeat; border:0; color: #FFF; width: 98px; height: 21px; padding: 0; cursor: pointer;}
.img_button:hover {background: url('/images/buttongreen.png') no-repeat;}

#tablesize {position: absolute; display:none; left: 0px; top: 0px;}


