.col-right {
	width: 100% !important;
}
#checkoutSteps h3 {
	margin: 0 !important;
	padding: 5px !important;
}
div.product-img-box {
	float: left !important;
	width: 365px !important;
}
div.product-shop {
	width: 260px !important;
	float:right !important;
}
#primary .column_B .head h4,
#secondary .head h4 {
	font-size: 11px;
	line-height: 1.2em;
} 

ul.storeGlobals {
	position: absolute;
	right: 0;
	top: 80px;
	width: 600px;
	z-index: 1000;
	text-align: right;
}
ul.storeGlobals li {
	display: inline;
	padding: 0 12px 0 0;
	margin: 0 9px 0 0;
	border-right: 1px solid #ccc;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
ul.storeGlobals li.last {
	margin: 0;
	padding: 0;
	border: none;
}
ul.storeGlobals li a {
	color: #438294;
	text-decoration: none;
}
ul.storeGlobals li a:hover {
	color: red;
}
body#shop #contentarea .page-head {
	border-bottom: 1px solid #fff;
}
body#shop #contentarea .page-head h3,
body#shop #contentarea .page-head-alt h3  {
	color: red;
}
body#shop #contentarea h1 {
	width: 460px !important;
}

body {
    background: #fff url(../gfx/bg_main_store.gif) repeat-x 0 0;
}
#subheader {
	height: 131px;
	overflow: hidden;
	position: relative;
}
#contentarea {
	padding: 0;
	background: none;
}

#primary {
	float: right;
	width: 694px;
	padding: 0 0 20px;
}
#secondary {
	float: left;
	width: 243px;
	padding: 0 0 20px;
}

#primary .column_A {
	float: left;
	width: 481px;
}
#primary .column_B {
	float: right;
	width: 202px;
}

#subheader .login {
	position: absolute;
	top: 30px;
	right: 50px;
	text-transform: uppercase;
}
#subheader .login a {
	color: #6497A7;
	font-size: 11px;
}
#subheader .login a:hover {
	color: #fff;
}

/* Sidebar Boxes
--------------------------------------------------------------------------------------------------- */
#contentarea .box,
#contentarea #cart-sidebar {
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid #ccc;
	background: #fff;
}
#contentarea .box h3 {
	font-size: 12px;
	font-weight: bold;
	color: red;
}
#contentarea .box .product {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}
#contentarea .box .product span {
	display: block;
	padding: 2px 4px;
}
#contentarea .box .product img {
	float: left;
}
#contentarea .box .product .info {
	float: right;
	width: 60px;
}
#contentarea .box .product span.price {
	background: #ccc;
	color: #333;
	margin: 0 0 10px;
}
#contentarea .box .product span.saleprice {
	background: red;
	color: #fff;
}
#contentarea .box .product .buy {
	padding: 5px 0 0 0;
	text-align: center;
	clear: both;
}
#contentarea .box .product .buy a {
	text-transform: uppercase;
	color: red;
}
#contentarea .box .product .buy a:hover {
	color: #315E6A;
}

/* Cart Summary 
--------------------------------------------------------------------------------------------------- */
#cartSummary {
	float: right;
	width: 252px;
	height: 200px;
	background: url(../gfx/bg_quickcart.jpg) no-repeat 0 14px;
	font-size: 11px;
}
#cartSummary h3 {
	display: block;
	height: 65px;
	text-indent: -9999px;
}
#cartSummary .cartContents {
	padding: 0 15px 5px;
	color: #fff;
}
#cartSummary .cartContents span.totalitems a {
	color: red;
}
#cartSummary .cartContents span.totalitems a:hover {
	color: #fff;
}
#cartSummary a {
	color: #315E6A;
	font-weight: bold;
}
#cartSummary a:hover {
	color: #fff;
}
#cartSummary ul.cartOptions {
	margin: 0;
	padding: 5px 15px;
}
#cartSummary ul.cartOptions a {
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url(../gfx/arrow_onwhite.gif) no-repeat 0 50%;
}
#cartSummary ul.cartOptions li {
	display: inline;
	padding: 0 15px 0 0;
}
#cartSummary ul.cartOptions li.subtotal {
	color: #315E6A;
}

/* Product List
--------------------------------------------------------------------------------------------------- */
#primary ul.productList {
	margin: 0;
	padding: 0;
}
#primary ul.productList li {
	float: left;
	width: 147px;
	height: 160px;
	margin: 0 20px 20px 0;
	text-align: center;
	position: relative;
	font-size: 11px;
}
#primary ul.productList li.rowend {
	margin: 0 0 20px;
}
#primary ul.productList li a {
	float: left;
	display: block;
	width: 147px;
	height: 160px;
	background: url(../gfx/bg_th_productbox.png) no-repeat -147px 0;
	text-decoration: none;
	color: #333;
}
#primary ul.productList li a:hover {
	background-position: 0 0;
	color: #fff;
}
#primary ul.productList li img {
	margin: 5px 0 0 0;
}
#primary ul.productList li span.name {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 8px;
	width: 80%;
	text-align: left;
}
#primary ul.productList li span.price {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 28px;
	width: 18%;
	text-align: right;
}
#primary ul.productList li a span.price {
	color: #EB2A31;
}
#primary ul.productList li a:hover span.price {
	color: #fff;
}
/* -- pagination -- */
.pagination {
	color: #666;
	font-weight: bold;
}
.pagination span {
	color: #333;
}
.pagination a {
	color: #EB2A31;
}
.pagination a:hover {
	color: #990000;
}
.page_count {
	float: left;
	width: 18%;
}
.page_prevnextnav {
	float: right;
	width: 80%;
	text-align: right;
}
.page_prevnextnav span {
	padding: 0 3px;
}

/* Featured Products
--------------------------------------------------------------------------------------------------- */
.fl {
	float: left; display: inline;
}
.news_slider {
	position: relative; width: 610px; margin: 0; text-align: left;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 25px;
}
.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 560px; top: 0; left: 25px; overflow: hidden;
}
.news_slider .view_all {
	display: none;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
    width: 130px;
	height: 81px;
	float: left;
	margin: 0 10px 0 0;
	margin-right: 10px;
}

#featuredProducts {
	float: left;
	width: 610px;
}
#featuredProducts dt {
	display: block;
	text-indent: -9999px;
	height: 38px;
	width: 187px;
	background: url(../gfx/hd/featured_products.gif) no-repeat 0 0;
}
#featuredProducts ul {
	width: 600px;
	height: 81px;
	overflow: hidden;
}
#featuredProducts li {
	width: 130px;
	height: 81px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	background: url(../gfx/bg_th_product.png) no-repeat 0 0;
	position: relative;
}
#featuredProducts li a {
	width: 115px;
	text-align: center;
	text-decoration: none;
	display: block;
}
#featuredProducts li img {
	margin: 3px 0 0 0;
}
#featuredProducts li span.price {
	display: block;
	position: absolute;
	top: 15px;
	right: 6px;
	padding: 2px 4px;
	background: red;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

/* Breadcrumbs
--------------------------------------------------------------------------------------------------- */
ul.breadcrumbs {
	padding: 10px;
	margin: 0 0 15px;
	border: 1px solid #4B899B;
	background: #B2C6CC;
}
ul.breadcrumbs li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 0;
	color: #4B899B;
}
ul.breadcrumbs li strong {
	color: #333;
}
ul.breadcrumbs li a {
	color: #315E6A;
	text-decoration: none;
}
ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

/* Subnav
--------------------------------------------------------------------------------------------------- */
#subnav {
	margin: 0 0 25px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}
#subnav h3 {
	font-size: 12px;
	font-weight: bold;
	color: red;
}
#subnav li {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#subnav li.first {
	border-top: 1px solid #ccc;
}
#subnav li a {
	display: block;
	padding: 5px 12px 5px 20px;
	width: auto;
	height: auto;
	line-height: 1.2em;
	background: #fff url(../gfx/arrow_red.gif) no-repeat 5px 50%;
	color: #666;
	text-decoration: none;
}
#subnav li a:hover,
#subnav li a.current {
	color: red;
	background-color: #ccc;
}

#subnav li ul li a {
	padding-left: 30px;
	background: #eee url(../gfx/arrow_blue.gif) no-repeat 20px 50%;
}
#subnav li ul li a:hover,
#subnav li ul li a.current {
	background-color: #dedede;
	color: #333;
}
