/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/
* {
	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style-type:none;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #8b8b8b;
}
body {
	background-color: #FFF;
	background-image: url(images/back_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #636161;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #636161;
}
a:hover {
	text-decoration: underline;
	color: #28292b;
}
a:active {
	text-decoration: none;
	color: #636161;
}

img{ border:0px; outline:none}

h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal;} 

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

.float_left{
	width:auto;
	height:auto;
	float:left;
}

.float_right{
	width:auto;
	height:auto;
	float:right;
}

.clear{clear:both;}

#main_container{
	width:1000px;
	height:auto;
	margin:auto;
}

/*========================TOP HERE==============================*/

.top_main{
	float:left;
	width:1000px;
	height:auto;
}

.top_contact{
	float:left;
	width:1000px;
	height:32px;
	padding-top:12px;
}

.search_container{
	float:right;
	width:254px;
	height:24px;
	border:1px solid #e1e1e1;
	background-color:#FFF;
	margin:-5px 0px 0px 0px;
}

input.search{
	border:none;
	width:220px;
	margin:3px 0px 0px 3px;
	background-color:transparent;
	color:#666;
}

.logo_bar{
	float:left;
	width:1000px;
	height:49px;
	padding:17px 0px 0px 0px;
	margin:0px 0px 13px 0px;
}

.logo_bar_text{
	float:left;
	width:auto;
	height:auto;
	padding:10px 0px 0px 0px;
	font-size:11px;
	letter-spacing:0.7px;
}

/*========================TOP HERE==============================*/

.mains{
	width:1000px;
	float:left;
	height:auto;
	/*margin:24px 0px 0px 0px;*/
	margin:8px 0px 0px 0px;
}


/*========================LEFT HERE==============================*/

.left_main{
	float:left;
	height:auto;
	width:243px;
}

.left_box{
	float:left;
	height:auto;
	width:243px;
	background-color:#f9f9f9;
	margin:0px 0px 10px 0px;
}

.left_box h1{
	float:left;
	padding:7px 0px 0px 13px;
	height:25px;
	width:230px;
	font-size:14px;
	color:#c7cbce;
	background:url(images/arrow1.jpg) #28292b no-repeat 220px 13px ;
	text-transform:uppercase;
}

.left_box h1 a{
	color:#c7cbce;
}

.left_box h1 a:hover{
	color:#c7cbce;
}

.left_box_in{
	float:left;
	height:auto;
	width:243px;
	background-color:#f9f9f9;
	padding:10px 0px 15px 0px;
}

.left_box li{
	background: url("images/arrow2.jpg") no-repeat scroll 14px 10px transparent;
    height: auto;
    line-height: 25px;
    padding: 0 0 0 25px;
	color:#636161;
}
.left_box li a{
	color:#636161;
}

.left_box_in2{
	float:left;
	height:auto;
	width:243px;
	background-color:#edeef0;
	padding:10px 0px 15px 0px;
	color:#3a3a3c;
}

.left_box_in2 p{
	padding-left:20px;
}

.left_box_in2 span{
	color:#663725;
	font-weight:bold;
}


/*========================LEFT HERE==============================*/

/*========================MIDDLE HERE==============================*/

.middle_main{
	float:left;
	width:490px;
	-width:470px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
}

.welcome_main{
	float:left;
	width:478px;
	-width:468px;
	height:auto;
	background:#f9f9f9;
	border:1px solid #d1d2d2;
	padding:20px 10px 10px 10px;
	font-size:11px;
	line-height:18px;
	margin:0px 0px 10px 0px;
}

.welcome_main h1{
	color:#050002;
	font-size:20px;
	margin-bottom:10px;
}
.welcome_main h1 span{
	color:#050102;
	font-size:16px;
}

.middle_main_box{
	float:left;
	width:499px;
	-width:470px;
	height:auto;
	padding:0px 0px 15px 0px;
	background:#f7f7f8;
}

.middle_main_box h1{
	float:left;
	padding:7px 0px 0px 13px;
	height:25px;
	width:486px;
	font-size:14px;
	color:#c7cbce;
	background:url(images/arrow1.jpg) #28292b no-repeat 475px 13px ;
	text-transform:uppercase;
}

.middle_main_box_in{
	float:left;
	width:490px;
	-width:470px;
	height:auto;
	padding:10px 0px 24px 0px;
	background-color:#f7f7f8;
	background-image:url(images/line.jpg) ;
	background-position:bottom;
	background-repeat:repeat-x;
}

.middle_main_box_in img{
	width:300px;
	height:250px;
}

.cart_detail{
	float:left;
	width:480px;
	-width:470px;
	height:auto;
	padding:10px 10px 0px 10px;
	background:#f7f7f8;
}

.cart_price{
	float:left;
	width:200px;
	height:auto;
	color:#3a3a3c;
}

.cart_price span{
	color:#663725;
	font-weight:bold;
	line-height:18px;
}


.middle_main2{
	float:left;
	width:500px;
	height:auto;
	margin-left:7px;
}

.prd_main{
	float:left;
	width:482px;
	height:auto;
	padding:8px;
	background:#f9f9f9;
	border:1px solid #d1d2d2;
	border-top:0px solid #d1d2d2;
}

.middle_main2 h1{
	float:left;
	padding:7px 0px 0px 13px;
	height:25px;
	width:487px;
	font-size:14px;
	color:#c7cbce;
	background:url(images/arrow1.jpg) #28292b no-repeat 475px 13px ;
	text-transform:uppercase;
}

.prd_main h2{
	font-size:14px;
	border-bottom:1px solid #999;
	padding-bottom:3px;
	text-transform:uppercase;
	margin : 0px 10px 10px 10px ;
}

.prd_box{
	float:left;
	width:226px;
	height:auto;
	margin:0px 0px 10px 10px;
}

.prd{
	float:left;
	width:224px;
	height:auto;
	background:#fff;
	border:1px solid #e8e5e5;
	text-align:center;
	margin-bottom:10px;
}

.prd_text{
	float:left;
	width:226px;
	height:auto;
	margin-bottom:10px;
	color:#484848;
}
.prd_text span{
	/* color:#6b0d0d; */
}

.prd_deatil_box{
	float:left;
	width:482px;
	height:auto;
	background: url(images/prd_detail_bg.jpg) repeat-x #ebebeb;
	min-height:205px;
	border:1px solid #e7e7e7;
	text-align:center;
}

.details_main{
	float:left;
	width:482px;
	height:auto;
	padding:15px 0px 15px 0px;
}
.details_main span{
	color:#663725;
}

.details_main h1{
	font-size:21px;
	background:none;
	float:left;
	width:300px;	
	padding:0px 0px 0px 0px ;
	color:#333;
}

.line{ width:100%; background:url(images/line.jpg) repeat-x; height:1px; float:left; margin:5px 0px 5px 0px;}

.details_main li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(images/bullet.jpg) no-repeat 5px 8px ;
	font-style:italic;
	line-height:25px;
	padding-left:20px;
	color:#4C4C4C;
}

.details_main p{
	font-size:13px;
	color:#4c4c4c;
	line-height:20px;
	margin-bottom:15px;
}


.textformat{
	color: #4C4C4C;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
	font-style:normal;
}

.textformat li{
	font-style:normal;
}

.tracking_div {
	background-color: #f3f3f3;
	border: solid 2px #e5e5e5;
	padding: 10px;
	font-size: 11px;
	margin: 10px 0 0 0;
	width: auto;
	font-family: Verdana, Arial, sans-serif;
}

.hiddenDiv {
	display: none;
}

/*========================MIDDLE HERE==============================*/





/*========================RIGHT HERE==============================*/

.right_main{
	float:right;
	height:auto;
	width:243px;
	-width:233px;
}

.right_box{
	float:left;
	height:auto;
	width:243px;
	background-color:#f9f9f9;
	margin:0px 0px 10px 0px;
}

.right_box h1{
	float:left;
	padding:7px 0px 0px 13px;
	height:25px;
	width:230px;
	font-size:14px;
	color:#c7cbce;
	background:url(images/arrow1.jpg) #28292b no-repeat 220px 13px ;
	text-transform:uppercase;
}

.right_box h1 a{
	color:#c7cbce;
}

.right_box h1 a:hover{
	color:#c7cbce;
}

.right_box_in{
	float:left;
	height:auto;
	width:213px;
	background-color:#f9f9f9;
	padding:10px 15px 15px 15px;
	color:#3a3a3c;
}


.right_box_in span{
	color:#663725;
}

.login_box{
	width:213px;
	height:auto;
	background-color:#e4e4e4;
	border:none;
	height:24px;
	margin-bottom:10px;
}
.login_but{
	background-color:#000;
	width:auto;
	color:#FFF;
	padding:3px 8px 3px 8px;
	border:none;
	cursor:pointer;
}

.select{
	width:213px;
	height:auto;
	border:1px solid #CCC;
	
}

.right_box li{
	background: url("images/arrow2.jpg") no-repeat scroll 0px 12px transparent;
    height: auto;
    line-height: 30px;
    padding: 0 0 0 10px;
	color:#636161;
	border-bottom:1px dashed #999
}

.right_box li span{
	font-size:11px;
}
.right_box li a{
	color:#636161;
}

.left_box_in2{
	float:left;
	height:auto;
	width:243px;
	background-color:#edeef0;
	padding:10px 0px 15px 0px;
	color:#3a3a3c;
}

.right_box_in2 p{
	padding-left:20px;
}

.right_box_in2 span{
	color:#663725;
	font-weight:bold;
}


/*========================RIGHT HERE==============================*/

/*========================FOOTER HERE==============================*/

.footer_main{
	float:left;
	width:100%;
	height:auto;
	background-color:#28292b;
	margin:auto;
	min-height:100px;
	padding:15px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}

.footer{
	width:998px;
	height:auto;
	margin:auto;
	text-align:center;
	font-size:10px;
	color:#8a8a8a;
	line-height:18px;
}

.footer span{
	color:#fff;
}

.copyright{
	width:998px;
	height:auto;
	float:left;
	font-size:10px;
	text-align:center;
	color:#c8c8c8;
	background-color:#000;
	padding:3px 0px 3px 0px
}

#piGal
{

}

#piGal img 
{
max-width:480px;
margin:3px 0px;
}

.contact input{
	background-color: #E4E4E4;
    border: medium none;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 213px;
	padding:3px;
}
.contact textarea{
	background-color: #E4E4E4;
    border: medium none;
	padding:3px;
    /*height: 24px;*/
	margin-top: 5px;
    margin-bottom: 5px;
    width: 213px;
}
.messageStackError
{
	color:#ff0000;
}
.messageStackSuccess
{
	color:#ff0000;
}
.radioclass input{
	width:20px;
}
.checkboxclass input{
	width:20px;
}

.contact select{
	background-color: #E4E4E4;
    border: medium none;
   /* height: 20px;*/
    margin-top: 5px;
    margin-bottom: 5px;
    width: 213px;
	padding:3px;
}

.my_account_list{
	float: left;
    height: auto;
    padding: 8px 0;
    width: 482px;
}

.my_account_list h2{
	
	margin: 5px 0;
}

.my_account_list ul{
 padding-left:7px;
 float:left;
 list-style-type:none;
}

.my_account_list ul li{
 float:left;
 list-style-type:none;
 line-height:18px;
 width:100%;
}

.my_account_list ul li span{
 float:left;
}


.smallText{
	border:none;
  }

 .smallText a{
	text-decoration:none;
	line-height:18px;
 }

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

.address_book_box{
 width:160px;
 float:left;
 border:1px solid #CCCCCC;
 padding:0px 5px 5px 5px;
}


.tdbLink{
	
	margin-top:5px;
}

.tdbLink button{
	padding:5px 6px;
	background-color:#28292B;
	color:#C7CBCE;
	font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
	border:none;
}

.tdbLink a{

	padding:8px 10px;
	background-color:#EBEBEB;
	color:#000;
	font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;

}	

.tdbLink a:hover{
	padding:8px 10px;
	background-color:#EBEBEB;
	color:#000;
	font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
	text-decoration:none;

}	

.buttonAction .tdbLink a{
	padding:5px 6px;
	background-color:#28292B;
	color:#C7CBCE;
	font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
}

.buttonAction .tdbLink button{
	padding:5px 6px;
	background-color:#28292B;
	color:#C7CBCE;
	font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
	border:none;
}

.buttonAction button{
   border:none;
   background:none;
 }

button {
  background:none;
  border:none;
}
.contact button {
	/*
	 padding:5px 6px;
	 background-color:#28292B; */
	background:none;
	color:#C7CBCE;
	font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
	border:none;
}
.ui-button-text {
	padding:6px;
	background-color:#28292B;
	color:#C7CBCE;
	font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
	border:none;
	margin:0px 5px 0px 0px;
	float:left;
	height:16px;
	min-width:80px;
	-width:100px;
	border:none;
}


/*========================FOOTER HERE==============================*/



