@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 100%;
	background: #ededed url(images/top-gradient.jpg) top repeat-x;
	font-family: "Tahoma";
	font-size: 11px;
}

html>body .main,
html>body .main #outter,
html>body .footer {height:auto;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 5px 0 10px 0;
	padding: 0;
}

.main {
	width: 1000px;
	position: relative;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: url(images/content-bg.jpg) repeat-y;
}

.bottom_bg {
	width: 1000px;
	position: relative;
	height: 100%;
	min-height: 100%;
	background: url(images/footer-bg.jpg) no-repeat left bottom;
	float: left;
}

.clear {clear: both;}

/*------------------------------------------------- HEADER BEGINS -------------------------------------------------*/
.header {
	width: 1000px;
	height: 138px;
	float: left;
	background: url(images/header-bg.jpg) no-repeat;
	position: relative;
}

.header img {
	position: absolute;
	right: 75px;
	bottom: 0;
	z-index: 10;
}

.header div {
	position: absolute;
	left: 236px;
	top: 7px;
	width: 520px;
	height: 80px;
	z-index: 10;
}
/*------------------------------------------------- HEADER ENDS -------------------------------------------------*/


/*------------------------------------------------- SUBNAVY BEGINS -------------------------------------------------*/
.subnavy {
	width: 1000px;
	height: 80px;
	float: left;
	background: url(images/sub-navy-bg.jpg) no-repeat;
}
/*------------------------------------------------- SUBNAVY ENDS -------------------------------------------------*/


/*------------------------------------------------- TOP BANNER BEGINS -------------------------------------------------*/
.top_banner {
	float: left;
	width: 964px;
	height: 280px;
	margin: 0 18px 0 18px;
	position: relative;
	display: inline;
}

.top_shadow {
	width: 964px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/top-banner-top-bg.png) no-repeat;
	z-index: 4;
}

.bottom_shadow {
	width: 964px;
	height: 48px;
	position: absolute;
	top: 236px;
	left: 0;
	background: url(images/top-banner-bottom-bg.png) no-repeat;
	z-index: 4;
}

.left_top_banners_wrapper {
	width: 260px;
	height: 280px;
	float: left;
	position: relative;
	overflow:hidden;
}

.right_top_banners_wrapper {
	width: 704px;
	height: 280px;
	float: right;
	position: relative;
	overflow:hidden;
}
/*------------------------------------------------- TOP BANNER ENDS -------------------------------------------------*/


/*------------------------------------------------- CONTENT BEGINS -------------------------------------------------*/
.content {
	float: left;
	width: 964px;
	margin: 0 18px 0 18px;
	padding: 14px 0 100px 0;
	display: inline;
	background: url(images/content-top-shadow.jpg) no-repeat top center;
}

.content_center {
	width: 530px;
	float: left;
	margin: 0 0 0 32px;
}
.content_center_and_left {
	width: 747px;
	float: left;
	margin: 0;
	display: inline;
	position: relative;
}

.inside_pages {
	width: 715px;
	float: left;
	display: inline;
	margin: 10px 0 0 32px;
}

.content_left {
	width: 185px;
	float: left;
}

.content_right {
	width: 185px;
	float: right;
}

.content_text {
	width: 530px;
	float: left;
	height: auto;
}

h1 {
	width: 160px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	height: 28px;
	line-height: 28px;
	color: #ffffff;
	background-color: #e94034;
	font-weight: normal;
	font-style: italic;
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;
	float: left;
}

h2 {
	width: 530px;
	float: left;
	font-family: "Tahoma";
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	color: #000000;
	margin: 0;
	padding: 0;
}

h2 a:link, h2 a:active, h2 a:visited {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
	color: #e94034;
}

h3 {
	width: 715px;
	display: block;
	float: left;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	background-color: #ee9b94;
	border-bottom: 5px solid #eb4134;
	height: 23px;
	line-height: 23px;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 32px;
}

h3 a:link, h3 a:active, h3 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

h3 a:hover {
	color: #eb4134;
}

h4 {
	width: 520px;
	display: block;
	float: left;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	background-color: #ee9b94;
	border-bottom: 5px solid #eb4134;
	height: 23px;
	line-height: 23px;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 10px;
}

h4 a:link, h4 a:active, h4 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

h4 a:hover {
	color: #eb4134;
}
/*------------------------------------------------- CONTENT ENDS -------------------------------------------------*/

/*------------------------------------------------- LEFT MENUS BEGINS  -------------------------------------------------*/
.menu_leftside {
	float: left;
	width: 160px;
	margin: 0 0 20px 25px;
	display: inline;
}

.menu_leftside li {
	float: left;
	width: 160px;
	line-height: 20px;
	border-top: 1px dotted #909090;
}

.menu_leftside li a:link, .menu_leftside li a:active, .menu_leftside li a:visited {
	color: #000000;
	text-decoration: none;
}

.menu_leftside li a:hover {
	color: #e94034;
}

.menu_leftside li span {
	color: #7b7a7a;
}
/*------------------------------------------------- LEFT MENUS ENDS  -------------------------------------------------*/


/*------------------------------------------------- RIGHT MENUS BEGINS  -------------------------------------------------*/
.menu_rightside {
	float: left;
	width: 160px;
	margin: 0 25px 20px 0;
	display: inline;
}

.menu_rightside li {
	float: left;
	width: 132px;
	line-height: 20px;
	border-top: 1px dotted #909090;
	padding: 0 0 0 28px;
}

.menu_rightside li a:link, .menu_rightside li a:active, .menu_rightside li a:visited {
	color: #000000;
	text-decoration: none;
}

.menu_rightside li a:hover {
	color: #e94034;
}

.menu_rightside li span {
	color: #7b7a7a;
}
/*------------------------------------------------- RIGHT MENUS ENDS  -------------------------------------------------*/


/*------------------------------------------------- FOOTER BEGINS -------------------------------------------------*/
.footer {
	width: 100%;
	height: 80px;
	min-height: 80px;
	float: left;
	position: relative;
	margin: -80px auto 0px auto;
}

.footer_content {
	width: 900px;
	height: 80px;
	margin: 0 32px 0 32px;
	border-top: 1px dotted #909090;
}

.be_copyrights {
	width: 400px;
	float: left;
	margin: 20px 0 0 10px;
	display: inline;
}

.dreamart {
	float: right;
	margin: 46px 10px 0 0;
	display: inline;
}

.dreamart a:link, .dreamart  a:active, .dreamart  a:visited {
	color: #000000;
	text-decoration: underline;
}

.dreamart a:hover {
	text-decoration: none;
}
/*------------------------------------------------- FOOTER ENDS -------------------------------------------------*/


/*------------------------------------------------- INDEX NEW BEGINS -------------------------------------------------*/
.index_new_wrapper {
	width: 779px;
	float: left;
}

.index_new_content {
	margin: 0 0 0 10px;
	float: left;
	display: inline;
}

.index_new_content td a.index_new_title {
	font-size: 12px;
	color: #191b1f;
	display: block;
	float: left;
	padding: 0 0 0 40px;
	margin: 5px 0 4px 0;
	text-decoration: none;
}

.index_new_content td a.index_new_title:hover {
	text-decoration: underline;
}

.index_new_content td span.index_new_description {
	font-size: 10px;
	line-height: 12px;
	color: #191b1f;
	clear: both;
	display: block;
	padding: 0 0 0 40px;
	height: 40px;
}

.price_bg {
	width: 153px;
	height: 34px;
	margin: 10px 0 0 40px;
}
/*------------------------------------------------- INDEX NEW ENDS -------------------------------------------------*/


/*------------------------------------------------- SEARCH BEGINS -------------------------------------------------*/
.search_wrapper {
	float: left;
	width: 180px;
	display: inline;
	margin: 0 0 20px 0;
}

.search_wrapper li {
	float: left;
}
.search_wrapper li.search_input {
	background: url(images/input-bg.jpg) no-repeat;
	width: 149px;
	height: 25px;
}

.search_wrapper li.search_input input {
	background: transparent;
	border: none;
	color: #afafb1;
	width: 140px;
	margin: 2px 0 0 3px;
}

.search_wrapper li.search_button {
	width: 25px;
	height: 25px;
	margin: 0 0 0 2px;
}
/*------------------------------------------------- SEARCH ENDS -------------------------------------------------*/


/*------------------------------------------------- USER ENTER BEGINS -------------------------------------------------*/
.user_enter_wrapper {
	float: left;
	width: 149px;
	margin: 0 0 6px 0;
	display: inline;
}

.user_enter_wrapper li {
	float: left;
	width: 149px;
	height: 25px;
	margin: 0 0 5px 0;
}

.user_enter_wrapper li.input_block {
	background: url(images/input-bg.jpg) no-repeat;
}

.user_enter_wrapper li.input_block input {
	background: transparent;
	border: none;
	color: #afafb1;
	width: 140px;
	margin: 2px 0 0 3px;
}

.user_enter_wrapper li.enter_button input {
	margin: 2px 0 0 38px;
	cursor: pointer;
}
/*------------------------------------------------- USER ENTER ENDS -------------------------------------------------*/



/*------------------------------------------------- TOP LEFT BANNERS BEGINS -------------------------------------------------*/
#slider{
	position: relative;
}

#slider ul, #slider li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 260px;
	height: 280px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#slider li a img {
	margin: 0 0 1px 0;
}
	
span#prevBtn{
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 5;
	left: 100px;
	bottom:0;
	background:url(images/btn_next.png) no-repeat;
	cursor: pointer;
}

span#nextBtn{
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 5;
	left: 100px;
	top:0;
	background:url(images/btn_prev.png) no-repeat;
	cursor: pointer;
}
/*------------------------------------------------- TOP LEFT BANNERS ENDS  -------------------------------------------------*/


/*------------------------------------------------- TOP RIGHT BANNERS BEGINS  -------------------------------------------------*/

/*------------------------------------------------- TOP RIGHT BANNERS ENDS  -------------------------------------------------*/


/*------------------------------------------------- REGISTER FORM BEGINS  -------------------------------------------------*/
.register_form {
	float: left;
	width: 715px;
	margin: 30px 0 0 32px;
}

.register_form li {
	float: left;
	width: 715px;
	margin: 0 0 30px 0;
	position: relative;
}

.register_form li span {
	width: 209px;
	height: 25px;
	float: left;
	display: block;
	background:url(images/register-form-small-input-bg.jpg) no-repeat;
	border: none;
	line-height: inherit;
	margin: 0 20px 0 0;
	padding: 0;
	display: inline;
	position: relative;
}

.register_form li span div {
	position: absolute;
	top: -17px;
	left: 0;
	font-weight: normal;
}

.register_form li label {
	float: left;
	color: #FF0000;
	margin: 0 5px 0 0;
	padding: 3px 0 0 0;
	width: 4px;
}

.register_form li input {
	width: 194px;
	border: none;
	background: transparent;
	margin: 4px 0 0 6px;
	padding: 0 0 0 3px;
	font-family: "Tahoma";
	font-size: 11px;
}

.register_form li.checkbox {
	margin: 8px 0 23px 0;
	padding: 0;
}

.register_form li.checkbox span {
	background: none;
	width: 500px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}

.register_form li.checkbox span input {
	margin: 0 6px 0 0;
	padding: 0;
	width: 10px;
	float: left;	
}

.register_form li.checkbox span p {
	margin: 0;
	padding: 0;
	float: left;	
}


.register_form li.home_adress2 {
	margin: 0 0 10px 0;
	padding: 0;
}

.register_form li.home_adress2 span {
	width: 700px;
	background:url(images/register-form-long-input-bg.jpg) no-repeat;
	position: relative;
	margin: 0;
}

.register_form li.home_adress2 input.checkbox1 {
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	position: absolute;
	left: 7px;
	top: 6px;
}

.register_form li.home_adress2 input.input1 {
	width: 630px;
	margin: 5px 0 0 30px;
	float: left;
}


.register_form li.home_adress {
	margin: 0 0 10px 0;
	padding: 0;
}

.register_form li.home_adress span {
	width: 700px;
	background:url(images/register-form-long-input-bg.jpg) no-repeat;
	margin: 0;
}

.register_form li.home_adress input {
	width: 660px;
}

.register_form li.work_adress span.work_input {
	width: 454px;
	background:url(images/register-form-middle-input-bg.jpg) no-repeat;
	margin: 0;
}

.register_form li.work_adress span.work_input input {
	width: 435px;
}

.register_form li.addition_info span {
	width: 700px;
	height: 115px;
	background: url(images/textarea-bg.jpg) no-repeat;
	margin: 0;
	float: left;
}

.register_form li.addition_info textarea {
	width: 655px;
	height: 105px;
	border: none;
	background: transparent;
	margin: 4px 0 0 6px;
	padding: 0 2px 0 3px;
	font-family: "Tahoma";
	font-size: 11px;
	overflow: hidden;
}

.register_form li.cards {
	float: left;
	width: 715px;
}

.register_form li.cards ul {
	float: left;
	margin: 0;
	padding: 0;
}

.register_form li.cards ul li {
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
	width: 70px;
	line-height: 40px;
}

.register_form li.cards ul li input {
	margin: 15px 0 0 0;
	*margin-top: 10px;
	padding: 0;
	width: 15px;
	float: left;
}
.register_form li.cards ul li img {
	float: left;
}

.register_form li.cards ul li span {
	background: none;
	float: left;
	width: 90px;
}

.register_form li.form_buttons div {
	width: 700px;
	text-align: center;
}
.register_form li.form_buttons div img {
	margin: 0 10px 0 10px;
}
/*------------------------------------------------- REGISTER FORM ENDS  -------------------------------------------------*/


/*------------------------------------------------- POP UP BEGINS  -------------------------------------------------*/
.popup_wrapper {
	font-size: 12px;
	background-color: #FFFFFF;
	width: 840px;
	height: 600px;
}

.popup_header {
	height: 30px;
	background: #da0000 url(images/pop-up-heading.jpg) top left no-repeat;
}

.popup_title {
	width: 200px;
	font-weight: bold;
	padding: 3px 5px 3px 20px;
	border-bottom: 1px solid #d2d2d2;
	text-align: left;
}

.popup_text {
	width: 200px;
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
	border-left: 2px solid #ffd9d9;
	line-height: 22px;
}
/*------------------------------------------------- POP UP ENDS  -------------------------------------------------*/


/*------------------------------------------------- BASKET BEGINS  -------------------------------------------------*/
.basket_wrapper {
	float: left;
	width: 672px;
	height: auto;
}

.basket_wrapper li {
	float: left;
}

.basket_wrapper li.basket_top {
	width: 672px;
	height: 3px;
	background: url(images/basket-top.jpg) no-repeat;
}

.basket_wrapper li.basket_bottom {
	width: 672px;
	height: 3px;
	background: url(images/basket-bottom.jpg) no-repeat;
}

.basket_wrapper ul {
	float: left;
	width: 670px;
	height: auto;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
/*------------------------------------------------- BASKET ENDS  -------------------------------------------------*/


/*------------------------------------------------- PRODUCTS LIST BEGINS  -------------------------------------------------*/
.sort_and_pages_wrapper {
	width: 530px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
}

.products_list {
	float: left;
	width: 530px;
}

.products_list li {
	float: left;
	width: 530px;
	padding: 20px 0 20px 0;
	display: inline;
	border-bottom: 1px solid #d9d9d9;
}

.product_image {
	float: left;
	width: 180px;
	height: auto;
}

.product_description {
	float: left;
	width: 177px;
	height: auto;
	padding: 0 10px 0 10px;
}

.product_description a:link, .product_description a:active, .product_description a:visited {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 2px 0;
	color: #000000;
	text-decoration: underline;
}

.product_description a:hover {
	text-decoration:none;
}


.compare_wrapper {
	display: block;
	margin: 2px 0 0 0;
	line-height: 20px;
}

.compare_wrapper input {float: left;}
.compare_wrapper a:link, .compare_wrapper a:visited, .compare_wrapper a:active {margin: 0 0 0 5px; color: #000000; text-decoration: underline;}

.compare_wrapper a:hover {text-decoration: none;}

.product_price_wrapper {
	float: right;
	width: 153px;
	height: 62px;
}

.sort_and_pages_wrapper select {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #bebebe;
	font-size: 11px;
	font-family: "Tahoma";
}
/*------------------------------------------------- PRODUCTS LIST ENDS  -------------------------------------------------*/



/*------------------------------------------------- PRODUCT VIEW BEGINS  -------------------------------------------------*/
.product_view_wrapper {
	width: 530px;
	height: auto;
	float: left;
	display: inline;
	padding: 20px 0 0 0;
}

.product_view_photo {
	width: 530px;
	text-align: center;
	float: left;
}

.product_view_pages_compare_price_wrapper {
	float: left;
	width: 530px;
	margin: 10px 0 10px 0;
}

.product_view_pages_compare_price_wrapper label {float: left; display: block; margin: 8px 0 0 0;}
.product_view_pages_compare_price_wrapper label input {float: left;}
.product_view_pages_compare_price_wrapper label u {margin: 0 0 0 2px; float: left; line-height: 16px;}

ul.pages {float: right;}
ul.pages li {float: left; margin: 0 0 0 4px;}

ul.pages li span {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	display: block;
	border: 1px solid #d9d9d9;
	background: none;
	line-height: 16px;
	padding: 0 5px 0 5px;
	font-weight: bold;
}

ul.pages li.next_prev_pages a:link, ul.pages li.next_prev_pages a:active, ul.pages li.next_prev_pages a:visited, ul.pages li.next_prev_pages a:hover {
	padding: 0;
	border: none;
	background: none;
}

ul.pages li a:link, ul.pages li a:active, ul.pages li a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	display: block;
	border: 1px solid #d9d9d9;
	background: #d9d9d9;
	line-height: 16px;
	padding: 0 5px 0 5px;
	font-weight: bold;
}

ul.pages li a:hover {background: none;}

.price_inner {
	width: 153px;
	height: 62px;
	margin: 0 0 0 60px;
	float: right;
}

.product_view_wrapper ul {margin: 7px 0 0 0;}

.product_view_description {
	width: 530px;
	height: auto;
	float: left;
}

.technical_description {
	float: left;
	width: 530px;
}

.technical_description li {
	width: 350px;
	float: left;
	line-height: 22px;
	border-bottom: 1px solid #d9d9d9;
}

.technical_description li span {
	width: 200px;
	float: left;
}

.technical_description li label {
	width: 150px;
	float: left;
}

ul.comment_product {
	width: 530px;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
}

ul.comment_product li {
	clear: both;
}

ul.comment_product li.comment_product_title {
	width: 513px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	float: left;
}

ul.comment_product li.comment_product_textarea span {
	width: 513px;
	height: 115px;
	float: left;
	background: url(images/textarea2-bg.jpg) no-repeat;
}

ul.comment_product li label {
	float: left;
	color: #FF0000;
	margin: 0 5px 0 0;
	width: 4px;
}

ul.comment_product li.comment_product_code {
	padding: 8px 0 0 0;
}

ul.comment_product li.comment_product_code span {
	width: 209px;
	height: 25px;
	float: left;
	display: block;
	background:url(images/register-form-small-input-bg.jpg) no-repeat;
	border: none;
	line-height: inherit;
	margin: 0 20px 0 0;
	padding: 0;
	display: inline;
}

ul.comment_product li.comment_product_code input {
	width: 197px;
	border: none;
	background: transparent;
	margin: 4px 0 0 6px;
	font-family: "Tahoma";
	font-size: 11px;
}


ul.comment_product li.comment_product_textarea textarea {
	background: transparent;
	border: none;
	width: 505px;
	height: 105px;
	margin: 4px 0 0 4px;
	overflow: hidden;
	font-family: "Tahoma";
	font-size: 11px;
}

ul.comment_product li.comment_product_buttons {
	width: 513px;
	text-align: center;
	float: left;
	padding: 10px 0 0 0;
}

ul.comment_product li.comment_product_buttons input {
	margin: 10px 10px 0 10px;
}
/*------------------------------------------------- PRODUCT VIEW ENDS  -------------------------------------------------*/


/*------------------------------------------------- PRODUCT VIEW PHOTO SLIDER BEGINS  -------------------------------------------------*/
#example-links {
    border-bottom: none;
    float: right;
 margin: 7px 0 0 0;
}
#example-links a {
 font-size: 10px;
 text-decoration: none;
 color: #000000;
 display: block;
 border: 1px solid #d9d9d9;
 background: #d9d9d9;
 line-height: 16px;
 padding: 0 5px 0 5px;
 font-weight: bold;
 float: left;
 margin: 0 0 0 4px;
}
#example-links a:focus {
    outline: 0;
}
#example-links a:hover {
 background: none;
}

#example-links a.active {background: none}

#example-content-container {
    height: 320px;
    overflow: hidden;
    width: 500px;
}
#example-content div {
    height: 320px;
    width: 500px;
	text-align: center;
}
/*------------------------------------------------- PRODUCT VIEW PHOTO SLIDER ENDS  -------------------------------------------------*/

/* pretty */
#overlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 10000;
	width: 100%;
}

.prettyPopin {
	display: none;
	overflow: hidden;
	position: absolute; z-index: 11000;
	top: 50%; left: 50%;
}

.prettyPopin a#b_close {
	display: none;
	position: absolute;
	z-index: 2;
	top: 29px;
	right: 27px;
	height: 12px;
	width: 57px;
}

.prettyPopin .prettyContent {
	position: relative;
	width: 100%; height: 100%;
	font-size: 1.2em;
}

.prettyPopin .prettyContent .prettyContent-container {
	display: none;
	padding: 20px 15px 15px 15px;
}

.prettyPopin .prettyContent .loader {
	position: absolute;
	top: 50%; left: 50%;
	margin: -14px 0 0 -14px;
}
/* pretty */
.alert {
	width: 660px;
	float: left;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #e2211a;
	border: 1px dotted #e2211a;
	background: #ffffff;
	margin: 10px 0 20px 10px;
	padding: 2px 5px;
}

.alert2 {
	width: 660px;
	float: left;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	background: #ffffff;
	margin: 10px 0 10px 0;
}

.alert1 {
	color: #e2211a;
	padding: 0 0 15px 0;
}

/*------------------------------------------------- LOGGED IN BEGINS  -------------------------------------------------*/
.logged_in {
	width: 160px;
	float: left;
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;
}

.logged_in table td {
	line-height: 14px;
}

.logged_in table td a {
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}

.logged_in table td a:hover {
	text-decoration:none;
}


.logged_in table span {
	font-size: 11px;
	color: #ef4235;
	font-weight: bold;
}

.basket_products .div1 {
	float: left;
	padding: 1px 0 0 0;
}

.basket_products .div2 {
	float: right;
	padding: 1px 20px 0 0;
}

.logged_in table td.basket_and_exit a { float: left; color: #000000; text-transform: uppercase; text-decoration: none; font-weight: normal;}
.logged_in table td.basket_and_exit a:hover span {color: #ef4235;}
.logged_in table td.basket_and_exit a img { float: left; margin: 0 3px 0 0;}
.logged_in table td.basket_and_exit a span { float: left; color: #000000; font-size: 10px; font-weight: normal;}
/*------------------------------------------------- LOGGED IN ENDS  -------------------------------------------------*/

/*------------------------------------------------- BASKET BEGINS  -------------------------------------------------*/
.basket {
	float: left;
	width: 714px;
	border: 1px solid #d9d9d9;
	margin: 20px 0 20px 32px;
}

.basket_product a {
	color: #dc211b;
	text-decoration: underline;
}

.basket_product a:hover {
	text-decoration: none;
}


.basket table {
	line-height: 19px;
}

.basket table tr.heading {font-weight: bold; height:23px; line-height: 23px; background-color:#e94034; color:#FFFFFF;}
.basket table tr.bottom1 {font-weight: bold; height:23px; line-height: 23px; background-color:#f4cecd;}
.basket table tr.bottom1 span.basket_all_price {margin:0; padding:0;}

.basket table label { float: left;}
.basket table span { float: right; width: 40px; margin: 3px 0 0 0;}
.basket table span a { font-weight: bold; line-height: 23px;}

/*------------------------------------------------- BASKET ENDS  -------------------------------------------------*/

/*------------------------------------------------- report begins  -------------------------------------------------*/
.report {
	clear:both;
	width: 530px;
	margin: 0;
	padding: 15px 0 0 0;
}

.report li {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 6px;
	border-left: 2px solid #ef4135;
	width: 520px;
}

.report li strong {
	margin: 0 0 9px 0;
	display: block;
}

.report li span {
	display: block;
	float: left;
	width: auto;
}
/*------------------------------------------------- report ends  -------------------------------------------------*/

.compare_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color:#f04235;
	font-style:italic;
}

/*------------------------------------------------- TOP NAVY 3 BEGINS -------------------------------------------------*/
#menuwrapper {
	width: 964px;
	margin: 6px 18px 0 18px;
}

.topm {padding: 0; z-index: 200; margin: 0; text-transform: uppercase; color: #ffc7c3; font-weight: bold; height: 74px; text-align: center;}
.topm td {padding: 0; margin: 0; cursor: pointer; text-align: center;}
.topm td div {margin: 0px 10px; color: #ffc7c3; padding: 25px 0 0 0; height: 49px;}
.topm td#last div {border: none; height: 74px;}
.topm td a {color: #ffc7c3; text-decoration: none;}
.topm td:hover {color: #ffffff;}
.topm td a:hover {color: #ffffff;}
.topm td a.selected {color: #ffc7c3;}

.subm_item {margin-top: 80px; display: none; padding-left: 1px; z-index: 200; overflow: hidden; position: absolute; top: 138px; left: 0;}
.subm_item iframe {display: block; z-index: -1; background: #e2211a; filter: mask(); left: 1px; width: 720px; position: absolute; top: 0px; height: 126px; border: none;}
.subm_rb {z-index: 200; color: #ffc7c3;}
.subm_rb .scontent { border: none; z-index: 200; color: #ffc7c3; text-align: center;}
.subm_rb .scontent table tr.menus {background: #e2211a;}
.subm_rb .scontent table tr, .subm_rb .scontent table td, .subm_rb .scontent table{padding:0; margin:0;}
.subm_rb .scontent ul {padding: 0;	margin: 0; width: 100%; list-style: none;}
.subm_rb .scontent ul li {padding: 3px 15px 3px 20px; text-transform: none; border: none; list-style: none; text-align: left;}
.subm_rb .scontent ul li a {color: #ffc7c3; text-decoration: none;}
.subm_rb .scontent ul li a:hover {color: #ffffff; text-decoration: none;}
/*------------------------------------------------- TOP NAVY 3 ENDS -------------------------------------------------*/
