/*
 * Main Styles BEGIN
 */
body{
    margin: 0px;
    background-color: #DBDBDB;
    font-family: Palatino Linotype;
    color: #000000;
    font-size: 14px;
}

img {
    border: 0;
}

h1, h2 {
	font-family: Bradley Hand ITC;
	text-decoration: underline;
	
}

h1 {
	font-size: 24px;	
}

h2 {
	font-size: 21px;	
}

hr {
border: none 0;
border-top: 1px dashed #ccc;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin-top: 30px;
margin-bottom: 30px;
}

#header {
	width: 800px;
	height: 135px;
	background-color: #000000;
	background-image: url(../images/headerbg.gif);
}

#headerlogo {
	float: left;
	margin-top: 10px;
}

#wocmenu {
	float: right;
}

#basketbar {
	width: 740px;
	height: 15px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: right;
	background-color: #fbf7ef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#basketbar a{
	color: #000000;
}

#basketbar a:hover{
	color: #339966;
	text-decoration:none;
}

#maincontent {
	width: 760px; 
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
}

.contentboxtop {
	width: 760px;
	height: 30px;
	background-image: url(../images/contentbox_top.gif);
}

.contentboxrepeat {
	width: 700px;
	background-image: url(../images/contentbox_repeat.gif);
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 5px;
}

.contentboxbottom {
	width: 760px;
	height: 30px;
	background-image: url(../images/contentbox_bottom.gif);
}

#wocfooter {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input,
textarea,
select {
    border: 1px solid gray; 
    font-family: Verdana, Arial, sans-serif;
    color: #333333;
    font-size: 11px;
    background-color: #FFEEFF;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
}

input[type="button"],
input[type="submit"]{
    border: 1px solid gray; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background-color: #DDDDDD;
}

/* Main Menu Styles */
.MainMenu{
    font-weight: bold;
}

.MainMenu a{
    text-decoration: none;
}

.MainMenuHighlight{
    font-weight: bold;
}

.MainMenuHighlight a{
    text-decoration: none;
}

/* Page Title Style */
.PageTitle {
    font-weight: bold;
    text-align: left;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText{
    font-weight: normal;
}

.ShoppingCartText a{
    text-decoration: none;
}

/* Required Style */
.Required {
    color: red;
}

/* Error Style */
.Error {
    color: red;
}

/* Store Closed Style */
.StoreClosedText {
    font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink{
    font-size: 10px;
}

.LargerImageLink a{
    text-decoration:underline;
}

.LargerImageLink a:hover{
    text-decoration:underline;
}

/* Copyright Text Styles */
.CopyrightText{
    font-weight: normal;
}

.CopyrightText a{
    text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.CategoryName a{
    text-decoration: underline;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}

.CategoryName a:hover{
	color:#339966;
	text-decoration: none;
}

.CategoryDescription{
    font-weight: normal;
	width: 430px;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName{
    font-weight: bold;
}

.ProductDescription{
    font-weight: normal;
}

.ProductPrice{
    text-align: left;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

.StockWarning {

}

.ProductPostage {

}

.ProductStockMessage{
    text-align: left;
	color: red;
	font-size: 14px;
}

.ProductPostage {
    text-align: left;
	color: #000000;
	font-size: 12px;
}

.ProductOptionsTitle{
    font-weight: bold;
}

.ProductOptions{ 
    font-weight: normal;
    text-align: left;
}

.ProductOptions input,
.ProductOptions textarea,
.ProductOptions select{
}
/*
 * Product Styles END
 */



/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
    padding: 0px;
    margin: 2px;
    width: 180px;
}

.NavigationBar table td{
    border-top: 1px solid; 
    border-left: 1px solid;
    border-right: 1px solid;
    font-weight: normal;
    text-align: left;
}

.NavigationBar table td.Empty {
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.NavigationBar table td.LevelDefault{
    padding: 1px 0px 7px 60px;
}

.NavigationBar table td.LevelDefault a{
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{
}

.NavigationBar table td.Level1{
    padding: 1px 0px 7px 20px;
    font-weight: bold;
}

.NavigationBar table td.Level1 a{
    text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
}

.NavigationBar table td.Level2{
    padding: 1px 0px 7px 40px;
}

.NavigationBar table td.Level2 a{
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
}

.NavigationBar table td.Selected{
}

.NavigationBar table td.Selected a{
    text-decoration: none;
}

.NavigationBar table td.Selected a:hover{
}
/*
 * NavigationBar Styles END
 */


/*
 * Subcategories List Styles BEGIN
 */
.Subcategories{
    padding: 0px;
    margin: 0px;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName{
}

.Subcategories .CategoryName a{
}

.Subcategories .CategoryName a:hover{
}
/*
 * Subcategories List Styles END
 */

/*
 * Product List Styles BEGIN
 */
.ProductList{
    padding: 0px;
    margin: 2px;
    width: 100%;
    vertical-align: top;
}

.ProductList table td{
    vertical-align: top;
}

.ProductList .Empty{
    padding: 30px 0px 40px 0px;
    font-weight: bold;
    text-align: center;
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName{
}

.ProductList .CategoryDescription{
    padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.prodtitletext {
	font-family: Bradley Hand ITC;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.furtherinfotext {
	font-family: Palatino Linotype;
	font-size: 13px;
}

.ListProductName{
    text-align: left;
	font-weight: bold;
	color: #000000;
}


.ListProductName a{
	color: #000000;
	text-decoration: none;
}

.ListProductName a:hover{
	color: #339966;
	text-decoration: none;
}



.ListProductDescription{
    padding: 10px;
}

.ListProductPrice{
    text-align: left;
	font-weight: bold;
	color: #000000;
}

.ListProductPrice a{
	color: #000000;
	text-decoration: none;
}

.ListProductPrice a:hover{
	color: #339966;
	text-decoration: none;
}

.ListProductPostage{
    text-align: left;
	color: #000000;
	font-size: 10px;
}

.ListStockWarning{
    text-align: left;
	color: red;
	font-size: 13px;
}

.ProductList .prodoutofstock{
    text-align: left;
	color: #000000;
	font-size: 13px;
}

.watermarktext {
	font-family: MS Reference Sans Serif;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
}

.Paginator a{
    text-decoration: underline;
}

.Paginator a:hover{
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Images Styles BEGIN
 */
.ProductImages {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px solid;
    font-weight: normal;
    text-align: left;
}
.ProductImages TH{
	padding: 2px;
}
.ProductImages IMG{
	padding: 10px;
	border: 2px solid;
}
.ProductImages IMG:hover{
	padding: 10px;
	border: 2px solid;
}
/*
 * Product Images Styles END
 */


/*
 * Related Products Styles BEGIN
 */
.RelatedProducts {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px solid;
    font-weight: normal;
    text-align: left;
}
.RelatedProducts TH{
	padding: 2px;
}
.RelatedProducts IMG{
	padding: 10px;
	border: 2px solid;
}
.RelatedProducts IMG:hover{
	padding: 10px;
	border: 2px solid;
}
.RelatedProducts A{
    font-weight: normal;
	text-decoration: none;
}
.RelatedProducts A:hover{
    font-weight: normal;
	text-decoration: underline;
}

/*
 * Related Products Styles END
 */




/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
    padding: 0px;
    width: 100%;
    font-weight: normal;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.ProductInfo .ProductName {
    padding: 6px;
}

.ProductDescription {
	color: #000000;
}

.ProductInfo .ProductPrice {
    padding-bottom: 7px;
}
/*
 * Product Info Styles END
 */

/*
 * Shopping Cart Styles BEGIN
 */
.ShoppingCart {
    padding: 0px;
    margin: 2px;
    width: 100%;
    font-weight: normal;
    text-decoration: none;
}

.ShoppingCart .Empty{
    padding: 30px 0px 40px 0px;
    font-weight: bold;
    text-align: center;
}

.ShoppingCart input{
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
    padding: 0px;
    margin: 2px;
    width: 100%;
}

.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    font-weight: bold;
}

.SearchResult .Highight {
}

.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a{
	color: #000000;
}

.SearchResult .ProductName a:hover{
		color: #000000;
}

.SearchResult .ProductDescription {
	color: #000000;
}

.SearchResult .ProductDescription a {
	color: #000000;
}

.SearchResult .ProductDescription a:hover {
	color: #000000;
}

.SearchResult .ProductNumber {
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 2px;
    width: 100%;
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Block {
    padding: 15px;
	margin-bottom: 30px;
    border: 1px dashed #ccc;
}

.Checkout .ColumnTitle {
    white-space: nowrap;
    font-weight: bold;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: bold;
}

.Checkout .TotalValue {
    font-weight: bold;
}

.Checkout .Left {
    text-align:left;
}

.Checkout .Right {
    text-align:right;
}

.Checkout .Center {
    text-align:center;
}

.Checkout input.Normal,
.Checkout textarea.Normal,
.Checkout select.Normal {
}

.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
    border: 1px solid red;
}

.Checkout select.Short {
    width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
}

.Checkout .Errors {
    padding: 15px;
    color: red;
    text-align: left;
    line-height: 20px;
}

.Checkout .Empty {
    padding: 30px 0px 40px 0px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    font-weight: bold;
    text-align: center;
}
/*
 * Checkout Styles END
 */
 
.OrderInfo .field {
    text-align: right;
}

.OrderInfo .value {
    text-align: left;
}

.OrderInfo .products_header {

}

.OrderInvoice {
}

.OrderInvoice .field {
    font-weight: bold;
    text-align: right;
}

.OrderInvoice .value {
    text-align: left;
}

.OrderInvoice .group_header {

    text-decoration: underline;
    font-weight: bold;
}

.OrderInvoice .price_field {
    font-weight: normal;
    text-align: right;
}

.OrderInvoice .price_value {
    font-weight: bold;
    text-align: left;
}
