/** --------- Miva Merchant Main Page Layout Divs ---------- **/

.miva_page_leftcolumn {
	width: 250px;
	float: left;
	background: #E5F9FF;
	margin-bottom: 20px;
}

.miva_page_rightcolumn {
	width: 690px;
	float: right;
	display: block;
}


/** ----------- Miva Merchant ------------- **/

	
.minibasket {
	width: 200px;
	background-color: #ffffff;
	padding: 3px;
	margin: 5px;
	
	}
	
.minibasket table {
border: 1px solid #007399;
}

.minibasket a {
	color: #007399;
	text-decoration: none;
}

.minibasket a:hover {
	color: #0099CC;
	text-decoration: none;
}

.minibasket_title {
	width: 200px;
	font-size: 12px; 
	font-weight: bold; 
	text-align: center;
	color: #007399;
	text-decoration: none;
}

.checkout_btn {
	margin-top: 15px;
	background-color: #007399;
	padding: 5px;
	border: 1px solid #ffffff;
	color: #ffffff;
	width: 100px;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 5px;
}


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

.checkout_btn:hover {
	background-color: #0099CC;
	color: #ffffff;
	border: 1px solid #007399;
	}

.margin-left-thirty {
	margin-left: 30px;
}

/* ------------ Miva Navigation -------------- */

#navcontainer {
	margin-bottom: 10px;
}

ul.navlist {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
float: right;
padding-top: 6px;
padding-bottom: 6px;
font: normal 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

.navlist li {
display: inline;
list-style-type: none;
}

.navlist a { 
padding: 5px 10px; 
border: 1px solid #005E80;
}

.navlist a:link, .navlist a:visited {
color: #fff;
background-color: #005E80;
text-decoration: none;
}

.navlist a:hover {
color: #fff;
background-color: #33ccff;
text-decoration: none;
}


/* ------------ Miva Size Charts -------------- */

table.miva_sizechart {
	margin-right: 0px;
	margin-bottom: 10px;
	border: thin solid #000;
	border-collapse: collapse;
	width: 350px;
	height: 155px;
}

.miva_sizechart td {
	border: thin solid #333;
	padding: 7px;
	text-align: center;
}

.miva_sizechart th {
	background-color: #e5e7e7;
	border: thin solid #333;
	padding: 7px;
	text-align: center;
}

.sizechartthumb {
	margin: 0px 15px 0px 0px;
	float: left;
}

.miva_tabletitle {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #007399;
}
	
/** ------------ Miva Category Tree Template -------------- **/

.category_tree {
	color: #007399;
	padding: 5px;
	font: bold 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	line-height: 0px;
	margin-bottom: 0px;
}

.category_tree a {
	color: #007399;
	font: bold 12px/30px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #E5F9FF;
} 

.category_tree a:link {
	color: #007399;
}

.category_tree a:visited {
	text-decoration: none;
	color: #007399;
	padding: 5px;
}

.category_tree_active a {
	border: 1px solid #0099CC; 
	background-color: #ffffff;
}

.category_tree a:hover {
	color: #0099CC;
	text-decoration: none;
	background: #ffffff;
	padding: 5px; 
	border: 1px solid #007399;
	}

/** ------------ Miva Search -------------- **/

.miva_search {
	font-size: 10px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #33ccff;
	margin: 5px 5px 20px 5px;
	background: #B3EDFF; 
	width: 200px;
}


/** ------------ Miva Product Display Page CSS -------------- **/

.product_display_layout {
	width: 100%;
	}

.product_display_image_fullsize {
	float: left;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	width: 300px;
	}


.product_display_image_fullsize img {
	width: 360px;
	min-width: 320px;
	max-width: 320px;
	padding-left: 40px;
	padding-right: 40px;	
	height: auto;
}
	

.product_display_extra_images_div {
	width: 250px;
	text-align: center;
	float: right;
}

.product_display_attribute_selectors_wrapper {
	float: right;
	width: 272px;
}

.product_display_attribute_selectors_header {
	padding: 5px;
	border: 1px solid #ACE600;
	background: #E6FF99;
	width: 252px;
	text-transform: uppercase;
	color: #007399;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 100%;
	float: right;
	text-align: center;
}

.product_display_attribute_selectors {
	float: right;
	background: #F2FFCC;
	border: 1px solid #CCFF33;
	padding: 10px;	
	margin-bottom: 15px;
	width: 242px;
}

product_display_right_column {
	float: right;
	width: 250px;
	display: block;

	

	
}

/** ------------ Category Product Hovers --------------- **/

.category_product_hover {
	color: #cb2417;
	padding: 10px;
	display: block;
}

/** ------------ Miva Extra Product Views -------------- **/


.extra_images_table {
	font: bold 80% "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #007399;
	float: right;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.extra_images_table th  {
	border: 1px solid #ccc;
	background: white url(/oldlutheran/images/tabfade.png) top left repeat-x;
	padding: 2px;

}

.extra_images_table td  {
	border: 1px solid #ccc;
	padding: 5px;
}

/** ------------ Volume Pricing CSS--------------- **/

.vol_price_box {
	float: right;
}

.vol_price_box th {
	padding: 5px;
}


.category_pagination {
	padding: 5px;
	background: #F2FFCC;
	border: 1px solid #CCFF33;
	width: 100%;
}

/** ------------ Customer Service Div ----------------- **/

#customer_service_switchcontent_div {
	width: 100%;
	padding: 10px;
	font-size: 90%;
}

#customer_service_switchcontent_div h2{
	color: #007399;
	font-size: 110%;
		margin-bottom: 10px;

}

.customer_service_contact_ol {
	padding: 10px;
	background: #F9FFE5;
	border: 1px solid #CCFF33;
	margin-top: 40px;
}

.handcursor {
cursor:pointer;
}

.customer_service_header {
	font-weight: bold;
	color: #007399;
	padding: 5px;
	border: 1px solid #ACE600;
	background: #E6FF99;
	margin-bottom: 10px;
}

.category_header_box {
	background: white url(/oldlutheran/images/tabfade.png) bottom repeat-x;
	border: 1px solid #B3EDFF;
	padding: 5px;
	font-size: 80%;
	width: 100%;
	margin-top: 5px;
}

.product_header_box {
	background: white url(/oldlutheran/images/tabfade.png) bottom repeat-x;
	border: 1px solid #B3EDFF;
	padding: 5px;
	font-size: 80%;
	float: right;
	width: 680px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* ---------------------- Phone Order Manager CSS ------------------ */



table.pom_product_list {
	border-collapse: collapse;
	width: 100%;
	padding: 5px;
}

table.pom_product_list td {
	padding: 2px;
}

table.pom_product_list tr {
	padding: 2px;
	margin-top: 10px;
}

table.pom_product_list th {
	background-color: #007399;
	color: #ffffff;
	padding: 5px;
	text-align: left; 
}

.pom_divider {
	padding-top: 3px;
	background-color: #007399;
}

.pom_product_grand_total {
	background: #007399;
	color: #ffffff;
	padding: 5px;
	float: right;
}

.pom_float_right {
	color: #007399;
	float: right;
}

.pom_product_search_box {
	border: 1px solid #007399;
	background-color: #E5F9FF;
	padding: 5px;
}

table.pom_details {
	background: #E5F9FF; 
	border-collapse: collapse;
	float: right; 
	border-left:  2px solid #007399;
	border-right:  2px solid #007399;
	border-bottom:  2px solid #007399;
	font-size: 90%;
}

.pom_pay_ship_box {
	border: 1px solid #007399;
	background: #E5F9FF;
	padding: 5px 25px;
	width: 500px;
	
}

.pom_customer_lookup {
	border: 1px solid #007399;
	background: #E5F9FF;
	padding: 5px 25px;
	
}

/* -----------  Edit Customer Miva Page -------------- */

.customer_edit_links a:link {background-color: #007399; color: #ffffff; padding: 5px;}
.customer_edit_links a:visited {padding: 5px;}
.customer_edit_links a:active {background-color: #007399; color: #ffffff; padding: 5px;}
.customer_edit_links a:hover {background-color: #007399; color: #ffffff; padding: 5px;}

/* -----------  Payment Shipping Page-------------- */

.points_coupons_giftcerts_box h2 {
	font-weight: bold;
	font-size: 12px;
	color: #007399;
	}



