@import 'styles.css';
@import 'facebook_box.css';

#leftnav{
position:relative;
right:1px;
}
#leftnav ul {
	padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style: none; /* */

}

#leftnav li {	
}

#leftnav a {
	padding: 0px; 
	display: block;
	border: 1px solid #C6E9FF;
	text-decoration: none;
	width: 184px;
	height:33px;
	text-align:left;
	color:#0099FF;
	margin-left:20px;
	font-size:14px;	
	padding-left:15px;
	padding-top:15px;
	background:url(images/arrow.png) center right no-repeat #E6FFFF;
	margin-top:1px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;

}


#leftnav a:hover {	
	background:url(images/arrow.png) center right no-repeat #FFF;
	color:#0099FF;
	border: 1px solid #C6E9FF;
	
}


#sub_nav{
clear:both;
}
#sub_nav ul{
margin-top:2px;
}
#sub_nav li{
list-style:none;
}

#sub_nav li a{
padding:7px 3px 3px 5px;
margin:0px;
background:#FFF;
margin-left:30px;
border: 1px solid #C6E9FF;
width:170px;
height:18px;
color:#0292D5;
font-size:12px;
background:url(images/arrow_sub.png) center right no-repeat;
}
#sub_nav li a:hover{
padding:7px 3px 3px 5px;
margin:0px;
background:#FFF;
margin-left:30px;
width:170px;
height:18px;
color:#0292D5;
font-size:12px;
background:url(images/arrow_sub.png) center right no-repeat;
border:#FFCC00 1px solid;
font-weight:bold;
}
#sub_nav li .sub_current{
border:#FFCC00 1px solid;
font-weight:bold;

}
#current a {
	background:url(images/selected_nav_bg.png) #333333 no-repeat ;
	height:35px;
	width:190px;
	margin-left:0px;
	color:#FFFFFF;
	padding-left:30px;
	padding-top:15px;
	margin-top:0px;
	border:none;

	
}
#current a:hover {
	background:url(images/selected_nav_bg.png) #333333 no-repeat ;
	height:35px;
	width:190px;
	margin-left:0px;
	color:#FFFFFF;
	padding-left:30px;
	padding-top:15px;
	margin-top:0px;
	border:none;

	
}


#minicart {
	font-size: 10px;	
}

.entryTable {	
	margin-left:20px;
clear:both;
}
.cart_info{
color:#666666;
font-size:18px;
margin-left:20px;
width:740px;
margin-bottom:35px;
}

.entryTableHeader {
	font-size: 14px;
	color: #FFFFFF;
	background-color:#0099FF;
	font-weight: bold;
	background-position: center;
}

.label {
	background-color: #EFEFEF;
}

.content {
	background-color: #FFFFFF;
	border:1px solid #C6E9FF;
	
}


.infoTable {
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}
.p_name{
color:#666666;
font-size:14px;

}
.box {
	font-size: 12px;
	border: 1px solid #336699;
}

.continue_shopping{
background:url(images/continue_shoping.png) no-repeat center left;
height:35px;
width:208px;
font-size:18px;
padding:7px 40px 7px 15px;
color:#FFFFFF;
margin-left:20px;
}

.checkout{
background:url(images/checkout.png) no-repeat;
font-size:18px;
padding:7px 60px 7px 31px;;
color:#FFFFFF;
margin-left:135px;


}
.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton_small {
	
	font-size:12px;
	position:relative;
	left:222px;
	top:-15px;
	color:#FFF;
	background:url(images/add2cart_btn_bg.png) no-repeat;	
	cursor:pointer;
	height:20px;
	width:82px;
	padding:3px 0px 0px 5px;
	
}
.addToCartButton {
	
	font-size:12px;
	cursor:pointer;	
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}
.product_list{
padding:5px; 
margin-bottom:10px; 
background:#FFFFFF;
border-bottom:1px solid #C6E9FF;
height:235px;
}
#product ul{

}
#product li{
list-style:none;
}
#paging{
border-bottom:1px solid #C6E9FF;
border-top:1px solid #C6E9FF;
height:28px;
padding-top:12px;
color:#999999;
font-size:14px;
margin-bottom:25px;

}

 /*************** styles for message **********/
 #fadeBlock{
color:#FF3300;
font-weight:bold; 
width:99%;
position:absolute;
top:166px;
right:6px;
z-index:50000;
background:#CDF4FF;
border:1px dotted #0099FF;
text-align:center; 
font-size:11px; 
height:15px; 
vertical-align:middle; 
padding:5px 0px 5px 0px;
margin:5px 0px 5px 0px;
}
/********************* End ***********************/
