/*---Online store ----*/
.background_col{background-color:#fff;}

form {
    border:0px;
    margin:0px;
    padding:0px;
}

.container_store_inSection{
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	text-align:left;
	padding-left:70px;
	background:url(../images/onlinestore/store_back.png) right repeat-y;
	background-color:#FFFFFF;
}

#left_col{
	width:68%;
	float:left;
	clear:right;
	padding-bottom:20px;
	


}

#right_col{
	width:30%;
	float:left;
	padding-left:2%;
	

}
#store_navbar{
	background:url(../images/onlinestore/tab_store_back.png) repeat-x;
	border:1px solid #c7c7c7;
	height:30px;
	line-height:20px;
	position:relative;
	
}

#store_navbar, #store_navbar ul{
	list-style:none;
	margin:0px;
	padding:0px;

}

#store_navbar li{
	float:left;
	line-height:30px;
	font-size:12px;
	display:block;
	border-left:1px solid #c7c7c7;

}

#store_navbar li a{
	float:left;
	line-height:30px;
	font-size:12px;
	text-decoration:none;
		
}

#store_navbar li a:hover{
	background: url(../images/onlinestore/tab_over.png) repeat-x;
	color:#000;
}

.selectedTab{
	background: url(../images/onlinestore/tab_selected.png) repeat-x;
	color:#fff;
}

.displayTab{
	font-weight:bold;
}

#store_navbar li a,.selectedTab, .displayTab{
	padding-left:32px;
	padding-right:32px;
}


#store_container{
	border-bottom:1px solid #c7c7c7; 
	border-left:1px solid #c7c7c7; 
	border-right:1px solid #c7c7c7; 
	padding:20px;
	background-color: #FFFFff;

}

#products_list {
	list-style:none;
	margin:0px;
	padding:0px;
}

#products_list li{
	border-bottom:1px dashed #c7c7c7;
}

.prod_indv_container{
	border-right:1px dashed #c7c7c7;
}

.prod_indv_container,.prod_indv_containerR{
	float:left;
	font-size:12px;
	padding-left:21px;
	padding-right:15px;
	padding-top:18px;
	padding-bottom:18px;
}

.p_title, .p_oth_title{font-size:14px;font-weight:bold;}
.p_subtitle{font-weight:bold;}
.p_title, .p_subtitle{ color:#004c74; }
.pr_amt{font-size:16px;font-weight:bold;}
.p_title12{font-size:12px;font-weight:bold;}



/* Buttons */

#but_addcart, .but_addcart a, .but_addcart a:hover,
.but_viewcart a, .but_viewcart a:hover,
.but_darkblue_med a, .but_darkblue_med a:hover,
#but_purple_long, .but_purple_long a, .but_purple_long a:hover,
#but_black_sm, .but_black_sm a, .but_black_sm a:hover
{
	display:block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#fff;

	font-size:11px;
}

#but_addcart, .but_addcart a, .but_addcart a:hover,
.but_viewcart a, .but_viewcart a:hover,
.but_darkblue_med a, .but_darkblue_med a:hover
{
	width:117px;
	height:30px;
	line-height:30px;
}
#but_purple_long, .but_purple_long a, .but_purple_long a:hover{
	width:129px;
	height:30px;
	line-height:30px;
}
#but_black_sm, .but_black_sm a, .but_black_sm a:hover{
	width:85px;
	height:26px;
	line-height:26px;
}

.but_addcart a{
	background: url(../images/onlinestore/but_add2cart_off.png) no-repeat;	
	padding-left:8px;
}

.but_addcart a:hover{
	background: url(../images/onlinestore/but_add2cart_over.png) no-repeat;
	padding-left:8px;
}

.but_viewcart a{
	background: url(../images/onlinestore/but_viewcart_off.png) no-repeat;	
	padding-left:8px;
}

.but_viewcart a:hover{
	background: url(../images/onlinestore/but_viewcart_over.png) no-repeat;
	padding-left:8px;
}

.but_darkblue_med a{
	background:  url(../images/onlinestore/but_darkblue_med.png) no-repeat;	
}

.but_darkblue_med a:hover{
	background: url(../images/onlinestore/but_black_med.png) no-repeat;
}

.but_purple_long a{
	background: url(../images/onlinestore/but_purple_long.png) no-repeat;	
}

.but_purple_long a:hover{
	background: url(../images/onlinestore/but_black_long.png) no-repeat;	
}

.but_black_sm a{
	background: url(../images/onlinestore/but_black_sm.png) no-repeat;	
}

.but_black_sm a:hover{
	background: url(../images/onlinestore/but_blue_sm.png) no-repeat;	
}


.pad_img{padding-left:16px;}
.pad_img1{padding-left:10px;}

#container_side_cart{
	background-color:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:5px;
	border:1px solid #c7c7c7;
	margin-bottom:15px;
}

#container_side_cart table{
	width:95%;
}

#container_side_cart td{
	border-bottom:1px dashed #c7c7c7;
	padding-top:10px;padding-bottom:10px;
	
}

#right_col b{font-size:12px;}
.sys_req{float:left;padding-top:15px;padding-left:1px;}


#rec_products{
	margin:0px;
	padding-left:15px;
	padding-top:7px;
	padding-bottom:20px;
}

#rec_products li{
	padding-bottom:5px;
}


/* shopping cart */

.cart_title{
	background:url(../images/onlinestore/scart_table_title_bk.png) repeat-x;
}

#cart_contents{
	border:1px solid #CCCCCC;
}

#cart_contents td{
	padding:7px;
	border-bottom:1px dashed #c7c7c7;
}
#cart_contents select{
	background-color: #f7f7f7;
	border:1px solid #c7c7c7;
}


#alsobought_contents{
	border-top:1px solid #b3cbcc;
	border-left:1px solid #b3cbcc;
	border-right:1px solid #b3cbcc;
}
#alsobought_contents td{
	padding:10px;
	border-bottom:1px solid #b3cbcc;
}


#contact_info td{
	padding-bottom:5px;
}

#contact_info input, #contact_info textarea{
	background-color: #f7f7f7;
	border:1px solid #d9d9d9;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}
#contact_info input, #contact_info textarea{
	width:270px;
}

#contact_info textarea{
	font-size:12px;

}

#contact_info label{
	font-size:12px;
	font-weight:bold;
}

.success{color:#107b01;}
.error{color:#FF0000;}

.font_12{font-size:12px;}



#prod_all_info{border-bottom:1px dashed #c7c7c7;}

#indv_prod td{
	border-right:1px dashed #c7c7c7;
	padding-left:23px;
	
}

#lowersec_topics ul{
	margin:0px;
	padding:0px;
	list-style: url(../images/onlinestore/09.gif);
}

#lowersec_topics li{
	margin-left:15px;
}

#lowersec_topics{border-top:1px dashed #c7c7c7;}
#lowersec_topics td{padding-bottom:5px;}

