@charset "utf-8";
/* CSS Document */

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background:url(../../assets/images/bg.jpg) repeat-x #e7ddd2;
}

td{
	vertical-align:top;
	color:#404041;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#7e7b03;
}

a:hover{
	text-decoration:underline;
}


a.light{
	color:#ffface;
	font-weight:bold;
	text-decoration:none;
}

a.light:hover{
	color:#ffface;
	font-weight:bold;
	text-decoration:none;
}

img{
	border:0px;
	vertical-align:top;
}

p{
	margin:0px 0px 10px 0px;
}

.txt{
	padding:5px 15px 5px 7px;
	text-align:justify;
	line-height:18px;
}

ul{
	margin-top:0px;
	margin-bottom:0px;
}

input, textarea{
	border:2px solid #afcbea;
	background:white;
}


.strongColor{
	color:#514e7f;
	font-weight:bold;
	font-size:12px;
}

.color{
	color:#7c509f;
}



.menuOver{
	background-position:bottom;
	background-repeat:no-repeat;
}

.menuOn{
	background-position:bottom;
	background-repeat:no-repeat;
}

.menuOut{
	background-position:top;
	background-repeat:no-repeat;
}


.sublink{
	background:url(../../assets/images/arrow.gif) no-repeat 20px 17px;
	padding:12px 0px 12px 40px;
}

.sublinkActive{
	background:#fff9ee;
	padding:12px 0px 12px 40px;
	font-weight:bold;
}


.subSep{
	font-size:0px;
	text-align:center;
}

.centerCaption{
	color:#9d582f;
	font-size:24px;
	padding:15px 5px 5px 5px;
}

.subCaption{
	color:#9d582f;
	font-size:24px;
	padding:0px 5px 5px 5px;
}

.smallCaption{
	color:#7e7b03;
	font-size:16px;
	font-weight:bold;
	padding:15px 5px 0px 5px;
}

.leftCaption{
	color:#7e7b03;
	font-size:22px;
	padding:8px 0px 5px 10px;
	background:url(../../assets/images/left_caption_bg.gif) repeat-x;
}

ul.listArrow{
	list-style-type:none;
	margin:0px 0px 0px 20px;
	padding:0px;
}

.listArrow li{
	background:url(../../assets/images/arrow2.gif) no-repeat 0px 13px;
	padding:8px 10px 8px 15px;
	font-size:14px;
}

.imageFrame{
	border:3px solid #e3d3c7;
}


.footerLink a{
	color:white;
}
.footerSep{
	color:white;
	padding:0px 25px 0px 25px;
}

/* Main Cart */
td.mainCartCaption{
	text-align:center;
	height:24px;
	background:url(../../assets/images/cart_caption.gif) repeat-x;
	color:white;
	font-weight:bold;
	padding-top:3px;
}

tr.mainCartItems td{
	text-align:center;
	color:505d66;
	padding-top:8px;
	padding-bottom:8px;
	border-right:1px solid 7d7d7f;
	border-bottom:1px solid #7d7d7f;
	vertical-align:middle;
}

tr.mainCartItems table.item td{
	border:0px;
	text-align:left;
}

tr.mainCartItems table.item{
	padding-left:5px;
}

tr.mainCartItems table.item img{
	float:left;
	padding-right:10px;
	padding-left:3px;
	border:0px;
}

tr.mainCartItems td.totalPrice{
	font-size:14px;
	font-weight:bold;
}

tr.mainCartItems td.white, tr.mainCartItems td.white td{
	background:white;
	text-align:left;
	padding:0px 0px 0px 5px;
}


.checkout_navigation_item_link{
	font-size:14px;
	font-weight:bold;
}
.checkout_navigation_item_normal{
	font-size:14px;
	font-weight:bold;
}
.checkout_navigation_item{
	font-size:14px;
	font-weight:bold;
}
.checkout_navigation_delimiter{
	font-size:14px;
	font-weight:bold;
}
.checkout_navigation_item_active{
	font-size:14px;
	font-weight:bold;
}

.formLabel{
	padding:5px 15px 5px 5px;
	background:white;
	border-right:1px solid #edeacf;
	border-bottom:1px solid #edeacf;
	border-top:1px solid white;
	text-align:right;
	width:180px;
}

.formField{
	padding:5px 5px 5px 15px;
	background:#fffdf9;
	text-align:left;
	border-right:1px solid #edeacf;
	border-bottom:1px solid #edeacf;
	border-top:1px solid white;
}

.field_normal 			{ border: 1px solid #7c7c7e; }
.field_required			{ border: 1px solid #7c7c7e; }
.field_error			{ border: 1px solid #edb7b7; background-color:#ffeeee; }
.field_label_required	{ font-weight:bold; }
.field_label_error		{ font-weight:bold; color:#c73e1c; }
.field_error_message 	{ font-size:10px; color:#c73e1c;}