body  {
	background-color: #DBDCDE;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;

	font-size: 100%;
	font-family: Tahoma, Geneva, sans-serif;/*	background-image: url(../images/bkg-c.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/

}



a:link {
	color: #608BB3;
	text-decoration: none;
}
a:visited {
	color: #608BB3;
	text-decoration: none;
}
a:hover {
	color: #9EBAD1;
	text-decoration: none;
}
a:active {
	color: #608BB3;
	text-decoration: none;
}



.div #container {
	width: 980px;
	font-size:10px;
	text-align: left;
	background-image: url(../images/bkg-c.jpg);
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
} 



.div #header {
	color:#FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 10px;	

} 
.div #logo {
	height: 120px;
	width: 522px;
	float:left;
	cursor: pointer;
	margin-left:auto;
	padding-top:0px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;	
} 


.div #contact
{
float:right; 
width:200px;
color:#333;
text-align:right;
font-size:11px;
margin-top:10px;		
}



.div #logout {
	color:#FFF;
	font-size:10px;
	background:#666;
	float:right;
	width:96px;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	padding-left:0px;
	height:20px;
	padding-top:9px;
	padding-bottom:1px;
	text-align:center
}




.div #loginbutton
{
text-align:right;
padding-top:8px;
}

.usepas
{
	float:left; width:144px
}

.subusepas
{
 float:right;
 width:22px;
}



.div #search
{
	float:right;
	width:190px;
	color:#333;
	margin-top:32px;
	margin-left:226px;
	
}

.searchbox
{
	float:left; 
	width:166px;
	height:20px;

}

.searchsub
{
	float:right;
	width:20px;

}



.myinputstyle {
	border: 1px solid #6B6B6B;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #333;
	
}


.searchinputstyle {
	border: 1px solid #6B6B6B;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #333;
	
}





.div #header h1 {
	font-family: tahoma, helvetica, sans-serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-transform: uppercase;
}
.div #navigation {
 width: 960px;
 color: #333;
 background:#FFF;
 margin: 0px 0px 0px 0px;
}





.div #mainContent {
	font-size:12px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
} 

.div #breadcrumb
{
	color:#999;
	font-size:10px;
	text-transform: uppercase;	
	padding-top:10px;
	padding-left:10px;
	
}

.div #where
{
	color:#000;
	font-size:16px;
	float:left;
	width:230px;
	text-transform: uppercase;	
}





.div #mainRight { 
 
	float:right;
	width:700px;
	padding-top:10px;

} 

.div #mainleft { 
 
	float:left;
	width:230px

} 

/*login Enter*/

.div #mainleft-login { 
	color:#333;
 	font-size:14px;
	text-align:right;
	float:left;
	width:350px;
	padding-top:36px;
	padding-left:20px;
	padding-bottom:150px

} 

.div #mainRight-login  { 
 	font-size:14px;
	float:right;
	width:570px;
    padding-top:34px;
	padding-left:14px;
	padding-bottom:150px
} 




.div #mainbottom {
	font-size:16px;
	font-weight:bold;
	padding-top:12px;
	margin-left:10px;
	margin-right:10px;
	height:300px;
	background-image: url(../images/promo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left:10px;
	padding-right:10px;
	
} 




.buttonsearch
{
	color:#FFF;
	font-style: normal;
	font-size: 14px;
	background:#666;
	border: 2px solid #666; 
}

.entertxt {
	
	color:#333;
	font-size: 12px;
	text-transform: uppercase;	
	padding-left:20px
}









img { border: none; } 




/* Product View */


#productList {
	list-style-type: none;
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#productListItem {
	float: left;
	width: 200px;
	height: 320px;
	padding-left: 10px;
	padding-right: 10px;

	text-align: center;
}

#product_image {
	height: 204px;
	width: 204px;
}

#product_name {
	/*	margin-top: 12px;*/
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-bottom:6px;
	/*text-transform: uppercase;	*/
}

#product_name a {
	/*color: #0B2943;*/
	font-size: 12px;
}

#product_summary {
	padding-top: 4px;
	font-size:12px;
}

#product_view {
	padding-top: 4px;
	font-size:12px;
}

#product_view  a {
	/*color: #0B2943;*/
}

#product_view  a :hover {
	color: #0B2943;
	text-decoration: underline;
}

#product_image_container {
	width: 200px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	
}

#product_image_medium_container {
	width: 300px;
	text-align: center;
}

.product_image_medium_container {
	width: 300px;
	text-align: center;
}





/* Product View */
















/* Promo Section*/


.probox
{
	color:#333;
	font-size:10px;
	height:auto;
	width:150px;
	text-align:center;
	padding-bottom:4px;
	display: inline-block;	
}


.proimage
{
width:150px;

	
}

.titlepro

{
	
	font-size:10px;
	font-weight: bold;	

	width:150px;
	text-align:center

}


.proprice

{
	padding-top:4px;
	font-size:11px;
	width:150px;
	text-align:center;
	font-weight: bold;
}





.prwrapper{
   margin: 0px auto;
   width: 830px;
   padding-top:20px;
   padding-left:56px;
}
.left1{
   float: left;
  margin-left: 24px;
   width: 160px;

}
.left2{
   float: left;
 margin-left: 24px;
    width: 160px;
 
}
.left3{
   float: left;
   margin-left: 20px;
   width: 160px;

}
.right{
   float: right;
   width: 258px;
   }
  




/*Product Details*/


#recommended_items {
	color: #333333;
	padding-top: 20px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

#recommended_items_holder {
	width: 260px;
	margin-top: 30px;
	margin-left: 30px;
}

#product_photo_medium {
	float: left;
	width:290px;
}

.product_photo_medium {
	float: left;
	width:290px;
}



#product_details {
	background-color: #F4F4F4;
	border: 1px solid #E7E7E7;
	margin-left: 310px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}	

#product_name {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

#product_price {
	display: inline;
	font-size: 120%;
	font-weight: bold;
	padding-right: 10px;
}

#product_measurements {
	float: right;
}

#product_description {
	margin-top: 30px;
}


#product-_desc

{	
	color:656565;
	float:right;
	width:350px;
	background-color:#F0F0F0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b6b6b6;
	border-bottom-color: #b6b6b6;	
	padding-top:14px;
}

.product_feature_list

{
	
	color:#666;
/*	line-height: 20px;*/
	padding-right: 10px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cecece;	
	padding-bottom:4px;*/
	
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: cecece;	
	padding-top:4px;
	*/
	width:300px;
	float:right
}

.product_feature_list-one


{
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: ##ADADAD;	
	padding-top:10px; 
 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;	
	padding-bottom:10px;
	

 
 }

.prodfeattxt
{   color:656565;
	width:320px;
	padding-right:26px;
	float:right;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
	font-size: 14px;
	font-weight: bold;
	

 }



product-_feat

{
	color:#656565;
	float:left;
	
}







.proddectxt


{
	color:#666;
	font-size: 14px;
	font-weight: bold;	
/*	padding-top: 4px;*/
	padding-left:10px;

}


.proddecover

{	color:#666;
	font-size: 12px;
/*	padding-top: 4px;*/
	padding-left:10px;
	padding-right:10px;
	line-height: 20px;
}


















/*Best Sellers*/


.botpromowrapper{
	width: 850px;
	font-weight: bold;
	text-align: center;
	margin-left:60px;
/*	margin-top: 10px;*/
	/*padding-bottom:180px;*/
	padding-top: 4px;	/*position:relative*/
}



.botpromo1{
	/*float: left;*/
	margin-right: 56px;
	width: 154px;
	text-align: center;
	margin-top:20px;
/*	position:relative
	*/

}



.botpromotxt
{
font-size:10px;
padding-left:30px;
padding-bottom:4px;
}


.botpromotlink
{
font-size:10px;
padding-left:30px;
padding-bottom:4px;
}





.botpromostyle
{
	font-size: 10px;
	font-weight: normal;
	color: #333;	
	
}

.botpromo1desc{
 /*  float: left;*/
   margin-right: 8px;
   width:154px;
   height:30px;
}

.botpromo1img{
  /* float: left;*/
   margin-right: 14px;
   width:154px;
   height:154px;
}






.div #footer {
	height:80px;
	background-image: url(../images/bkg-f.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color:#000;	
	font-size:12px;
	text-align:right;
	
} 
.div #footer p {
	margin: 0;
	padding: 10px 0; 
}

.social
{	
color:#000;	
font-size:12px;
text-align:right;
height:20px;


}

.div #botlink


{
	border-top-color:#ADADAD;
	color:#999;
	font-size:10px;
	font-size:12px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 16px;
	padding-top: 18px;
}


	

.copy

{
width:200px;
float:right;
text-align:right
}







.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
