/******************* SHOPPING CART STYLES ******************************/

#shoppingCart{
	background:#FFF;
	padding:5px;
	border:1px solid #dce3ec;
	text-align: left;
	width:534px;
}

html>body #shoppingCart{
	background:#FFF;
	padding:5px;
	border:1px solid #dce3ec;
	text-align: left;
	width:560px;
}

#shoppingCart table {
width:100%;
}

.shoppingList{
	background:#FFF;
	padding:5px;
	border:1px solid #dce3ec;
	margin:5px -10px 10px -10px;
}

#shoppingCart, 
#shoppingCart table, 
#shoppingCart tr, 
#shoppingCart td, 
#shoppingCart input, 
#shoppingCart textarea, 
#shoppingCart select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#shoppingCart td, #shoppingCart tr th{
	padding: 5px 10px;
}

#shoppingCart tr th {
	font-family: Georgia, Times New Roman, Times, serif;
	vertical-align: top;
	text-align:left;
	font-size: 12px;
	background: #fff7ce;
	border-right:1px solid #FFF;
	color: #005BBD;
	font-weight:bold;
}

#shoppingCart td {
	text-align:left;
	vertical-align: top;
	border-bottom: 1px solid #D9DCEF;
	border:1px solid #DCE3EC;
	border-top:none;
	border-left:none;
}

#shoppingCart .login td {
	border-right:none;
}

h1.shoppingcart {
	margin: 0;
	padding:0 0 20px 0;
	font-size: 24px;
	line-height:normal;
}

#shoppingCart h2, #shoppingCart h2 a{
	color: #005BBD;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	margin:0;
	padding:0 0 15px 0;
	font-weight:normal;

}

#shoppingCart h2 a:hover {
	color: #000;
}

#shoppingCart h3 {
	color: #005BBD;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	margin:0;
	padding:0 0 10px 0;
}

.TextFieldQty {
	float:left;
	margin-right:2px;
}

#shoppingCart input {
	background: #fff;
	border:1px solid #acb6c3;
}


 /***** Cart Stage Tabs *****/

#tabs {
	font-family: Arial, Helvetica, sans-serif;
	background:#F4F7FB;
	line-height:normal;
}
	  
#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li {
	font-size:11px;
	display:inline;
	float:left;
	background:url(../Images/tableft.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color:#627EB7;
}
    

#tabs li span {
	float:left;
	display:block;
	background:url(../Images/tabright.jpg) no-repeat right top;
	padding:10px 15px 4px 6px;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs span {
float:none;
}

/* End IE5-Mac hack */

#tabs {
	background-position:0% -42px;
}

#tabs span {
	background-position:100% -42px;
}

#tabs #current{
	background-position:0% -42px;
	font-weight:bold;
	color:#FEDA3C;
}

#tabs #current span {
	background-position:100% -42px;
}

/*.shoppingcart 
{
	color:#4597E4;
	font-weight: bold;
	margin:0 5px 0 0;
}

.cartTable  {
	width: 100%;
}

.cartTablePaging td {
	border: none;
}

.cartFooter {
	text-align: right;
	font-size: 13px;
}

.currentStage 
{
	font-weight: bold;
}*/

#cartStagesHolder td{
	padding: 0 20px;
	color:#26477A;
}

.error p 
{
    color: Red;
}

.paymentError
{
	color: Red;
	font-size: 1.1em;
	border: 2px solid red;	
	width: 90%;
	margin: 15px 1px;
	padding: 10px;	
}

.paymentError h1
{
	color: Red;
	margin-bottom: 7px;
	font-size: 1.3em;
	font-weight: bold;
}

input.checkOutText, textarea.checkOutText 
{
	border: 1px solid #CCCCCC;
}

input.checkOutButton
{
    border: 1px solid #999999;
    background-color: #999999;
    color: #312B8C;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
}

.help
{
    font-size: 10px;
    color: #000000;
    font-weight: normal;
}

#additionalInfo
{
	font-size: 12px;
    color: #666666;
    font-weight: normal;
    margin-top: 30px;
}

.inline 
{
	display: inline;
}

.special 
{
	color: #DE442F;
}

#cartSummaryControl
{
}

#cartSummaryContentBox{
		border:1px solid #317082;
		height:0px;
		visibility:hidden;
		position:absolute;
		left: 0px;
		background-color:#E2EBED;
		overflow:hidden;
		padding:2px;
		width:250px;
}

#cartSummaryContent{
	
}
#cartSummarySlidedown{
	position:relative;
	width:250px;
}

p.detailsNote{
   font-size: 11px;
    color: #25487E;
    font-weight: normal;
	padding:5px 0 0 0;
	margin:0 0 0 20px;
	line-height:14px;
	
}

.detailsShipping{
    font-size: 11px;
    color: #FF1111;
    font-weight: normal;
	width:115px;
	
}


/* Product Styles */
.product h1 {
	color: #005BBD;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	margin:0;
	padding:0;
}

.product h2 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
	margin:0 0 14px 0;
	padding:0;
}

.product {
	background:#FFF;
	border-bottom:1px solid #c7cdd6
}

.product .thumb {
	width:100px;
	height:100px;
	overflow: hidden;
	float:left;
	border:4px solid #E8ECF2;
}

.product .info {
	margin-left:135px;
}

.product .info .links a{
	color:#2f2a8e;
	text-decoration:none;
	padding-bottom:5px;
	display:block;
}

.product .info .links a:hover{
	color:#000;
}

/******************* END SHOPPING CART STYLES ******************************/

