/* CSS Document */

div.content a {
	font-style: italic;
	text-decoration: none;
	color: #fff;
}
div.content a:hover {
	text-decoration: underline;
}
/***** CONTENT PAGER *****/
div.content_pager{
	overflow:hidden;
}
div.content_pager a.prev_page,
div.content_pager a.next_page {
	position: absolute;
	display: block;
	width: 40px;
	height: 248px;
	background: url(../images/prev_page_bg.png) no-repeat;
	z-index:1000;
}
div.content_pager a.next_page {
	margin: 0 0 0 738px;
	background: url(../images/next_page_bg.png) no-repeat;
}
div.content_pager a.prev_page:hover {
	background: url(../images/prev_page_bg_over.png) no-repeat;
}
div.content_pager a.next_page:hover {
	background: url(../images/next_page_bg_over.png) no-repeat;
}
div.content_pager div.pages {
	/*position: relative;*/
	width: 718px;
	height: 248px;
	margin: 0 0 0 30px;
}

/***** PRODUCT BROWSER *****/
table.prod_browser {
	width: 100%;
	height: 248px;
}
table.prod_browser tr {
	height: 50%;
}
div.content table.prod_browser td {
	text-align: center;
	vertical-align: middle;
}
table.prod_browser td a {
	display: block;
	width: 180px;
	height: 110px;
	margin: 4px auto 0 auto;
	font: normal 10px Verdana;
	color: #fff;
	text-align: center;
	text-decoration: none;
	filter:alpha(opacity=80);
  	-moz-opacity:0.80;
  	opacity: 0.80;
}
table.prod_browser td a img {
/*	padding: 1px;
	border: 1px dotted #fff;*/
	border: none;
	margin: 0 0 4px 0;
	/*width: 140px;*/
}
table.prod_browser td a:hover {
/*	color: #ff8484;*/
	filter:alpha(opacity=100);
  	-moz-opacity:1.0;
  	opacity: 1.0;
	text-decoration: none;
}
table.prod_browser td a:hover img {
/*	border-color: #ff8484; */
}

/***** PRODUCT DETAILS *****/
div.product_details {
	padding: 3px 8px 3px 3px;
}
div.product_details div.image {
	width: 500px;
	height: 242px;
	float: left;
}
div.product_details div.details {
	width: 260px;
	float: right;
}
div.product_details img {
	display: block;
	margin: 0 8px 0 0;
}
div.product_details a.lightbox {
	display: block;
	position: relative;
}
div.product_details a.lightbox span.magnifier {
	position: absolute;
	display: block;
	width: 22px;
	height: 20px;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20;
	background: #000 url(../images/zoom_icon.gif) no-repeat right;
}
div.product_details a.lightbox:hover span.magnifier {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}

div.product_details h1 {
	margin: 0px;
	padding: 0;
	font-size: 20px;
}
div.product_details p {
	margin: 4px 0 4px 0;
	text-align: justify;
}
div.product_details div.price {
	text-align: right;
	font-size: 16px;
	font-weight: bold
}
div.product_details div.price div.old_price {
	font-size: 14px;
	text-decoration: line-through;
	font-weight: normal;
}
div.product_details div.price div.new_price {
}
div.product_details a.buy {
	display: block;
	padding: 0 0 0 12px;
	float: right;
	font-size: 16px;
	background: url(../images/prod_header_bg_right.gif) no-repeat left 9px;
}
div.product_details a.buy:hover {
	color: #f11414;
}

/****** CARTPAGE ******/
table.cart_page {
	width: 100%;
}
table.cart_page td,
table.cart_page th {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px dotted #fff;
}
table.cart_page tr.cart_page_item td {
	background: #222;
}
table.cart_page td.img {
	width: 150px;
	text-align: center;
}
table.cart_page td.cart_page_name {
	width: 220px;
	font-weight: bold;
}
table.cart_page td.cart_page_qty {
	width: 160px;
	text-align: center;
}
table.cart_page td.cart_page_remove {
	text-align: center;
}
table.cart_page td.sum_text {
	text-align: right;
}
table.cart_page td.sum_value {
	font-weight: bold;
}
table.cart_page td.cart_page_order {
	text-align: right;
}
/* DELIVER */
table.cart_page td.cart_page_deliv_radio {
	width: 30px;
	text-align: center;
}
/****** REGISTER ******/
hr {
	border: 0px;
	background: none;
	height: 0px;
	border-bottom: 1px solid #fff;
}
table.register {
	width: 70%;
	margin: 0 auto 0 auto;
}
table.register th {
	text-align: left;
}


/**************** PROMO FORM ****************/

div.promo_form {
	width: 800px;
	position: relative;
	margin: 0 auto;
}
div.promo_form div.form {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: visible;
}
div.promo_form div.radio,
div.promo_form div.radio_on {
	position: absolute;
	width: 35px;
	height: 25px;
	background: #fff;
	cursor: pointer;
}
div.promo_form div.radio {
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}
div.promo_form div.radio_on,
div.promo_form div.radio:hover {
	background: #fff url(../images/opt-bg.png) no-repeat center center;
}
div#promo-test div.radio,
div#promo-test div.radio_on {
	left: 740px
}
div#promo-test div#opt1 {
	top: 753px;
}
div#promo-test div#opt2 {
	top: 882px;
}
div#promo-test div#opt3 {
	top: 1008px;
}

div#promo-test_ok div.radio,
div#promo-test_ok div.radio_on {
	width: 14px;
	height: 10px;
	left: 143px;
}

div#promo-test_ok div.radio_on,
div#promo-test_ok div.radio:hover {
	background-image: url(../images/opt-bg2.png);
}
div#promo-test_ok div#opt1 {
	top: 283px;
}
div#promo-test_ok div#opt2 {
	top: 307px;
}
div#promo-test_ok div#opt3 {
	top: 331px;
}
div#promo-test_ok div#opt4 {
	top: 354px;
}
div#promo-test_ok div#opt5 {
	top: 378px;
}
div#promo-test_ok div#opt6 {
	top: 402px;
}
div#promo-test_ok div#opt7 {
	top: 425px;
}
div#promo-test_ok div#opt8 {
	top: 449px;
}
div#promo-test_ok div#opt9 {
	top: 471px;
}
div#promo-test_ok div#opt10 {
	top: 495px;
}
div#promo-test_ok div#opt11 {
	top: 518px;
}
div#promo-test_ok div#opt12 {
	top: 541px;
}
div#promo-test_ok div#opt13 {
	top: 565px;
}

div#promo-test_ok a.submit {
	position: absolute;
	display: block;
	top: 890px;
	left: 300px;
	width: 200px;
	height: 25px;
	border: 1px solid #fff;
}
div#promo-test_ok a.submit:hover {
	background: #fff;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}
div#promo-test_ok input.text {
	position: absolute;
	left: 265px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 438px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #281818;
	letter-spacing: 1px;
}
div#promo-test_ok input#inp1 {
	top: 740px;
}
div#promo-test_ok input#inp2 {
	top: 779px;
}
div#promo-test_ok input#inp3 {
	top: 820px;
}


/**************** VOTE ****************/

.vote {
	padding-bottom: 20px;
}
.vote p {
	padding-left: 20px;
}
.vote h5 {
	font: normal 20px/24px 'Segoe UI Light', Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 0 0 10px 0;
}
.vote .left {
	float: left;
	width: 68%;
}
.vote .right {
	float: right;
	width: 30%;
}
.vote .img img {
	max-width: 100%;
}
.vote .info {
}
.vote .comment {
	padding: 0 0 10px 20px;
}
.vote .comment .user {
	font: normal 16px/20px 'Segoe UI', Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #fff;
}
.vote .comment .date {
	font-size: 10px;
	text-align: right;
}
.vote .comment .message {
	padding: 0 0 0 10px;
}
.vote .new-comment {
	padding-left: 20px;
}
.vote label {
	display: block;
}
.vote input[type=text],
.vote textarea {
	width: 200px;
}


.vote a.lightbox {
	display: block;
	position: relative;
}

.vote a.lightbox span.magnifier {
	position: absolute;
	display: block;
	width: 22px;
	height: 20px;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
	opacity: 0.20;
	background: #000 url(../images/zoom_icon.gif) no-repeat right;
}
.vote a.lightbox:hover span.magnifier {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}