﻿body {
}

#shopBox 
{
	background-color: #ffffff;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 14px; 
	width: 606px;
	border: 0; 
	padding: 0; 
	float: left;
	min-height: 300px;
	border: 1px solid #ccc; 
}

#shopBox .contents
{
	padding: 10px;
	font-size: 1.2em;
}

#shopBox .contents2
{
	padding: 0 0 16px 12px;
	font-size: 1.2em;
}

#shopBox .contents h3
{
	padding: 0;
	margin: 0;
}

#shopBox .contents .price
{
	text-align: right;
	color: #006633;
	font-weight: bold;
}

#shopBox .title 
{
	text-align: left; 
	height: 23px; 
	color: #000000; 
	background-image: url(../images/layout/component_topbar.gif); 
	background-position: left bottom; 
	background-repeat: repeat-x; 
	vertical-align: middle; 
	padding-left: 15px; 
	padding-top: 5px;
	margin-bottom: 0;
}

#shopBox .title h2 p
{
	padding: 0;
	margin: 0;
}

#shopBox .title h2 
{
	font-size: 1.2em;
	color: #3E3E40; 
	font-weight: bold; 
	margin: 0; 
	padding: 0; 
	padding-left: 20px;
}

#shopBox .title .basket_info
{
	font-size: 1.2em;
	padding-right: 10px;
	font-weight: bold;
	color: #3E3E40; 
}

.Basket_Table
{
	border: 0;
	border-collapse: collapse;
}

.Basket_HeaderStyle
{
	font-weight: bold; 
	font-size: 1.1em;
	border-bottom: solid 1px #000000; 
	background-color: #bbbbbb;
}


div.products_item
{
    margin-top: 15px;
    float: left;
    margin-right: 14px;
}

div.products_item ul.products_organiser
{
    margin: 0;
    padding: 0;
}

div.products_item ul.products_organiser li
{
    list-style-type: none;
}

div.products_info
{
    background-color: #edeef0;
    border: solid 1px #d8d9db;
    width: 162px;
    padding: 10px;
}

div.products_info ul.products_info_organiser
{
    margin: 0;
    padding: 0;
}

div.products_info ul.products_info_organiser li
{
    list-style-type: none;
}

div.products_info_main
{
    margin-top: 30px;
    background-color: #edeef0;
    border: solid 1px #d8d9db;
    width: 300px;
}

div.options_container
{
    margin: 15px;
}

p.product_header
{
    margin: 0;
    padding: 0;
    color: #000000;
    font-weight: bold;
}

p.full_product_header
{
    font-size: 1.3em;
    margin-top: 10px;
}

p.product_desc
{
    margin: 10px 0 0 0;
    padding: 0;
    color: #666769;
}

.product_item_padding_top
{
    margin-top: 10px;
}

ul.pager
{
    margin: 25px 0 0 0;
    padding: 0;
}

ul.pager li
{
    list-style-type: none;
    float: left;
    margin-right: 4px;
}

ul.pager li a
{
    display: block;
    padding: 2px 8px 2px 8px;
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

ul.pager li a:hover, ul.pager li a.selected:hover
{
    background-color: #000000;
}

ul.pager li a.selected
{
    background-color: #58597E;
}

ul.pager li a.next
{
    display: block;
    padding: 2px 16px 2px 8px;
    background-color: #cccccc;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

ul.pager li a.back
{
    display: block;
    padding: 2px 8px 2px 16px;
    background-color: #cccccc;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

ul.pager li a.back:hover
{
   background-color: #000000;
}

ul.pager li a.next:hover
{
    background-color: #000000;
}

.item_price_info
{
    padding-top: 8px;
    color: #ffffff;
    font-weight: bold;
}

.item_price_info span.price_container
{
    padding: 2px 5px 1px 7px;
    margin-right: 5px;
    background-color: #BB1419;
}

.item_price_info a
{
    font-weight: bold;
    color: #ffffff;
    padding: 2px 20px 1px 5px;
    background-color: #ADADAD;
    text-decoration: none;
}

.item_price_info a:hover
{
    background-color: #000000;
}

.item_price_info a.addtobasket
{
    font-weight: bold;
    color: #ffffff;
    padding: 2px 15px 1px 5px;
    background-color: #ADADAD;
    text-decoration: none;
}

.item_price_info a.addtobasket:hover
{
    background-color: #000000;
}

.product_image_container
{
	width: 275px;
}

.product_image_container div
{
	margin-top: 2px;
}

.product_rest_container
{
	width: 305px;
	margin-left: 5px;
}

#side_basket
{
	margin-top: 55px;
}

#side_basket .basket_title
{
	color: #58597E;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: -4px;
	margin-left: -1px;
}

.side_basket_info
{
	background-color: #58597E;
	color: #ffffff;
	min-height: 100px;
}

.side_basket_info div
{
	padding: 5px;
	font-size: 1.1em;
}

.information_area_success
{
	padding: 10px;
	background-color: #F8FFF0;
	border: solid 2px #A0DC11;
	color: #333333;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.information_area_success .success
{
	padding-left: 24px;
	background: transparent URL("../Images/Shop/success.png") no-repeat left center;
}

.information_area_warning
{
	padding: 10px;
	background-color: #F8F8E5;
	border: solid 2px #D0D040;
	color: #333333;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.information_area_warning .warning
{
	padding-left: 24px;
	background: transparent URL("../Images/Shop/warning.png") no-repeat left center;
}

.information_area_error
{
	padding: 10px;
	background-color: #F8E5E5;
	border: solid 2px #E08080;
	color: #333333;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.information_area_error .error
{
	padding-left: 24px;
	background: transparent URL("../Images/Shop/error.png") no-repeat left center;
}

.information_area ul
{
	margin: 0 0 0 20px;
	padding: 0;
}

.information_area a
{
	color: #333333;
	text-decoration: underline;
}

.information_area a:hover
{
	color: #000000;
}

a.basket_action_button
{
	margin-right: 5px;
	display: block;
	text-decoration: none;
	background-color: #bbbbbb;
	color: #ffffff;
	padding: 2px 8px 2px 8px;
	float: left;
}

a.basket_action_button:hover
{
	background-color: #000000;
}

a.side_basket_button2
{
	background: transparent url("../images/shop/checkout.gif") no-repeat;
	margin: 0 -5px 0 -5px;
	display: block;
}

a.side_basket_button2:hover
{
	background: transparent url("../images/shop/checkout_over.gif") no-repeat;
}

a.product_back_btn
{
	display: block;
    font-weight: bold;
    color: #ffffff;
    padding: 2px 20px 1px 5px;
    background-color: #ADADAD;
    text-decoration: none;
}

a.product_back_btn:hover
{
    background-color: #000000;
}

a.shop_link
{
	display: block;
    font-weight: bold;
    color: #ffffff;
    padding: 3px 5px 2px 5px;
    background-color: #ADADAD;
    text-decoration: none;
    width: 60px;
}

a.shop_link:hover
{
    background-color: #000000;
}