/* Mens */

/* ---------------------------------------------------------------------------------------------------------- Link Styles ----*/

.menuOptionBox li a, .menuOptionBox li a:visited, .menuOptionBox li a:active {
	font-family: Helvetica, sans-serif;
	font-size:8px;
	text-transform:uppercase;
	color: #666666;
	text-decoration: none;
	padding:0 5px;
}
.menuOptionBox li a:hover {
	font-family: Helvetica, sans-serif;
	font-size:8px;
	text-transform:uppercase;
	color: #ffffff;
	text-decoration: none;
	padding:0 5px;
}
.menuOptionBox a, .menuOptionBox a:visited, .menuOptionBox a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color: #CCCCCC;
	text-decoration: none;
	padding:0 10px 0 5px;
}
.menuOptionBox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-decoration: none;
	padding:0 10px 0 5px;
}

.MenuHead a, .MenuHead a:hover
{
    color: #ffffff;
}
/* ---------------------------------------------------------------------------------------------------------- Outer Styles ----*/

#divBannerLeft {
	width:155px;
	height:795px;
	background:url(../../images/global/banner_left_silver.jpg) no-repeat;
	position:absolute;
	top:0px;
	margin:0 0 0 -155px;
	z-index:1;
}
#divBannerRight {
	width:155px;
	height:795px;
	background:url(../../images/global/banner_right_silver.jpg) no-repeat;
	position:absolute;
	top:0px;
	margin:0 0 0 960px;
	z-index:1;
}
/* ------------------------------------------------------------------------------------------------------------- Checkout Table Styles -----------------*/

.checkoutTbl {
	margin:0 0 15px 0;
}
.checkoutTbl td {
	font-size:11px;
	color:#333333;
	vertical-align:middle;
	padding:10px;
	border-bottom:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
}
.checkoutTbl tr.top {
	background:url(../../images/cart/checkout_tblTop_bg.jpg) repeat-x;
	height:33px;
}
.checkoutTbl tr.top th {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
	text-align:center;
	padding:0;
}
.qty {
	padding:5px;
	border:1px solid #333333;
}
tr.bottom {
	background:url(../../images/cart/checkout_tblBottom_bg.jpg) repeat-x;
	height:36px;
}
tr.bottom td {
	border:none;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

.remove input, .continue, .update, .check, .cancel {
	border: 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.removeOver input, .continue:hover, .update:hover, .check:hover, .cancel:hover
{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.update, .continue, .check, .cancel
{
	border:0;
	margin:0 2px 0 0;
	display: inline-block;
	padding: 0px 0px 0px 0px !important;    
}

.update {
	background:url(../../images/cart/update_btn.jpg);
	width:81px;
	height:26px;
}
.cancel {
	background:url(../../images/cart/cancel_btn.jpg);
	width:81px;
	height:26px;
}
.check {
	background:url(../../images/cart/CHKout_btn.jpg);
	width:81px;
	height:26px;
}
.continue {
	background:url(../../images/cart/continue_btn.jpg);
	width:118px;
	height:26px;
}
#checkout_btn_container {
	float:right;
}
.AlternativePayments
{
    text-align: right;
    margin: 5px 0px 5px 0px;
}
.ExpressPaymentButton
{
    text-align: right;
    margin: 5px 0px 5px 0px;
}
/* ---------------------------------------------------------------------------------------------------------- Cart Menu Styles ----*/
#cart_menu, .CartMenu {
	width:124px;
	height:410px;
	/*background:url(../../images/content/content_menu_bg.jpg) no-repeat;*/
	float:left;
}
#cart_menu ul {
	padding:0;
	margin:200px 0 0 0;
}
#cart_menu ul li {
	padding:0;
	margin:0;
	border-bottom:1px solid #F0F0F0;
	list-style:none;
	line-height:22px;
	font-size:11px;
	font-weight:bold;
}
#cart_menu ul li a {
	display:block;
	padding:0 10px;
	margin:0;
	color:#333333;
}
#cart_menu ul li a:hover {
	display:block;
	color:#333333;
	background:url(../../images/content/cart_menu_hover.png) no-repeat;
}
/* ---------------------------------------------------------------------------------------------------------- Footer ----*/

#divFooter {
	width: 940px;
	height:337px;
	background:url(../../images/home/menu_container.jpg);
	padding:10px 10px 0 10px;
	font-family: Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	color: #666666;
}
.menuOptionBox {
	float:left;
	margin:0 8px 0 0;
	width:auto;
	background:url(../../images/global/seperator.gif) no-repeat right top;
}
.menuOptionBoxNotBorder {
	float:left;
	margin:0 8px 0 0;
	width:auto;
}
.menuOptionBox ul {
	padding:10px 0 0 0;
	margin:0;
}
.menuOptionBox ul li {
	margin:0;
	padding:0 15px 0 0;
	list-style:none;
	line-height:15px;
	letter-spacing:1px;
}
#divBottom {
	/*background:url(../../images/global/body_bottom.jpg) no-repeat;
	width:960px;
	height:430px;*/
}

/* ------------------------------------------------------------------------------------------------------------- Banner Content -----*/
#cart_category
{
    background-image: url(../../images/content/content_page_img.jpg);    
}
