/**
 * In this file:
 *
 * 1. Global Element Definitions
 *  - Defines top level styles, e.g. body, a, hr, etc using just the tag name
 * 2. Template Colour Definitions
 *  - Defines all of the colours in use in this template grouped by what sort
 *    of style attribute (e.g. border-color) is being defined
 * 3. Selected Elments
 *  - Defines the styles for particular elements using a series of tag names
 *    and/or class/id selectors (e.g. #header #contacts p)
 *
 * For easy maintenance this ordering of styles must be kept to, otherwise it
 * becomes difficult to find styling definitions and you might not get the
 * results you expected! Remember that conflicting definitions may have been
 * set at the default template level.
 *
 **/

/**
 * 1. Global Element Definitions
 **/
html {
	background-color: #000000;
} 
body {
	background-color: #000000;
    background-image: url( '/images/body_bg.jpg' );
    background-repeat: repeat-x;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 150%;
    color: #F2F2F2;
}

#body_container {
	width: 990px;
	margin: auto;
	margin-top 0px; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0em 0em 0.5em;	
}

h1 {
	color: #FFFFFF;
	font-size: 300%;
	font-weight: normal;
	line-height: 140%;
	padding: 0px;
	margin: 0px;
}

h1 a { 
	color: #FFFFFF;
}

h2 {
    font-size: 140%;
    font-weight: normal;
    line-height: 150%;
    margin: 0.5em 0em;	
}

h3 {
	color: #999900;
    font-size: 240%;
    font-weight: normal;	
    line-height: 100%;
    padding: 5px;
    background-color: #333333;
	clear: both;    
}

h4 {
    font-size: 140%;
    line-height: 190%;
    padding: 0px 10px;	
}
#homepage_content h4 #hp_promo_heading {
	text-align:right;	
}

p {
    font-size: 110%;	
}

table {
	border: none;
	font-size: 110%;
}


th {
	background-color:#999900;
	border:1px solid #666666;
	color:#000000;
	padding:7px 5px;
}

td {
	border: #212121 1px solid;
}

label {
    font-size: 100%;	
}

input {
    height: 15px;
    padding: 4px 5px;	
}

select {
    height: 23px;	
    vertical-align: middle;
}


a {
	color: inherit;
    text-decoration: none;	
}

a:hover {
    text-decoration: underline;  
}

.clear {
    clear: both;	
}

.fieldset {
    margin: 0px 0px 0em;	
}

.fieldset .fieldset_footer {
    clear: both;	
}

.inputfield_required {
	background-color:#FFFFFF;
border:1px solid #999900;
color:#3B3B3B;
}

.inputfield {
	background-color:#FFFFFF;
	border:1px solid #999900;
	color:#3B3B3B;
}

#message_panel {
	background-color:#DEDEDE;
	border:2px solid #999900;
}

div.buttons {
	padding: 5px 0px;
}

.favourites,
.contracts {
	text-align: center;
    width: 10px;	
}

#pricing_panel td {
	border: solid 1px #666666;
	color:#000000;
}
#pricing_panel td.favourites {
	border-right: none;
}
#pricing_panel td.description {
	font-size: 95%;
}

.product_code {
    font-size: 90%;
}

.pack {
    text-align: center;
    width: 50px;	
}

.price {
	text-align: right;
    width: 70px;
}
td.price {
	font-weight: bold;
}

.quantity {
    width: 32px;    
}

.quantity input {
	text-align: right;
    width: 30px;	
}

.buttons {
    text-align: right;	
}


 
#header {
	height: 114px;
}

#page {
	width: 990px;
}

#home #page {
	width: 990px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(/images/dude.jpg);
	background-position: -60px top;
	background-repeat: no-repeat;
}

#right_sidebar {
	float: right; 
	width: 180px;
}

#right_sidebar .feature_box {
	margin: 0px 0px 5px 0px;
}

#header_info #call_us_on h1 span {
	color:#E4D800;	
}

#subpage #page {
	width: 990px;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#content {
	float:left;
	margin-left:5px;
	padding:0;
	width:599px;
}
#content_wide {
	float:left;
	margin-left:5px;
	padding:0;
	width:785px;
}

#header #header_info{ 
	float: right;
	text-align: right; 
}
#header #account_links {
	margin-top: 8px;
	font-size:110%;
}
#header #account_links li {
	display:inline;
	border-right: solid 1px #787878;
	padding: 0px 25px;
}
#header #account_links li.last {
	border-right: none;
	padding-right:0px;	
}
#header_bar {
	background-color: #999900;
	height: 10px;
}

#header #basket_info {
	margin-top: 4px;
	float: right;
	color: #999900;
}
#header #basket_details,
#header #basket_button {
	float: left; 
	background-color: #3B3B3B;
	height: 33px;
}
#header #basket_details{
	margin-left: 3px;
	padding: 0px 10px;
	line-height: 33px;
	width: 300px;
	text-align: left; 
}
#image_info {
	text-align: center;
	font-size: 120%;
	padding: 4px;
}
#header #basket_details a {
	font-weight: normal;
	color: #ffffff;	
	padding: 0px 10px;
}
#header #basket_details a:hover {
	color: #999900;	
}
#header #basket_details span{
	float: right;
}

#search_bar {
	background-color: #212121;
	height: 29px;
	margin: 4px 0px;
	padding: 2px;
	text-align: center;
}
#search_bar #mini_search_field {
	width: 400px;
	color: #333333;
	border: #999900 solid 1px; 
	background-color: #FFFFFF;
	font-size: 120%;
}
#search_bar #mini_search_button {
	border: solid 1px #999999;
	background-color: #000000; 
	color: #999999;
	height: 25px;
}
#search_bar #mini_search_button:hover {
	border: solid 1px #ffffff;
	color: #ffffff;
}

#subpage_sidebar,
#homepage_sidebar {
	float: left;
	width: 200px;
}

#homepage_sidebar #navigation_top_block,
#sub_sidebar #navigation_top_block {
	height: 20px;
	background-image: url(/images/grey_mask.png); 
	margin-bottom: 5px;
}

#homepage_sidebar #feature_nav_option span {
	float:left;	
	padding:8px;
	font-size:108%;
	font-weight:bold;
}

#homepage_sidebar #feature_nav_option span#brand_nav {
	width:56px;
	background-color:transparent;
}
#homepage_sidebar #feature_nav_option span#category_nav {
	background-image:url(/images/grey_mask.png);
	width:112px;		
}
#homepage_sidebar #feature_nav_option span#category_nav a {
	color:#E4D800;
}
#homepage_sidebar #feature_nav_option span#brand_nav a {

}

#homepage_sidebar #feature_nav_option span#category_nav:hover,
#homepage_sidebar #feature_nav_option span#category_nav a:hover {
	color:#E4D800;		
}
#homepage_sidebar #feature_nav_option span#brand_nav:hover,
#homepage_sidebar #feature_nav_option span#brand_nav a:hover {
	background-image:none;	
	color:#FFFFFF;
}

#brand_slider,
#category_slider,
#homepage_sidebar #navigation_categories ul,
#sub_sidebar #navigation_categories ul {
	clear:both;	
}
#homepage_sidebar #navigation_categories,
#sub_sidebar #navigation_categories {
	background-image:url(/images/grey_mask.png);
	clear:both;
	height:944px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding:6px;	
}
#homepage_sidebar #navigation_options,
#sub_sidebar #navigation_options {
	margin: 10px 0px;
}
#homepage_sidebar #navigation_options a,
#sub_sidebar #navigation_options a{

	font-size: 140%; 
	color: #CCCCCC;
}
#homepage_sidebar #navigation_options p,
#sub_sidebar #navigation_options p{
	font-size: 140%;
	color: #CCCCCC;
}
#feature_nav_options {
	margin:0;	
}
#homepage_sidebar #navigation_options a.selected,
#sub_sidebar #navigation_options a.selected{
	color: #999900;
}
#homepage_sidebar #navigation_options a:hover,
#sub_sidebar #navigation_options a:hover{
	color: #999900;
}
#homepage_sidebar .nav_option,
#sub_sidebar .nav_option {
	padding: 0px 5px;
	color: #999900;
}
#homepage_sidebar .nav_option a,
#sub_sidebar .nav_option a{
	color: #999900;
}

#homepage_sidebar #homepage_brands li,
#homepage_sidebar #homepage_categories li,
#sub_sidebar #homepage_brands li,
#sub_sidebar #homepage_categories li {
	background-image: url( '/images/bullet.gif' );
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 4px 5px 4px 15px;
	margin-bottom: 2px;
	color: #ffffff;
}
.hidden {
	display: none;
}

#policy_links img {
	float: left;
}
#policy_links span  {
	float: right;
}

#policy_links {
	border-bottom:1px solid #4B4B4B;
	border-top:1px solid #4B4B4B;
	height:31px;
	margin:	10px 0;
	padding: 14px 0px;
	text-align:right;
}

#policy_links a {
	padding: 0px 20px;
	border-right: solid 1px #4B4B4B;
	line-height: 34px;	
}
#policy_links a.last {
	border-right: none;
}

/* Data Grid Styles */
.listing {
	
}
.listing_header,
.listing_footer {
    background-color: #212121;
    height: 43px;
    line-height: 43px;
    margin: 0px 0px 1em;
    padding: 0px 10px;
}
.listing_footer {
    color: #999900;	
	font-size: 120%;
}

.data {
    margin: 0px 0px 1em;	
}

.listing_header .page_links,
.listing_footer .page_links {
    padding: 0px;
}

/* Category Styles */
#classification_list #view_all {
    display: none;	
}

.category_info {
	background-color:#000000;
	background-image:url(/images/category_bg.jpg);	
	background-repeat:repeat-x;
	border:1px solid #333333;
	display:block;
	float:left;
	font-size:140%;	
	margin:0 10px 10px 0;
	min-height:23px;
	padding: 15px 5px;
	width:277px;
}

.category_info:hover {
	border:1px solid #999900;
	color: #999900;
}

/* Product Listing Styles */
#product_list .data,
#best_selling .data,
#natural_list .data,
#linked_list .data,
#alternative_list .data {
}

#product_list h3,
#search_results h3 {
	display:none;	
}

.product_info {
	margin: 2px;
	background-color:#181818;
    border: #333333 1px solid;
	float: left;
	height: 230px;
	padding: 10px 11px;
	position: relative;
    width: 171px;
}

.product_info:hover {
    border-color: #666666;
    background-color: #252525;
}


.product_info .image {
	height: 109px;
	line-height: 109px;
    text-align: center;	
    background-color:#FFFFFF;
}

.product_info .image img {
    vertical-align: middle;	
}

.promotion_splash {
	height:76px;
	left:-25px;
	position:absolute;
	top:-20px;
	width:77px;
	z-index:90;
}

.product_info a {
	display: block;
    margin: 0px;
    text-align: center;	
}

.product_info a:hover {
	text-decoration: none;
}

.product_info .title {
    font-size: 130%;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
}

.product_info .title:hover {
    text-decoration: underline;	
}

.product_info .our_price {
	color:#777700;
	font-size:180%;
	font-weight:normal;
	padding-top:5px;
	text-align:center;
	bottom:30px;
	margin:0 17px 0.5em;
	padding:2px 0;
	position:absolute;
	text-align:center;
	width:134px;
}

.product_info .buttons {
    bottom: 5px;
	left: 0px;
    position: absolute;
    text-align: center;
    width: 188px;	
}

/* Product Page Styles */
#product_information_container {
    padding: 6px 0px 0px;	
}

#product_information_container #product_images {
	border: solid 1px #343434;
    padding: 4px;
    width: 408px;
    float: left;	
    margin: 0px 5px 5px 0px; 
}
#product_information_container #product_images #main_image {
	position: relative;
	width: 400px;
	background-color: #ffffff;
	border: solid 1px #212121;
	text-align: center;
	padding: 4px;
}

#product_information_container #product_images a img {
    position: static;	
    vertical-align: middle;
}

#additional_images .additional_image {
	background-color:#FFFFFF;
	border:1px solid #212121;
	float:left;
	height:125px;
	line-height:125px;
	padding:2px;
	text-align:center;
	width:125px;
}


#product_information_container .product_code {
    font-size: 90%;	
}
#product_data {
	margin-left: 425px;
}
#product_information_container p {
    font-size: 110%;	
    color: #DDDDDD;
}

#pricing_panel {
    clear: left;
    width: 100%;
    margin-top: 5px;
    background-color:#FFFFFF;
}

#dynamic_cost_calc_discount,
#dynamic_cost_calc_total {
	font-size: 180%;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
    text-align: right;	
}

#product_page .buttons {
    border-width: 1px 0px;
    height: 40px;
    line-height: 40px;
    margin: 0px 0px 1em;
}

#product_page .buttons button {
    vertical_align: baseline;	
}

#product_page .product_info .buttons {
    border: none;
    height: auto;
    line-height: 150%;
    margin: 0px;
}

#product_page .product_info .buttons button {
    vertical_align: middle;   
}

/* Quick Order Styles */
#quick_order .buttons {
    text-align: center;	
}

#qo_product_primary_code {
    width: 138px;
}

#qo_product_quantity {
    width: 42px;	
}

/* About Us Styles */
#about_us_image {
	border: 2px solid #666666;
	float: right;
	height: 130px;
	margin: 0px 5px;
	padding: 12px 0px 0px;
	text-align: center;
	width: 200px;
}

#about_us_feature_box {
    background-image: url( '/images/about_us_feature.jpg' );
	background-repeat: no-repeat;
	float: left;
	font-style: italic;
	height: 200px;
	margin: 0px 5px;
	padding: 165px 10px 0px;
	text-align: right;
	width: 180px;
}

/* Register An Account Styles */
#account_website_wdyhau_id {
	margin: 0px 14px 0px 0px;
    width: 250px;	
}

#address_edit #customer_address_book_postcode {
    margin: 0px 160px 0px 0px;	
}

/* tool tips */
.green-title, .contract-title, .cvv-title {
	color: #FFFFFF;
	background: #999998;
	border-bottom-color:#999998;
}
.green-text, .contract-text, .cvv-text {
	background: #F1EDE0;
}

#checkout_progress {
    margin: 0px 0px 1em;	
}

#checkout_progress .step {
    font-size: 140%;
    vertical-align: middle;
}

/* Selected Address */
#select_delivery .selected_item,
#delivery_shipping .selected_item {
    border-color:#999998;
}

#login_form label {
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
    width: 110px;
}

/* price on application - product information */
#poa_information label {
    width: 150px;
    display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
}
#poa_information input,  #poa_information textarea{
    width: 380px;
}
#poa_information #account_website_poa_customer_postcode {
    width: 150px;
}

.green-tip, .contract-tip, .cvv-tip {
	color: #000;
	width: 350px;
	z-index: 13000;
	border: 2px solid #000000;
}
.green-title, .contract-title, .cvv-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	border-bottom: 1px solid;
}
.green-text, .contract-text,  {
	font-size: 11px;
	padding: 4px 8px 8px;
}
.cvv-tip {
    width: 352px;
}
.cvv-text {
    background-image: url(/images/creditcard.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 216px;
}
a.CVVTips {
    font-size: 120%;
}

/* define the menu options */
.fieldset .menu_option {
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 55px;
    height: 50px;
    padding-top: 8px;
    border: #333333 solid 1px;
	background-color: #181818;
    margin-bottom: 4px;
    font-size: 130%;
}
.fieldset .menu_option:hover {
    border: #666666 solid 1px;
    background-color: #252525;
}
.fieldset a.menu_option span{
	color: #787878;
}
.fieldset a.menu_option span.header{
	color: #ffffff;
}


.fieldset #order_management.menu_option {
    background-image: url(../images/icons/order_management.png);
}
.fieldset #reports.menu_option {
    background-image: url(../images/icons/reports-documents.jpg);
}
.fieldset #statement.menu_option {
    background-image: url(../images/icons/account-statement.jpg);
}
.fieldset #quick_order.menu_option {
    background-image: url(../images/icons/quick_order.png);
}
.fieldset #my_favourites.menu_option {
    background-image: url(../images/icons/favourites.png);
}
.fieldset #contracts.menu_option {
    background-image: url(../images/icons/contracts.jpg);
}
.fieldset #saved_baskets.menu_option {
    background-image: url(../images/icons/saved_baskets.jpg);
}
.fieldset #account_configuration.menu_option {
    background-image: url(../images/icons/account_config.jpg);
}
.fieldset #profile.menu_option {
    background-image: url(../images/icons/password_login.png);
}
.fieldset #master_approval.menu_option {
    background-image: url(../images/icons/master_order_approval.jpg);
}
.fieldset #user_accounts.menu_option {
    background-image: url(../images/icons/user_account_maintenance.jpg);
}
.fieldset #cost_centres.menu_option {
    background-image: url(../images/icons/cost_centre_maintenance.jpg);
}
.fieldset #departments.menu_option {
    background-image: url(../images/icons/departments_maintenance.jpg);
}
.fieldset #product_restrictions.menu_option {
    background-image: url(../images/icons/product_restrictionlists_maintenance.jpg);
}

.fieldset #recent_orders.menu_option {
    background-image: url(../images/icons/recent_orders.jpg);
}
.fieldset #order_search.menu_option {
    background-image: url(../images/icons/order_search.jpg);
}
.fieldset #declined_orders.menu_option {
    background-image: url(../images/icons/declined_orders.jpg);
}
.fieldset #delivery_addresses.menu_option {
    background-image: url(../images/icons/delivery_addresses.png);
}

#login_form p,
#register_form p {
    text-align: center;	
}

#profile_personal,
#address_edit,
#register_login_confirm,
#register_delivery_address_confirm,
#address_view,
#co_account_details,
#co_delivery_details {
    text-align: center;
}

#register_login_confirm h3,
#address_edit h3,
#address_view h3,
#register_delivery_address_confirm h3,
#co_payment_details h3 {
    text-align: left;	
}

#register_login_confirm span,
#register_delivery_address_confirm span,
#address_view span {
    display: -moz-inline-box;
    display: inline-block;
    font-size: 110%;
    text-align: left;
    width: 175px;
    color: #ffffff;		
}

#register_form label,
#profile_personal label,
#register_login_confirm label,
#co_payment_details label,
#co_account_details label,
#co_delivery_details label,
#register_delivery_address_confirm label,
#address_view label{
	display: -moz-inline-box;
	display: inline-block;
	float: none;
	text-align: left;
    width: 175px;
}

#register_form label {
    width: 190px;	
}

#address_edit p {
    margin: 0px auto;
    text-align: left;
    width: 440px;   
}

#co_payment_details label,
#co_account_details label,
#co_delivery_details label,
#register_delivery_address_confirm label,
#address_view label {
    width: 100px;
}

#co_payment_details input, 
#co_payment_details select {
    width: 248px;	
}

#co_payment_details p {
    margin: 0px auto;
    width: 375px;	
}

#co_payment_details #customer_payment_method_from_month,
#co_payment_details #customer_payment_method_expiry_month {
    width: 42px;
}

#co_payment_details #customer_payment_method_from_year,
#co_payment_details #customer_payment_method_expiry_year {
	width: 55px;
}

#select_delivery div .buttons,
#delivery_shipping div .buttons {
    float: right;
    padding: 5px 0px;
}

#select_delivery input,
#delivery_shipping input {
    border: none;
}

#brand_search input {
	width: 450px;
}

label {
	font-weight:bold;	
}

/* Contact Us Styles */
#cu_fs_your_details label,
#cu_your_details label {
	display: -moz-inline-box;
	display: inline-block;
	text-align: left;
	width: 95px;
    vertical-align:top;	
}

textarea#order_return_note_	 {
	width:100%;	
}

#cu_fs_your_details input,
#cu_your_details input {
 width: 155px;
}

#cu_fs_your_details #cu_fs_your_details_left,
#cu_fs_your_details #cu_fs_your_details_right,
#cu_fs_your_details #cu_your_details_left,
#cu_fs_your_details #cu_your_details_right {
 width: 270px;
}

#cu_fs_your_message textarea {
 width: 596px;
}
#shopping_basket .total_label {
	color: #333333;
	
}
#shopping_basket_voucher {
	margin: 0em 0em 1em;
    text-align: center;
    vertical-align: middle;	
}

#shopping_basket_voucher label,
#shopping_basket_voucher label strong, 
#shopping_basket_voucher input,
#shopping_basket_voucher button {
	vertical-align: middle;
}

#shopping_basket_voucher .buttons {
    display: inline;
}

.refine_link span {
	font-weight: normal;
	font-size: 80%;
}

h3 a {
	font-size: 60%; 
	font-weight: normal;
	color: #F2F2F2;
}

#delivery_shipping span.information {
	font-size: 90%;
	display: block;
	margin-top: 5px;
}

#card_payments_title h3 ,
#account_payments_title h3 {
	text-align: center;
}

#product_page #category_links h4 {
	margin: 20px 0px 0px 0px;
}



#newsletter_signup p {
	color: #ffffff;
}


.left_drop_down {
		width: 300px;
}
.right_drop_down {
	left: 300px;
	width: 330px;
}
#footer {
	padding-bottom: 20px;
}
#footer #neteffekt {
	float: right;
}

#product_page #natural_list .product_info {
	width: 168px;
}

#subpage_sidebar h4,
#homepage_sidebar h4 {
	background-color: #4B4B4B;
	color: #999900;
	margin-bottom: 2px; 
	font-weight: normal;
	font-size: 140%;
}
#subpage_sidebar h3 {
	color: #999900;
	background-color: #000000;
	margin-bottom: 4px;
	font-weight: bold; 
	font-size: 160%;
}
#subpage_sidebar h3 a {  
	color: #999900;
	background-color: #000000;
	margin-bottom: 4px;
	font-weight: bold; 
	font-size: 100%;
}
#subpage_sidebar .box ul {
	margin-bottom: 10px;
}

#subpage_sidebar .box li {
	background-color: #333333;
	background-image: url( '/images/bullet.gif' );
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 4px 5px 4px 15px;
	margin-bottom: 2px;
	color: #ffffff;
}
#subpage_sidebar .box li:hover {
	background-color: #999900;
	color: #000000;
}

#subpage_sidebar .box li a{
	color: inherited;
	display: block;
}
#subpage_sidebar .box li a:hover{
	display:block;
}

.site_map_column .box li.header {
	color: #999900;
}
.site_map_column li {
	margin: 0px;
}

#newsletter_signup h3 a {
	font-weight: bold; 
	font-size: 100%;
}
#subpage_sidebar #newsletter_signup #register_email_address {
	width: 185px;
}

#homepage_features {
	clear: both; 
}
#homepage_features .homepage_feature_box {
	width: 330px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	text-align: center;
	overflow: hidden;
}
#homepage_lead_offer {
	float: right;
	margin: 0px 10px 20px 20px;
}
#homepage_content {
	float: right;
	width: 785px;
	text-align: right;
	padding-top: 20px;
}
#homepage_content #intro{
	min-height: 202px;
}

#homepage_content h1{
	line-height: 100%;
}

#homepage_content h1,
#homepage_content h2 {
	padding-left: 170px;
}
	
#homepage_content h4 {    
background-image:url(/images/grey_mask.png);
color:#FFFFFF;
font-size:220%;
font-weight:normal;
line-height:100%;
margin-left:78px;
padding:4px;
text-align:left;    
}
.homepage_promotion {
    margin: 0px;
    padding-left: 75px;
}

.homepage_promotion .promotion {
    border: #333333 solid 1px;
	background-color: #181818;
    margin: 3px;
    float: left;
}

.homepage_promotion .promotion:hover {
    border-color: #666666;
    background-color: #252525;
}

.homepage_promotion .promotion .inner {
    padding: 4px;
    position: relative;
    height: 235px;
    width: 160px;
}

.homepage_promotion .promotion .inner .image {
    height: 100px;
    padding: 10px 0px;
    text-align: center;
    background-color: #ffffff;
}

.homepage_promotion .promotion .inner .desc {
    font-size: 120%;
    font-weight: bold;
    margin: 0em 0em 0.5em;
    text-align: center;
    padding-top: 5px;
}

.homepage_promotion .promotion:hover .inner .desc {
}

.homepage_promotion .promotion .inner .desc a {
	color:#F2F2F2;
}


.homepage_promotion .promotion .inner .price {
    bottom: 30px;
    color: #999900;
    font-size: 140%;
    font-weight: bold;
    left: 0px;
    margin: 0px 17px 0.5em;
    padding: 2px 0px;
    position: absolute;
    text-align: center;
    width: 134px;
}

.homepage_promotion .promotion .inner .buttons {
    bottom: 0px;
    display: block;
    height: 28px;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 168px;
}

#order_list td a {
	color: #ffffff;
}
#order_list td a:hover {
	text-decoration: underline;
}

#select_delivery div, #delivery_shipping div {
	border: none;
	margin:0;
	padding:5px;
}

#delivery_shipping #selected_address,
#delivery_shipping .selected_item,
#delivery_shipping .unselected_item,
#select_delivery .selected_item,
#select_delivery .unselected_item {
    border: #333333 solid 1px;
	background-color: #181818;
	margin-bottom: 4px;
}
#delivery_shipping #selected_address span{
	font-size: 120%; 
	color: #ffffff;
}
#delivery_shipping .selected_item:hover,
#delivery_shipping .unselected_item:hover,
#select_delivery .selected_item:hover,
#select_delivery .unselected_item:hover{
    border: #666666 solid 1px;
    background-color: #252525;
}

#delivery_shipping span.cost {
	font-size: 140%; 
	color: #999900;
}

 .yui-panel {
 	color: #000000;
 	background-color: #cccccc;
 	text-align: center;
 	padding: 10px;
 	font-size: 120%;
 }
 
 #homepage_sidebar a, #subpage_sidebar a {
 	color: #ffffff;
 }
 
 #homepage_categories a{
 	display: block;
 } 
 
 #account_links a, #policy_links a, a.category_info, .listing_header a, .listing_footer a, 
 #shopping_basket a, #delivery_shipping a, #select_delivery a, #order_view a{
 	color: #FFFFFF; 
 }
 
 #frequently_asked_questions a {
 	text-decoration: underline;
 }
 
  
 #pricing_panel .discontinued {
 	color: #999900;
 }
 
 #content h2 p {
font-size:80%;
line-height:130%;
margin:0;
 }
 
 #content h2 b{
 font-size:130%;
 line-height:150%;
 }
 
h4#hp_promo_heading {
	text-align:right;
}	

#product_bullet_features ul{
	list-style-image:inherit;
	list-style-position:inside;
	list-style-type:circle;
}	

#brand_slider,
#category_slider {
	margin-bottom: 10px; 
}
.faq_answer_hiden {
	display: none;
}
.faq_answer_visible {
	display: block;
}

textarea#order_return_note_content {
	width:39.25em;
}

#content #press_releases h3 {
	line-height:20px;
	line-height:70%;
	padding:5px 5px 5px 20px;
}

h2.seo_outro {
	padding-top:10px;
}