﻿@import "lightbox.css";

#quantity-boxes
{
    margin: 10px 0px 20px;
}
#product-wrapper, .product-wrapper
{
    font-family: verdana;
    font-size: 14px;
    margin: 0px 3px;
    width: 197px;
}
#tblItmDetail
{
    font-family: verdana;
    font-size: 14px;
}

.checkout_wrapper
{
    width: 800px;
}

.required
{
    color: Red;
}

.small_message
{
    font-size: 14px;
    padding: 3px;
}

label
{
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    padding: 0px 5px;
}



#billing_info
{
    width: 48%;
    height: 480px;
    min-height: 480px;
    vertical-align: top;
    float: left;
    padding: 7 0 7 0;
}
#shipping_info
{
    width: 45%;
    height: 480px;
    min-height: 480px;
    vertical-align: top;
    float: left;
    padding: 7 0 7 0;
}
#billing_review, #shipping_review
{
    width: 370;
}

#billing_review td, #shipping_review td
{
    font-size: 14px;
}

#checkout_order_details
{
    width: 780px;
}

#checkout_order_details td
{
    padding: 3px 5px;
    font-size: 14px;
}
.checkout_container
{
    background: transparent url(/images/df/form_top_bg.gif) repeat-x scroll center top;
    border: 1px solid gray;
    padding: 7px 10px;
}

.checkout_container td
{
    padding: 5px 3px;
}

#checkout_shipping td, #checkout_payment td
{
    padding: 3px 5px;
    font-size: 14px;
}

.edit_basket
{
    padding-left: 30px;
    color: #BD0909;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.navigation
{
    font-family: 'Arial';
    font-size: 16px;
}

.swatch_link
{
	background-image: url(/images/df/swatch_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 17px;
	margin-bottom: 10px;
}

.swatch_link a:link, .swatch_link a:visited, .swatch_link a:active, .swatch_link a:hover
{
	font-size: 12px;
}

.box
{
	margin: 25px; 
	border: 1px solid #928f95;
	background-color: #FFF;
}

.box_header
{
	font-size: 22px; 
	font-weight: bold; 
	border-bottom: 1px solid #928f95; 
	padding: 7px 15px; 
	font-variant:small-caps;
	background: #fff url(/images/df/box_headline_bg.gif) repeat-x top;
}

.clear
{
	clear: both;
}

.account_wrapper
{
	font-size: 12px;
	padding: 3px 15px;
}

.MessageBox
{
	border: 2px solid #ff8a00;
	background-image: url(/Images/df/Message_bg.gif);
	background-repeat: repeat-x;
	color: #d17202;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-family: Trebuchet;
	font-size: 18px;
	margin: 0 150px;
}

.error_wrapper
{
	border: 1px dotted red;
	color: Red;
	padding: 10px 30px;
	margin: 5px 0;
	font-family: Trebuchet;
	font-size: 14px;
}

.error_wrapper tr
{
	background-image: url(/Images/exclamation.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.lastvisited_wrapper
{
	margin: 15px 5px 5px; 
	min-width: 165px;
}

.login_left
{
    padding: 15px; 
    float: left; 
    width: 355px;
}

.login_right
{
    float: left; 
    padding: 30px 30px 30px 75px; 
    text-align: center; 
    border-left: 1px dotted gray;
}

.item_table td
{
    border-bottom: 1px dotted gray;
}

.price_strikethrough
{
    text-decoration: line-through;
    font-weight: normal !important;
}

.saleprice
{
    color: Red;
    font-weight: bold;
}