*:focus {
	outline:none;
	outline-color:invert;
	outline-style:none;
	outline-width:0;
}
html,body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	padding:0;
	margin:0;
}
a {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:0;
	margin:0;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:0;
	margin:0;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
}
ul {
	list-style-type: none;	
}
.red_text {
	color:#ca1b1b;
}
.dark_yellow {
	color:#a19725;
}
.dark_white {
	color:#a4a4a4;
}
.dark_white a:link{color:#a4a4a4; text-decoration:none; }
.dark_white a:visited{color:#a4a4a4; text-decoration:none;}
.dark_white a:hover{color:#F7F7F7; text-decoration:none;}
.dark_white a:active{color:#a4a4a4; text-decoration:none;}

.border_one {
	border:#464646 solid 1px;
}
.cyan_text {
	color:#50acb5;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
	padding:0px;
	margin:0px;
}
#page_container {
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 163px;
	width: 1000px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.search {
	padding: 0px;
	height: 30px;
	width: 250px;
	background-image: url(../images/search-img.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	margin: 0px;
}
#form_search {
	margin: 0px;
	padding: 0px;
}

.search_box {
	height: 19px;
	width: 179px;
	border: 1px solid #54a0b6;
	background-image: url(../images/search-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.search_btn {
	padding: 0px;
	height: 26px;
	width: 28px;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/search-btn.jpg);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.logo {
	margin: 0px;
	height: 50px;
	width: 390px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 305px;
}
#navi {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 1000px;
}
.navi_area {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 850px;
	float: left;
}
.navi_area ul {
	margin: 0px;
	list-style:none;
	list-style-image:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 34px;
}
.navi_area li {
	margin: 0px;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	height: 24px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: auto;
	float: left;
}
.navi_area li a:link,.navi_area li a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.navi_area li a:hover {
	color:#ff5801;
}
.shopping_cart {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 150px;
}
.shop_cart_btn {
	background-image: url(../images/cart-btn.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 29px;
	width: 85px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#shop_cart {
	margin: 0px;
	padding: 0px;
}
#mid_section {
	margin: 0px;
	height: auto;
	width: 1000px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mid_left {
	width:663px;
	height:auto;
	float:left;
	padding:0;
	margin:0;
}
.left_mid {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 661px;
	border:#3b3b3b solid 1px;
	/*background-image: url(../images/left-mid.jpg);
	background-repeat: repeat-y;*/
}
.left_top {
	
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 661px;
	/*background-position: center top;
	background-image: url(../images/left-top.jpg);
	background-repeat: no-repeat;*/
}
.left_bott {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 2px;
	height: auto;
	width: 657px;
	/*background-image: url(../images/left-bott.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
.left_box_bg {
	background-image: url(../images/left-bot-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 659px;
}
.right_box_bg {
	background-image:url(../images/right-bot-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 327px;
}
.featured_prod {
	margin: 0px;
	padding: 12px 0px 4px 10px;
	height: auto;
	width: 649px;
}
.featured_prod_box {
	background-color: #000000;
	background-image: url(../images/featured-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 156px;
	width: 151px;
	margin: 0px;
	padding: 1px;
	border: 1px solid #545454;
}
.mid_right {
	width:331px;
	height:auto;
	float:right;
	padding:0;
	margin:0;
}
.right_mid {
	/*background-image: url(../images/right-mid-bg.jpg);
	background-repeat: repeat-y;*/
	border:#3b3b3b solid 1px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 329px;
}
.right_top {
	/*background-image: url(../images/right-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 329px;
	
}
.right_bott {
	/*background-image: url(../images/right-bott-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	margin: 0px;
	padding: 2px;
	height: auto;
	width: 325px;
	
}
.welcome_box {
	margin: 0px;
	height: auto;
	width: 307px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.today_special {
	margin: 0px;
	height: auto;
	width: 307px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.today_special a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ca1b1b;
	text-decoration: underline;
}
.today_special a:hover {
	text-decoration: none;
}
.popular_brands {
	margin: 0px;
	height: auto;
	width: 307px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.popular_brands ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.popular_brands li {
	background-image: url(../images/bullet-two.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}.popular_brands a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #828181;
	text-decoration: underline;
	line-height: 22px;
}
.popular_brands a:hover {
	text-decoration: none;
}
#footer {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 60px;
}
.bott_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6a6a;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.bott_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6a6a;
	text-decoration: none;
}
.bott_links a:hover {
	text-decoration: underline;
}
.bread_crumb {
	background-color: #0b3236;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width:659px;
}
.br_cr_link {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 22px;
}
.br_cr_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.br_cr_link a:hover {
	text-decoration: underline;
}
.br_cr_nonlink {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 22px;
}
.prod_dis_single {
	margin: 0px;
	float: left;
	height: auto;
	width: 555px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.prod_dis_views {
	padding: 0px;
	height: 63px;
	width: 95px;
	border: 1px solid #949187;
	margin-bottom: 6px;
}
.pro-dis-view-num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 97px;
}
.pro-dis-view-num a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.pro-dis-view-num a:hover {
	text-decoration: underline;
	color: #C33;
}
.left_mid_two {
	border:#3b3b3b solid 1px;
	margin: 11px;
	padding: 0px;
	height: auto;
	width: 635px;
	/*background-image: url(../images/left-mid-two.jpg);
	background-repeat: repeat-y;*/
}
.left_top_two {
	
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 635px;
	/*background-image: url(../images/left-top-two.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	
}
.left_bott_two {
	
	margin: 0px;
	padding: 2px;
	height: auto;
	width: 631px;
	/*background-image: url(../images/left-bott-two.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
#form_sing_product {
	margin: 0px;
	padding: 0px;
}

.prod_dis_detail_left {
	margin: 0px;
	float: left;
	height: auto;
	width: 150px;
	padding: 0px;
}
.prod_dis_detail_right {
	margin: 0px;
	float: right;
	height: auto;
	width: 460px;
	color:#a4a4a4;
	padding-bottom: 6px;
}
.product_qty {
	margin: 0px;
	height: 16px;
	width: 30px;
	background-color: #CCC;
	padding-top: 2px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btn_cart {
	background-color: transparent;
	background-image: url(../images/btn-addto-cart.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 128px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.prod_dis_related_prod {
	margin: 0px;
	padding: 0px;
	height: 91px;
	width: 152px;
	border: 1px solid #4d4d4d;
}
#form_products {
	padding:0;
	margin:0;
}
.products_gallery_img {
	margin: 0px;
	padding: 0px;
	height: 66px;
	width: 102px;
	border: 1px solid #4a4a4a;
}
.red_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e10313;
}
.red_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e10313;
	text-decoration: none;
}
.red_link a:hover {
	text-decoration: underline;
}
.right_box_bg ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.right_box_bg li {
	background-image: url(../images/bullet-two.jpg);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	margin: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e2decb;
}
.right_box_bg a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #40a1ab;
	text-decoration: underline;
}
.right_box_bg a:hover {
	text-decoration: none;
}
.corner_left {
	background-image: url(../images/left-con-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.corner_right {
	background-image: url(../images/right-con-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.heading_one {
	color:#a19725;
	padding:10px 0px 0px 6px;
	
}
.heading_one_payment {
	color:#a19725;
	padding:10px 0px 0px 6px;
	
}
input:focus, 
input:active, 
input:hover 
{ 
   outline: none; 
}

.left_bott ul li a {
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#40a1ab;
	 text-decoration:none;
}
.left_bott ul li a:hover {
 	text-decoration:underline;
}
.sitemap_1{
	list-style-type:circle;
}
.sitemap_2{
	list-style-type:square;
}

/*For news leter*/
.notifi_ok {
	height: 26px;
	width: 85%;
	text-align: left;
	-moz-border-radius: 5px;
	background-attachment: scroll;
	background-color: #f5f9fd;
	background-image: url(../images/accept.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 46px;
}
.notifi_error {
	font-family: Verdana;
	font-size: 11px;
	margin: 0 auto;
	height: auto;
	width: 85%;
	padding: 8px 0px 8px 46px;
	text-align: left;
	-moz-border-radius: 5px;
	background-attachment: scroll;
	background-color: #FDF4F5;
	background-image: url(../images/exclamation.png);
	background-repeat: no-repeat;
	background-position: 3% 7px;
	margin-bottom: 15px;
}

.logout_button{
	float:right;
}
.order_status_main{width:100%;}
.order_status_header_main{
	float: left;
	height: 15px;
	left: 10px;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	width: 22%;
	color:#a4a4a4;
}

.order_status_header{
	float: left;
	height: 15px;
	left: 10px;
	text-align: left;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	width: 22%;
}


.contact {
	height:auto;
	background-color:#2c2c2c;
	padding:10px 0 0 0;
	margin:0;
}
.seperat_line{
	background-color:#09282b;
	height:1px;
}
.feed_back_name{
	font-style: italic;
	text-align: right;	
}
.header_mid {display:block; float:right; padding:5px 10px 0px 0px}
.header_mid a {color:#FFF; text-decoration:none; font-family: Verdana, Geneva, sans-serif; font-size:11px}
.header_mid a:hover {text-decoration:underline}
.header_mid h1 {
	font-size:11px;
	font-weight:lighter;
	color:#FFFFFF;
	float:left;
}
.rel_pod_half {margin: 0px;	padding: 0px;height: 45px;	width: 152px;	border: 1px solid #4d4d4d;}
/*.rel_pod_half a {font-family:Verdana, Geneva, sans-serif; font-weight:bold; font-size:14px; text-decoration:none; color:#FFF}
.rel_pod_half a:hover {color:#FC0}*/

.prod_view_special{
	color:#a4a4a4;
	line-height:20px;
	font-weight:bold;	
}
.smal_prod_main{
	 border: 1px solid #3B3B3B;
    height: 70px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 7px 0 0;
    width: 661px;
}
.smal_prod_border{
	border: 1px solid #3B3B3B;
    float: left;
    margin-left: 7px;
    width: 100px;
}

