﻿/*Process Order Styles*/
.processOrderBody
{
	float:left;
	font-family:Arial;
	font-size:12px;
	padding:3px;
	width:100%;
}
.processOrderCustomer
{
	float:left;
	width:40%;
	height:100px;
	border:solid 1px;
	padding:5px;
	margin:4px ;
}
.processOrderOrder
{
	width:100%
	height:100px;
	border:solid 1px;
	padding:5px;
	margin:4px ;
}
.processOrderBilling, .processOrderShipping, .processOrderTotals
{
	display:table-cell;
	width:100%;
	border:solid 1px;
	padding:5px;
	margin:4px ;
}
.processOrderCheck
{
	float:left;
	width:40%;
	height:230px;
	width:350px;
	border:solid 1px;
	padding:5px;
	margin:4px ;
}

.processOrderProcess
{
	float:left;
	width:40%;
	border:0px;
	padding:5px;
	margin:4px ;
}

.processOrderProductsOrdered, .processOrderBaseLicenses
{
	float:left;
	width:82%;
	display:table-cell;
	border:solid 1px;
	padding:5px;
    margin:4px;
}

.processOrderHeader
{
	background-color:#DDDDDD;
	padding:1px;
	height:24px;
	font-size:15px;
}
.popupModalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopupBilling, .modalPopupShipping
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	padding:3px;
	width:500px;
	display:table-cell;
	height:100%;
}
.modalPopupHeader
{
	background-color:#DDDDDD;
	color:Black;
	text-align:center;
	height:24px;
	font-size:15px;
}
.modalPopupHeader1
{
	float:left;
	background-color:#DDDDDD;
	color:Black;
	width:100%;
	height:24px;
	font-size:15px;
}
/*Store Utility Bar*/
#store_utility_bar 
{
	position: relative;
	height: 28px; /* for IE */
	background-color: #e6e6e6;
	width: 100%;
	font-family: arial, verdana, lucida, helvetica, sans-serif;	
	font-size: 62.5%; /* 1em is 10pt, 0.8em is 8pt, 1.6em is 16pt, etc */
	z-index: 200;
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
}
ul#store_utility_bar_links 
{
	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;	
	font-size: 1.1em;
	font-weight: bold;
}
ul#store_utility_bar_links li {
	margin-top: 1px;
	position: relative;
	display: block;
	height: 28px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
	margin-right: 1px;
}
ul#store_utility_bar_links li div {
	padding-top: 7px;
	padding-right: 2px;
}
ul#store_utility_bar_links li.user_name {
	font-weight: normal;
	padding-left: 10px;
	padding-right:15px;
}
ul#store_utility_bar_links li a {
	padding-left: 25px;
	color: #333;
	text-decoration: none;
}
ul#store_utility_bar_links li a.checkout_link {
	padding-left: 12px;
	color: #333;
	text-decoration: none;
}
ul#store_utility_bar_links li a:visited 
{
	color: #333;
}
ul#store_utility_bar_links li a:hover, a:active {
	text-decoration: underline;
}
ul#store_utility_bar_links li.checkout
{
	background: transparent url("../images/checkout_btn_bg.jpg") no-repeat;	
}
ul#store_utility_bar_links li a.my_account 
{
	background: transparent url("../images/profile_account.png") left top no-repeat;
}
ul#store_utility_bar_links li a.wish_list
{
	background: transparent url("../images/wishlist.png") left top no-repeat;
}
ul#store_utility_bar_links li a.register_login
{
	background: transparent url("../images/profile_lock.png") left top no-repeat;
}
ul#store_utility_bar_links li a.my_cart
{
	background: transparent url("../images/shopping_cart.png") left top no-repeat;
}
ul#store_utility_bar_search
{
	width:150px;
	margin: 5px 20px 0 0;
	list-style: none;
	display: inline;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	z-index: 1000;
	background-color: transparent;
}
ul#store_utility_bar_search li{
	position:relative;
	float: left;
}
ul#store_utility_bar_search li.search_text{
	margin-top: 3px;
	margin-right: 8px;	
}
ul#store_utility_bar_search input.search_field{
	width: 57px;
	height: 15px;
	padding-right: 20px;
}
ul#store_utility_bar_search input.image{
	position: absolute;
	top: 3px !important;
	top: 4px; 
	right: 2px;
}
.header_standard
{
	font-weight: bold;
	font-size: 12px;
	color: cornflowerblue;
	font-family: Arial;
}
