html, body {
	behavior: url(/csshover.htc);
	margin: 0;
	padding: 0;
	background: #ffe0a5 url(/images/bg.gif) repeat-x top;
	overflow: auto;
	color: #202020;
}

#container {
	width: 980px;
	margin: 0 auto;
	font: 11px Tahoma;
	margin-bottom: 25px;
}

#top {
	width: 980px;
	height: 90px;
	background: url(/images/top_bg.gif);
	text-align: center;
	float: left;
}

#top img, #menu img {
	display: block;
	float: left;
}

#logo {
	margin: 0 190px;
}

#top {
	width: 980px;
	height: 90px;
	background: url(/images/top_bg.gif);
	text-align: center;
	float: left;
}
#copyright {
	text-align: center;
	font: 11px Arial;
	color: #beb2a9;
	line-height: 20px;
}

#copyright a {
	font-weight: bold;
	color: #beb2a9;
	text-decoration: none;
	border-bottom: 1px dotted orange;
}

#copyright a:hover {
	border-bottom: 1px dotted orange;
	color: #ffffff;
}

#menu {
	width: 980px;
	height: 31px;
	background: url(/images/menu_bg.gif);
	float: left;
}

#menu ul {
	float: left;
	width: 500px;
	height: 31px;
	margin: 0;
	padding: 0 40px;
	background: url(/images/menu.gif) top center no-repeat;
}

#menu ul li {
	float: left;
	width: 100px;
	height: 31px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li a {
	width: 100px;
	height: 31px;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
}

#menu ul li:hover {
	background: url(/images/m_tab.gif);
}

#menu ul li a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

#menu .active {
	background: url(/images/m_tab.gif);
}

#menu .active a {
	filter: alpha(opacity=100);
	opacity: 1;
}

#main {
	width: 980px;
	float: left;
	background: white;
	line-height: 18px;
}

#main .content {
	font: 12px Tahoma;
	line-height: 20px;
	width: 95%;
	margin: 0 auto 25px auto;
}

#main .content h1 {
	font: bold 24px Georgia;
	margin: 5px 15px 5px 10px;
	color: #f56200;
}

#main .content h2 {
	font: bold 16px Georgia;
	margin: 5px 15px 5px 20px;
	color: #f56200;
}

#main .content img {
	margin: 10px;
	border: 2px solid orange;
}

#navigation {
	width: 555px;
	color: #3e3e3e;
	font: 11px Tahoma;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#left {
	float: left;
	width: 200px;
	background: url(/images/left_bg.gif);
}

#leftTop {
	float: left;
	width: 175px;
	padding: 0 25px 0 0;
}

#leftBottom {
	float: left;
	background: url(/images/left_bottom.gif);
	width: 200px;
	height: 50px;
}

#middle {
	float: left;
	width: 580px;
}

#right {
	float: left;
	width: 200px;
	background: url(/images/right_bg.gif);
}

#rightTop {
	float: left;
	width: 175px;
	padding: 0 0 0 25px;
}

#rightBottom {
	float: left;
	background: url(/images/right_bottom.gif);
	width: 200px;
	height: 50px;
}

.menuTop {
	float: left;
	width: 175px;
	height: 27px;
	background: url(/images/menu_top.gif);
	font: bold 18px Arial;
}

.menuTop .shadow {
	position: relative;
	top: 2px;
	left: 24px;
	color: #ff8800;
}

.menuTop .shadow span {
	position: absolute;
	top: -1px;
	left: -1px;
	color: white;
}

.menuBottom {
	float: left;
	width: 175px;
	height: 20px;
	background: url(/images/menu_bottom.gif);
}

.menuMain {
	float: left;
	width: 175px;
}

.menuMain ul {
	padding: 0 0 0 0;
	margin: 0;
	background: url(/images/menu_cat.gif) no-repeat;
}

.menuMain ul li {
	width: 175px;
	height: 24px;
	background: url(/images/menu_item.gif);
	list-style: none;
}

.menuMain ul li:hover {
	background: url(/images/menu_item_selected.gif);
}

.menuMain .ulClosed a {
	display: block;
	width: 147px;
	height: 18px;
	color: white;
	text-decoration: none;
	font: normal 11px Tahoma;
	padding: 8px 0 0 28px;
	background: transparent url(/images/arrowright.gif) 10px 11px no-repeat;
}

.menuMain .ulOpened a {
	display: block;
	width: 147px;
	height: 18px;
	color: white;
	text-decoration: none;
	font: bold 11px Tahoma;
	padding: 8px 0 0 28px;
	background: transparent url(/images/arrowdown.gif) 10px 11px no-repeat;
}

.menuMain:hover {
	cursor: hand;
	cursor: pointer;
}

.menuMain .ulOpened li a {
	display: block;
	width: 137px;
	height: 18px;
	color: black;
	font-weight: normal;
	padding: 6px 0 0 38px;
	background: transparent url(/images/block_black.gif) 20px 9px no-repeat;
}

.menuMain .ulOpened li a:hover {
	background: transparent url(/images/block_white.gif) 20px 9px no-repeat;
	color: white;
}

.menuMain .ulClosed li {
	display: none;
}

.menuMain ul .selected {
	background: url(/images/menu_item_selected.gif);
}

.menuMain ul .selected a {
	font-weight: bold;
	color: white;
	background: transparent url(/images/block_white.gif) 20px 9px no-repeat;
}

#searchForm {
	float: left;
	width: 152px;
	padding: 0 11px 0 12px;
	margin: 25px 0;
	background: url(/images/input.gif) no-repeat center top;
	text-align: center;
}

#searchForm form {
	padding: 0;
	margin: 0;
}

#searchForm input {	
	background: transparent;
	margin: 0;
	padding-top: 3px;
	width: 144px;
	height: 13px;
	border: 0;
	font: 11px Tahoma;
	color: #4e2503;
}

#searchForm .search {
	background-image: none;
	width: 144px;
	height: 24px;
	border: 0;
	padding: 0;
	margin-top: 10px;
	background: url(/images/search.gif) center no-repeat;
}

#bottom {
	float: left;    
	width: 980px;
	height: 26px;
	background: url(/images/bottom.gif);
	text-align: center;
}

#cart {
	width: 175px;
	float: left;
	background: url(/images/cart_middle.gif);
}

#cart p {
	font-weight: bold;
	padding-left: 35px;
	margin: 15px 0;
	line-height: 16px;
}

#cart small {
	padding-left: 30px;
	font: normal 10px Tahoma;
}

#cart small a {
	color: black;
}

#cart img {
	display: block;
}

#cartTop {
	position: relative;
	background: url(/images/cart_top.gif);
	width: 175px;
	height: 39px;
	font: bold 18px Arial;
}

#cartTop .shadow {
	position: relative;
	top: 2px;
	left: 43px;
	color: #ff8800;
}

#cartTop .shadow span {
	position: absolute;
	top: -1px;
	left: -1px;
	color: white;
}

#cartTop a {
	color: white;
	text-decoration: none;
}

.product {
	width: 162px;
	height: 124px;
	margin: 10px 15px;
	float: left;
}

.product .productContainer {
	position: relative;
}

.product:hover {
	background-color: #fff3e1;
	color: black;
	cursor: hand;
	cursor: pointer;
}

.product .window {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.product .title {
	position: absolute;
	top: 4px;
	left: 23px;
	font: bold 11px Tahoma;
	color: white;
	z-index: 11;
}

.product .title a {
	color: white;
	text-decoration: none;
}

.product .info {
	position: absolute;
	top: 25px;
	left: 73px;
	width: 86px;
	font: normal 11px Tahoma;
	z-index: 11;
}

.product .oldPrice {
	position: absolute;
	top: 107px;
	left: 73px;
	font: normal 9px Tahoma;
	color: #626262;
	z-index: 11;
	text-decoration: line-through;
}

.product .price {
	position: absolute;
	top: 105px;
	left: 110px;
	font: bold 11px Tahoma;
	z-index: 11;
}

.product .productImg {
 	position: absolute;
	top: 22px;
	left: 2px;
	z-index: 9;
}

#cartOverview {
	width: 100%;
	margin-top: 50px;
}

#cartOverview img {
	vertical-align: middle;
}

#cartOverview .trTop td {
	border-bottom: 1px solid #d45a00;
	background: #ff8300;
	color: white;
	font: bold 11px Arial;
	padding: 5px 8px;
}

#cartOverview .trTop:hover {
	background: none;
}

#cartOverview .trLine td {
	border-top: 2px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
}

#cartOverview .trLine:hover {
	background: none;
}

#cartOverview td {
	padding: 1px 10px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 20px;
}

#cartOverview tr:hover {
	background: #fafafa;
}

#cartOverview .right {
	text-align: right;
}

#cartOverviewBottom {
	margin: 15px 50px 0 0;
	text-align: right;
}

#product table {
	margin-top: 10px;
	width: 90%;
}

#product table tr td {
	vertical-align: top;
	width: 50%;
	line-height: 25px;
}

#product table tr td table tr td {
	width: 50%;
	border-bottom: 1px solid #f0f0f0;
}

#product table tr td table {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#product p {
	line-height: 15px;
}

#product img {
	border: 2px solid orange;
	margin: 0 15px 5px 15px;
}

#product .thumb {
	border: 2px solid orange;
	margin: 10px 5px;
}

#product fieldset {
	border-top: 2px solid orange;
	border-right: 0;
	border-bottom: 2px solid orange;
	border-left: 0;	
	margin: 15px;
}

#product fieldset legend {
	color: orange;
	font: bold 15px Arial;
}

#product .center {
	text-align: center;
}

#product .submit {
	width: 115px;
	height: 24px;
	border: 0;
	float: right;
	margin-right: 50px;
	margin-bottom: 25px;
	background: transparent url(/images/addtocart.gif) center top no-repeat;
}

#step1 {
	width: 70%;
	margin: 0 auto;
	text-indent: 15px;
}

#step1 input {
	margin-right: 15px;
	float: right;
}

#step1 .next {
	float: right;
	width: 115px;
	height: 24px;
	border: 0;
	margin: 35px 0 0 0;
	padding: 0;
	background: transparent url(/images/nextstep.gif) center top no-repeat;
}

#step1 img {
	margin-top: 35px;
	display: block;
	float: left;
}

#step2 {
	width: 70%;
	margin: 0 auto;
	text-indent: 15px;
}

#step2 input {
	margin-right: 15px;
	float: right;
}

#step2 .next {
	float: right;
	width: 115px;
	height: 24px;
	border: 0;
	margin: 35px 0 0 0;
	padding: 0;
	background: transparent url(/images/pay.gif) center top no-repeat;
}

#step2 img {
	margin-top: 35px;
	display: block;
	float: left;
}

#step2 tr td {
	border-bottom: 1px solid #F0F0F0;
}

#step2 .noline td {
	border: 0;
}

.clear {
	clear: both;
}
	
img {
	border: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
}