/* 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:292px;
	height:1198px;
	background-image: url(../../images/global/banner_left.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position:absolute;
	top:0px;
	margin:0 0 0 -292px;
	z-index:1;*/
	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:292px;
	height:1198px;
	background:url(../../images/global/banner_right.jpg) no-repeat;
	position:absolute;
	top:0px;
	margin:0 0 0 960px;
	z-index:1;*/
	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;
}
/* ---------------------------------------------------------------------------------------------------------- Cart Menu Styles ----*/
#cart_menu {
	width:124px;
	height:409px;
	background:url(../../images/cart/cartMenu_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 #DDFAFF;
	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;
	background:url(../../images/cart/cart_menu_arrow.gif) no-repeat;
}
#cart_menu ul li a:hover {
	display:block;
	color:#333333;
	background:url(../../images/cart/cart_menu_hover.png) no-repeat;
}

.Checkout
{
    background-image: url(../../images/cart/checkout_btn.jpg);
    width: 80px;
    height: 16px;
}

.ViewCart
{
    background-image: url(../../images/cart/basket_btn.jpg);
    width: 80px;
    height: 16px;
}

.Checkout, .ViewCart {
	border: 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.Checkout:hover, .ViewCart:hover
{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.Checkout, .ViewCart
{
    border:0;
	margin: 0 0px 2px 0;
	display: inline-block;
	padding: 0px 0px 0px 0px !important;
}

/* ---------------------------------------------------------------------------------------------------------- Cart Heading ----*/

#SearchResult #prod_heading_container
{
	width: 100%
}

#SearchResult #prod_heading_container .heading
{
    background-color: Transparent;
}

#prod_heading_container {
	width:317px;
	height:12px;
	margin:18px 0 0 0;
	background:#c7eaff;
}
#prod_heading_container .heading {
	height:12px;
	padding:0 15px;
	margin:0 10px 0 0;
	color:#333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	background:white;
	float:right;
}

#prod_checkout_container {
	width:317px;
	height:44px;
	background:url(../../images/cart/checkBox_bg.jpg) repeat-x;
}

/* ---------------------------------------------------------------------------------------------------------- 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/home/menu_container.jpg) no-repeat;
	width:960px;
	height:430px;*/
}
