﻿ff/* GROUND CSS START 
--------------------------------------------------------------------------------------*/

html
{
	overflow-x: hidden;
	overflow-y: auto;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*font-size: 12px;*/
	line-height: 16px;
	color: #666666;
	min-height: 1000px;
}
h1
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 3em;
	line-height: 1em;
	font-weight: normal;
	color: #666;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	line-height: 2.4em;
	font-weight: normal;
	color: #666;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: normal;
	color: #666;
}
a:link
{
	color: #666;
	text-decoration: none;
}
a:visited
{
	color: #666;
	text-decoration: none;
}
a:hover
{
	color: #aab300;
	text-decoration: none;
}
img
{
	border: none;
}
button, input.button
{
	color: #ffffff;
	background-color: #aab300;
	padding-left: 5px;
	padding-right: 5px;
	font-size: xx-small;
	height: 20px;
	border-style: none; /*border: solid 1px #bbbbbb;  	background-color: #d7e6bd; 	border: solid 1px #abcd6f; */
}
select
{
	font-size: 1.1em;
}

/* GROUND CSS END 
---------------------------------------*/

/* TABLE CSS START 
---------------------------------------*/

table.small 
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
	border: 1px solid #F4F3EA;
}

table.small td 
{
	background-color: #ffffff;
	color: #666666;
	text-align: left;
	border: 1px solid #F4F3EA;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.small td.hed
{
	background-color: #f1f1f1;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

table.stats 
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #F4F3EA;
}

table.stats td 
{
	background-color: #ffffff;
	color: #666666;
	text-align: left;
	border: 1px solid #F4F3EA;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.stats td.hed
{
	background-color: #f1f1f1;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

/* TABLE CSS END
---------------------------------------*/

/* BUTTONS START 
---------------------------------------------------------------------------*/

.limebutton
{
	cursor: pointer;
	border: 0;
	float: right;
	margin: 0 0 0 1em;
	padding: 0 3px 0 3px;
	background: url( '/Archive/Images/Buttons/button_lime_left.png' ) no-repeat left;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
	color: White;
	display: block;
	text-transform: uppercase;
	z-index: 5;
}
.limebutton span
{
	width: auto;
	background: url('/Archive/Images/Buttons/button_lime_right.png' ) no-repeat right;
	padding: 0px 14px 0px 7px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	display: block;
	color: White;
	z-index: 5;
}

.limebuttonInactive
{
	cursor: default;
	border: 0;
	float: right;
	margin: 0 0 0 1em;
	padding: 0 3px 0 3px;
	background: url( '/Archive/Images/Buttons/grey_lime_left.png' ) no-repeat left;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
	color: #BBB;
	display: block;
	text-transform: uppercase;
	z-index: 5;
}
.limebuttonInactive span
{
	width: auto;
	background: url('/Archive/Images/Buttons/grey_lime_right.png' ) no-repeat right;
	padding: 0px 14px 0px 7px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	display: block;
	color: #BBB;
	z-index: 5;
}

/* BUTTONS END 
---------------------------------------*/

/* TOP 
--------------------------------------------------------------------*/

#MainWrap
{
	width: 900px;
	margin: 3em auto 0 auto;
}

#TopBar
{
	width: 900px;
	float: left;
}

#TopBarInner
{
	float: left;
	width: 100%;
	background-image: url(/Archive/Images/Cart/cartheader.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}

#TopLogo
{
	float: left;
	margin: 4px 22px;
}

#TopBarTools
{
	float: left;
	width: 96%;
	text-align: right;
	padding: 7px 2%;
	font-size: 1.1em;
}
#TopBarTools form, #TopBarTools .languages
{
	float: right;
	margin:0 0 0 8px;
}
#TopBarTools select{
	border:1px solid #999;
	color:#555555;
	font-size:0.9em;
	font-weight:bold;
	width:6em;
}

#TopBarTools a, #TopBarTools a:link, #TopBarTools a:visited
{
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#TopBarTools a:hover, #TopBarTools a:active
{
	color: #AAB300;
	text-decoration: none;
	font-weight: bold;
}

#TopSearch
{
	float: right;
	margin: 11px 20px;
	text-align: right;
}

#TopSearch form
{
	margin: 0em 0em 0em 0em;
}

#TopSearch #searchInputField
{
	border: 1px solid black;
	float: right;
	width: 150px;
}

#TopMenuBar
{
	float: left;
	background-image: url(/Archive/Images/CMS/Misc/front_top_menu.gif);
	width: 900px;
	height: 4.0em;
	vertical-align: middle;
	margin-bottom: 5px;
}

#TopMenu
{
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	margin: 0.9em 0;
}

#TopMenu ul
{
	list-style: none;
	margin-left: 0em;
	padding-left: 0em;
	height: 100%;
}

#TopMenu li
{
	list-style: none;
	margin-left: 20px;
	padding-left: 0em;
	display: inline;
}

#TopMenu a
{
	text-decoration: none;
	color: #FFFFFF;
}

/* END TOP 
---------------------------------------*/

/* TREE CONTENT
---------------------------------------------------------------------------*/
#InformationTreeMenuPageContent
{
	width: 80%;
	float: right;
	border-left: dashed 1px #bbb;
	padding: 0 0 0 2%;
	font-size: 1.2em;
	line-height: 16px;
	min-height:400px;
	margin-bottom: 20px;
}

#ProductTreePageContent
{
	width: 80%;
	float: right;
	border-left: dashed 1px #bbb;
	padding: 0 0 0 2%;
	margin-bottom: 20px;
}

#AboutTreeMenuPageContent
{
	width: 80%;
	float: right;
	border-left: dashed 1px #bbb;
	padding: 0 0 0 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 16px;
}

/* TREE CONTENT END 
---------------------------------------*/

/* CUSTOMER LOGIN
--------------------------------------------------------------------------*/

#customerInfo
{
	float: left;
	list-style: none;
	padding: 7px 0 0 54px;
}
#customerInfo li
{
	float: left;
	margin: 0 5px;
}
/* END CUSTOMER LOGIN
---------------------------------------*/

/* BOTTOM
--------------------------------------------------------------------------*/
#Bottom
{
	float: left;
	width: 900px;
	background-color: #e8e9de;
	background-image: url('/Archive/Images/Backgrounds/footerbackground.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 160px;
	margin: 0px 0 3em 0;
}
#Bottom h4
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1em 0;
}
#Bottom #BottomInner
{
	float: left;
	width: 100%;
	background-image: url('/Archive/Images/Logos/bottomLogo.png');
	background-repeat: no-repeat;
	background-position: 410px -105px;
	height: 170px;
}

#BottomInfo
{
	clear: both;		
	float: left;	
	margin-left: 20px;
	margin-right: 20px;			
	margin-top: 52px;
	text-align: center;
	min-width: 800px;
}

/* END BOTTOM 
---------------------------------------*/

#LeftColumn
{
	float: left;
	width: 16%;
	height: 100%;
}

/* CUSTOMER MENU
--------------------------------------------------------------------------*/

#CustomerMenu
{
	margin: 1em 0 0 0;
	float: left;
	min-width: 400px;
}

#CustomerMenu h4
{
	/*display:inline;*/
}

#CustomerMenu ul
{
	list-style: none;
	margin-left: 0em;
	padding-left: 0em;
}

#CustomerMenu li
{
	list-style: none;
	margin-left: 0em;
	padding-left: 0em;
}

ul#CustomerMenuList li
{
	/*display:inline;*/
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 140px;
}

ul#CustomerMenuList li ul
{
	/*display:inline;*/
}

ul#CustomerMenuList li ul li
{
	margin-left: 0px;
	margin-right: 0px;
}

ul#CustomerMenuList li ul li
{
	font-size: 1.1em;
}

#CustomerMenu a
{
	text-decoration: none;
}
/* END CUSTOMER MENU
-----------------------------*/

/* NEWSLETTER REGISTRATION START
-----------------------------------------------------------------------------*/

#RegisterNewsletter
{
	margin-top: 1em;
	float: right;
	margin-right: 1em;
	width: 320px;
}

#TextBoxNewsletterEmail
{
	width: 200px;
	border: none;
	padding: 2px 4px;
	float: left;
	border: 0px solid #E8E9DE;
}

#NewsletterResult
{
	width: 30em;
	clear: both;
}

.watermarkOn
{
	color: #808080;
	font-style: italic;
}

/* END NEWSLETTER REGISTRATION
--------------------------------------------------------------*/

/* PRODUCTLIST START
--------------------------------------------------------------*/

#Content
{
	/* Width of left and right column + x */ /*margin-left: 16.3em; 	margin-right: 15em;*/
	float: left;
	width: 900px;
}

#ContentInner
{
	float: left;
	width: 100%;
}

#ContentInner h1
{
	margin-top: 0px;
	margin-bottom: 0.5em;
}
#Information
{
	float: left;
	width: 100%;
	clear: both;
}

#ProductListing
{
	float: left;
	width: 100%; /*clear: both;*/
}

#ProductListing .productBox
{
	width: 100%;
	margin: 0 10px;
	height: 180px;
}

#ProductListing .productBox a
{
	vertical-align: middle;
	display: table-cell;
	height: 150px;
}
#ProductListing .productBox img
{
	float: left;
	max-width: 150px;
	max-height: 160px;
	border: none;
}
#ProductListing .productBoxBorder
{
	float: left;
	width: 22%;
	margin: 0 10px 0 10px;
	min-height: 100px;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
#ProductListing .productBoxBorder .sectionName
{
	font-weight: normal;
	line-height: 0.9em;
	width: 156px;
	position: absolute;
	height: 40px;
	vertical-align: baseline;
	margin: 160px 0;
	font-size: 1.4em; /*background-image: url('/Archive/Images/Backgrounds/transparent.png');*/
}
#ProductListing .productBoxBorder .sectionName a
{
	color: #aaa;
	padding: 3px;
}
#ProductListing .productBoxBorder .name
{
	font-size: 1.4em;
	line-height: 12px;
	width: 160px;
	position: absolute;
	height: 30px;
	margin: 160px 0;
	background: white;
	background-image: url('/Archive/Images/Backgrounds/transparent.png');
}
#ProductListing .productBoxBorder .name a
{
	padding: 3px;
}
#ProductListing .borderRight
{
	border-right: dashed 1px #bbb;
}

#ProductListing .borderBottom
{
	border-bottom: dashed 1px #bbb;
}

/* END PRODUCTLIST
--------------------------------------------------------------*/

/* REGISTER CUSTOMER
--------------------------------------------------------------*/

#RegisterForm
{
	float: left;
	width: 100%;
}

#RegisterForm input
{
	background: url(/Archive/Images/Backgrounds/gradient_top_input.png) repeat-x left top;
	padding: 0 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	width: 40%;
	border: solid 1px #9CCF4F;
	border-left: solid 3px #9CCF4F;
}
#RegisterForm input.input-validation-error
{
	float: left;
	width: 40%;
	border: solid 1px #bbb;
}

#RegisterForm input.checkbox
{
	float: left;
	width: 15px;
	height: 15px;
	border: none;
	background: none;
}

#RegisterForm label
{
	font-size: 1.2em;
	width: 18%;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

#RegisterForm p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
	width: 100%;
}

#RegisterForm p em, #RegisterForm p select
{
	float: left;
	margin: 0 2% 0 0;
	width: 19%;
}

#RegisterForm .field-validation-error
{
	float: left;
	width: 25%;
	margin: 0 10px;
}
#RegisterForm .SubmitRegister
{
	width: 60%;
	float: left;
}

/* END REGISTER CUSTOMER
---------------------------------*/

/* EDIT CUSTOMER
--------------------------------------------------------------*/

#CustomerEditForm
{
	float: left;
	width: 100%;
}

#CustomerEditForm label
{
	margin-right: 0.5em;
	display: block;
	text-align: left;
	float: left;
	font-size: 1.2em;
	width: 18%;
}

#CustomerEditForm input
{
	float: left;
	border: solid 1px #bbb;
	width: 40%;
	background: url(/Archive/Images/Backgrounds/gradient_top_input.png) repeat-x left top;
	padding: 0 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#CustomerEditForm input.checkbox
{
	float: left;
	width: 15px;
	height: 15px;
	border: none;
	background: none;
}

#CustomerEditForm em
{
	float: left;
	font-size: 1.2em;
	width: 40%;
}

#CustomerEditForm p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
	width: 100%;
}

#CustomerEditForm .field-validation-error
{
	float: left;
	width: 25%;
	margin: 0 10px;
}

#CustomerEditForm .SubmitCustomerEdit
{
	width: 60%;
	float: left;
}

/* EDIT CUSTOMER END
--------------------------------------------------------------*/

ul.Pagination
{
	float: left;
	width: 100%;
	padding: 0em;
	margin: 0.5em 0em 0em 0em;
	text-align: center;
	vertical-align: middle;
}

ul.Pagination a
{
	text-decoration: none;
}

ul.Pagination li
{
	float: left;
	list-style: none;
	border: 1px solid #afafaf;
	background-color: #efefef;
	width: 1.5em;
	height: 1.5em;
	margin: 0px 0.1em;
}

ul.Pagination li.CurrentItem
{
	border: 1px solid #afafaf;
	background-color: #ffffff;
}

div.PaginationWrapper
{
	float: left;
	width: 100%;
	clear: both;
}

/*********************************************/

.ProductDetailWrapper
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.ProductDetailWrapper .product
{
	float: left;
	width: 48%;
}
.ProductDetailWrapper .product #productsimilar
{
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}
.ProductDetailWrapper .product #productsimilar h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	border-top: dashed 1px #CCC;
	border-bottom: dashed 1px #CCC;
	width: 98%;
	padding: 0 0 0 2%;
}
.ProductDetailWrapper .info
{
	float: right;
	width: 48%;
}
.product .ProductImage a
{
	display: table-cell;
	vertical-align: middle;
	height: 330px;
}

.product .ProductImage
{
	text-align: center;
	vertical-align: middle;
	display: block;
}
.product .ProductImage img
{
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
.zoomWrap
{
	float: left;
	width: 100%;
	margin: 1em 0;
}
.ProductInformationText
{
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 16px;
}

.ProductPriceWrapper
{
	float: right;
	width: 96%;
	background-color: #eee;
	border-top: dashed 1px #CCC;
	border-bottom: dashed 1px #CCC;
	padding: 1.5em 2%;
	margin: 3em 0;
}
.ProductBuy
{
	float: right;
	cursor: pointer;
	width: 60px;
}
.ProductPrice
{
	float: right;
	font-family: "Times New Roman" , Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	width: 20%;
	text-align: right;
}

#RelatedProductsList
{
	width: 100%;
	float: left;
}
.RelatedProduct
{
	float: left;
	margin: 1em 2%;
	width: 29%;
	text-align: center;
}
.RelatedProduct a
{
	float: left;
	font-weight: bold;
	margin: 0 auto;
	width: 100%;
}
.RelatedProduct img
{
	max-width: 64px;
}
.stockCount
{
	float: left;
	width: 7%;
}
.stockCount .stockNothing
{
	width: 20px;
	height: 20px;
	background: url('/Archive/Images/Icons/stock-nothing.png') no-repeat;
	background-position: left top;
	float: left;
}
.stockCount .stockSome
{
	width: 20px;
	height: 20px;
	background: url('/Archive/Images/Icons/stock-some.png') no-repeat;
	background-position: left top;
	float: left;
}
.stockCount .stockMany
{
	width: 20px;
	height: 20px;
	background: url('/Archive/Images/Icons/stock-many.png') no-repeat;
	background-position: left top;
	float: left;
}
.ProductVariants
{
	float: left;
	width: 40%;
}
.ProductVariants select
{
	width: 100%;
	margin: 0 10px 0 0;
	padding: 2px 0;
	color: #666;
}
.ProductQuantity
{
	float: left;
	width: 70px;
}
.ProductQuantity select
{
	width: 70px;
	text-align: center;
	color: #666;
	margin: 0 4px;
	padding: 2px 0;
	float: left;
}

/*********************************/



/*********************************/

#CheckoutCustomerInformation
{
	float: left;
	margin-top: 2em;
}

#CheckoutCustomerInformation .InputItem
{
	margin-bottom: 0.5em;
}

#CheckoutShippingType
{
	float: left;
}

#CheckoutPaymentType
{
	float: left;
}

.checkoutConfirmWrap
{
	float: right;
	background-color: #EAEAEA;
	background-image: url( '/Archive/Images/Corners/white_corners_bottom.png' );
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}
.checkoutConfirmInner
{
	float: right;
	background-color: #EAEAEA;
	background-image: url( '/Archive/Images/Corners/white_corners_bottom.png' );
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 6px 7px 10px 10px;
}
.input-validation-error
{
	/*background-color: #eeeeee;*/
}

ul.validation-summary-errors
{
	color: Red;
	font-weight: bold;
}

.field-validation-error
{
	color: Red;
	font-weight: bold;
}


#ajaxCart
{
	cursor: auto;
	text-align: right;
	position: absolute;
	top: 4em;
}

/* */

#AjaxCartBox
{
	width: 25em;
	background-color: #ffffff;
	border: solid 1px black;
}

#AjaxCartHeader
{
	float: left;
	width: 100%;
	background-color: #cbed8f;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#AjaxCartHeadline
{
	float: left;
	font-size: large;
	font-weight: bold;
	padding-left: 1em;
}

#AjaxCartCloseButton
{
	float: right;
	cursor: pointer;
	padding-right: 0.5em;
	padding-top: 0.2em;
}

/* SEARCH START
-----------------------------------------------------------------------------*/

#searchResult
{
	position: relative;
}

#AjaxSearchBox
{
	display: block;
	margin-left: auto;
	margin-right: 0%;
	width: 40%;
	z-index: 9999;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: White;
	position: absolute;
	clear: both;
	top: 0;
	right: 0;
}

#SearchHeader
{
	float: left;
	width: 100%;
	background-color: #333333;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#SearchHeadline
{
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 1em;
	color: #FFFFFF;
}

#SearchCloseButton
{
	float: right;
	cursor: pointer;
	padding-right: 0.5em;
	padding-top: 0.2em;
	background: url('/Archive/Images/Icons/delete_cross.png') no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
}

#AjaxSearchBox a
{
	color: #112233;
	text-decoration: none;
}

#AjaxSearchBox .ResultsWrapper
{
	float: left;
	clear: both;
	width: 100%;
}
#AjaxSearchBox .ResultsWrapper p
{
	margin: 10px;
}

#AjaxSearchBox table.ProductTable
{
	width: 100%;
	float: left;
	border-collapse: collapse;
}

#AjaxSearchBox table.ProductTable tr
{
	vertical-align: middle;
	float: left;
	width: 100%;
}
#AjaxSearchBox table.ProductTable tr:hover
{
	background-color: #FCFCF0;
}

#AjaxSearchBox table.ProductTable td
{
	border-bottom: solid 1px #e0e0e0;
}

#AjaxSearchBox table.ProductTable td.Image
{
	padding: 0 10px;
	width: 50px;
}
#AjaxSearchBox table.ProductTable td.Image img
{
	max-height: 40px;
	max-width: 40px;
}

#AjaxSearchBox table.ProductTable td.Name
{
	text-align: left;
	width: 100%;
}

#AjaxSearchBox table.ProductTable td.Name a
{
	height: 20px;
	float: left;
	display: block;
	width: 100%;
	padding: 10px 0;
}

#AjaxSearchBox table.ProductTable td.Price
{
	font-weight: normal;
	color: #112233;
	white-space: nowrap;
	text-align: right;
}

#AjaxSearchBox table.ProductListingPageTable
{
	width: 30%;
	float: left;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#AjaxSearchBox table.ProductListingPageTable tr
{
	vertical-align: middle;
}

#AjaxSearchBox table.ProductListingPageTable td
{
	border-bottom: solid 1px #e0e0e0;
}

#AjaxSearchBox table.ProductListingPageTable td.Name
{
	width: 100%;
	text-align: left;
}

#AjaxSearchBox table.InformationPageTable
{
	width: 30%;
	float: right;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#AjaxSearchBox table.InformationPageTable tr
{
	vertical-align: middle;
}

#AjaxSearchBox table.InformationPageTable td
{
	border-bottom: solid 1px #e0e0e0;
}

#AjaxSearchBox table.InformationPageTable td.Name
{
	width: 100%;
	text-align: left;
}

#AjaxSearchBox a.MoreResults
{
	font-weight: bold;
}

/* SEARCH END
-----------------------------*/

/* ORDERHISTORY START
-----------------------------------------------------------------------------*/

.OrderHistroyList
{
	width: 100%;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}

.OrderHistroyList a
{
	text-decoration: none;
	display: block;
	height: 2.5em;
	padding: 0.5em 0;
	color: #666;
}

.OrderHistroyList th
{
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	padding: 3px 0;
}
.OrderHistroyList th.totalSum
{
	text-align: right;
}

.OrderHistroyList td
{
	padding: 0 5px;
}

.OrderHistroyList td.totalSum
{
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
}

.OrderHistroyList tr.orderHeader
{
	border-bottom: solid 1px #999;
}

.OrderHistroyList tr.even
{
	background-color: #fff;
}
.OrderHistroyList tr.even:hover
{
	background-color: #FCFCF0;
}

.OrderHistroyList tr.odd
{
	background-color: #eee;
}
.OrderHistroyList tr.odd:hover
{
	background-color: #FCFCF0;
}

/* ORDERHISTORY END
--------------------------*/

/* ORDERINFORMATION START
-----------------------------------------------------------------------------*/

.orderInformation
{
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
}
.orderInformation .box
{
	width: 50%;
	float: left;
}
.orderInformation .box h3
{
	font-size: 1.3em;
	font-weight: bold;
}
.orderInformation .box p
{
	font-size: 1.1em;
}
#orderInformationTable
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	float: left;
}
#orderInformationTable th
{
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
}
#orderInformationTable td
{
	height: 3em;
	vertical-align: middle;
}
#orderInformationTable .artNr
{
	width: 10%;
}
#orderInformationTable .name
{
	width: 30%;
}
#orderInformationTable .amount
{
	width: 10%;
	text-align: center;
}
#orderInformationTable .price
{
	text-align: right;
}
#orderInformationTable .orderHeader
{
	border-bottom: solid 1px #666;
}
#orderInformationTable .orderFooter
{
	border-top: dotted 1px #666;
	text-align: right;
	vertical-align: middle;
}
#orderInformationTable .orderFooter .footer
{
	float: right;
	width: 35%;
	background-image: url(/Archive/Images/Corners/white_corners_bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #E6E6E6;
}
#orderInformationTable .orderFooter .footer .orderSum
{
	width: 98%;
	float: left;
	text-align: left;
	padding: 0 0 10px 2%;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(/Archive/Images/Corners/white_corners_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.footer .extra
{
	width: 96%;
	float: left;
	background-color: #EEE;
	padding: 2px 2%;
}
.footer .extra p
{
	width: 55%;
	float: left;
	text-align: left;
}
.footer .extra strong
{
	width: 30%;
	float: right;
}
#orderInformationTable .orderFooter .footer .orderSum .orderPrice
{
	font-size: 1em;
	float: right;
	margin: 5px 5px 1px 0;
	font-weight: bold;
}
#orderInformationTable .orderFooter .footer .orderSum .orderTax
{
	font-size: 0.8em;
	float: right;
	clear: both;
	font-style: italic;
	font-weight: normal;
	padding: 0 5px 0 0;
}
#orderInformationTable .orderFooter .footer .orderSum .orderSumName
{
	padding: 6px 0 0 0;
	font-size: 1.1em;
	float: left;
	font-weight: bold;
}

#orderInformationTable p.orderItemPrice
{
	font-size: 1.1em;
	float: right;
	clear: both;
	margin: 5px 0 1px 0;
	font-weight: bold;
}
#orderInformationTable p.orderItemTax
{
	font-size: 1em;
	float: right;
	clear: both;
	font-style: italic;
}

/* END ORDERINFORMATION
--------------------------------------*/

/* CHECKOUT START
-----------------------------------------------------------------------------*/
#CheckoutCart
{
	clear: right;
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

#CheckoutCart .CheckoutCartItem
{
	clear: both;
	float: left;
	width: 100%;
	border-bottom: dotted 1px gray;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

#CheckoutCart .CheckoutCartItem input
{
	vertical-align: top;
}

#CheckoutCart .CheckoutCartItem .ArtNr
{
	float: left;
	width: 10em;
	overflow: hidden;
}

#CheckoutCart .CheckoutCartItem .Missing
{
	color: Red;
}

#CheckoutCart .CheckoutCartItem .Name
{
	float: left;
}

#CheckoutCart .CheckoutCartItem .Amount
{
	text-align: right;
	float: right;
	width: 10em;
}

#CheckoutCart .CheckoutCartItem .Amount .AmountInput
{
	width: 16px;
}

#CheckoutCart .CheckoutCartItem .Delete
{
	float: right;
	width: 4.5em;
	text-align: left;
}
.CheckoutCartItem a
{
	color: #A2B103;
	cursor: pointer;
	font-weight: bold;
	margin: 0 1px 0 3px;
}

#CheckoutCart .CheckoutCartItem .Price
{
	float: right;
	width: 12em;
	text-align: right;
	margin-right: 1em;
	font-weight: bold;
	font-style: italic;
}

#CheckoutCart .CheckoutCartItem .Price .Tax
{
	font-weight: normal;
	float: right;
	clear: both;
	font-size: 1em;
}
#CheckoutCart .CheckoutCartItem .CheckoutHeader
{
	font-weight: bold;
	padding: 6px 0;
	font-style: normal;
}
#CheckoutCart .TotalRow
{
	background-color: #EAEAEA;
	background-image: url(/Archive/Images/Corners/white_corners_bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: right;
	width: 45%;
}

.line
{
	border-bottom: dotted 1px #999;
}
.lineempty
{
	border-bottom: solid 1px White;
}
.TotalRow .extra
{
	width: 96%;
	float: left;
	background-color: #EEE;
	padding: 2px 2%;
}
.TotalRow .extra p
{
	width: 38%;
	float: left;
	text-align: left;
}
.TotalRow .extra strong
{
	width: 25%;
	float: left;
	text-align: right;
}


#CheckoutCart .Total
{
	float: left;
	padding: 10px 0;
	font-size: 1.5em;
	width: 62%;
	background-color: #EAEAEA;
	background-image: url(/Archive/Images/Corners/white_corners_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#CheckoutCart .Total p
{
	width: 41%;
	float: left;
	font-weight: bold;
	padding: 0 0 0 2%;
}

#CheckoutCart .Total strong
{
	width: 50%;
	float: right;
	text-align: right;
}

.CheckoutStepsTable
{
	width: 100%;
	float: left;
}

.CheckoutStepsTable .Header
{
	padding: 5px 0;
	cursor: pointer;
	width: 100%;
	float: left;
	background-color: #EAEAEA;
	text-decoration: none;
	border: none;
	border-top: dashed 1px #FFF;
}

.change
{
	font-size: 1.2em;
	float: right;
	color: #888;
	padding: 8px 5px 0 6px;
	height: 1.9em;
	border-left: solid 1px #888;
	font-weight: bold;
}
.ui-state-hover .change
{
	border-left: solid 3px #888;
	color: #FA7A00;
}
.CheckoutStepsTable .Header .choice
{
	float: right;
	margin: 5px 4px;
}
.CheckoutStepsTable .Header .choice p
{
	float: right;
	font-size: 1.2em;
	padding: 8px 5px;
}
.CheckoutStepsTable .Header h3
{
	float: left;
	margin: 8px;
}
.CheckoutStepsTable .Header Img
{
	float: left;
	margin: 7px;
}
.CheckoutStepsTable .HeaderCompleteOrder
{
	padding: 5px 0;
	width: 100%;
	float: left;
	background-color: #EAEAEA;
	text-decoration: none;
	border: none;
	border-top: dashed 1px #FFF;
}

.CheckoutStepsTable .HeaderCompleteOrder .choice
{
	float: right;
	margin: 5px 4px;
}
.CheckoutStepsTable .HeaderCompleteOrder .choice p
{
	float: left;
	font-size: 1.2em;
	padding: 8px 5px;
}
.CheckoutStepsTable .HeaderCompleteOrder h3
{
	float: left;
	margin: 8px;
}
.CheckoutStepsTable .HeaderCompleteOrder Img
{
	float: right;
	margin: 7px;
}
.CheckoutStepsTable .Content
{
	width: 100%;
	float: left;
	background-image: url('/Archive/Images/Backgrounds/greygradient.png');
	background-repeat: repeat-x;
	background-position: left bottom; /* Temp border radius*/
	min-height: 120px;
}
.CheckoutStepsTable .Content strong
{
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 100%;
	padding: 0 0 5px 0;
}
.CheckoutStepsTable .Content p
{
	font-size: 1.2em;
}
.CheckoutStepsTable .Content p label
{
	margin: 0 10px 0 10px;
	font-weight: bold;
	width: 15em;
	float: left;
}
.CheckoutStepsTable .Content li input
{
	margin: 0 5px 0 0;
}

.CheckoutStepsTable .Content .box
{
	margin: 1em 0 0 0;
	width: 100%;
	float: left;
}
.CheckoutStepsTable .Content .box em
{
	width: 16%;
	float: left;
	margin: 0 2%;
}
.CheckoutStepsTable .Content .box select
{
	width: 20%;
	float: left;
}
.CheckoutStepsTable .Content .contentInner
{
	width: 98%;
	padding: 30px 1% 40px 1%;
	float: left;
	background-image: url('/Archive/Images/Backgrounds/greygradient_top_thin.png');
	background-repeat: repeat-x;
	background-position: left top; /* Temp border radius*/
}

.box textarea
{
	width: 100%;
	float: left;
	height: 5em;
}

.selectType
{
	float: left;
	list-style-type: none;
}
.selectType .OverSelected
{
	color: #9CCF4F;
	font-weight: bold;
}
.selectType label
{
	font-size: 1.2em;
}
.CheckoutStepsTable .Content .box label
{
	margin: 0 1em;
}
#ordercomment
{
	width: 100%;
	float: left;
	margin: 1em 0;
}
/* The cart shouldn't be minimized automatically when another step is opened */
.Header_autonomous
{
	padding: 10px 0;
	cursor: pointer;
	width: 100%;
	float: left;
	background-color: #EEE;
	text-decoration: none;
}
.Header_autonomous h3
{
	float: left;
	padding-left: 10px;
}
.Header_autonomous Img
{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.Header_autonomous span
{
	float: right;
	margin: 1em;
}

.Content_autonomous
{
	width: 100%;
	float: left;
	padding: 0 0 28px 0;
}
.registerCustomer
{
	width: 100%;
	float: left;
}
.registerCustomer .box
{
	width: 100%;
	float: left;
	padding: 0 0 0.5em 0;
}
.registerCustomer .box label
{
	float: left;
	width: 25%;
	font-size: 1.2em;
}
.registerCustomer .box input
{
	background: url('/Archive/Images/Backgrounds/gradient_top_input.png') repeat-x left top;
	float: left;
	width: 40%;
	border: solid 1px #9CCF4F;
	border-left: solid 3px #9CCF4F;
	padding: 0 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.registerCustomer .box input.input-validation-error
{
	float: left;
	width: 40%;
	border: solid 1px #bbb;
}
.registerCustomer .field-validation-error
{
	width: 30%;
	float: left;
	text-align: left;
	padding: 0 0.5%;
	font-size: 1em;
	font-weight: normal;
}
.CheckoutBoxWrap
{
	width: 100%;
	float: left;
}

#loginWrap
{
	float: left;
	width: 350px;
}
#loginWrap label
{
	width: 20%;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 1.2em;
	font-weight: normal;
}
#loginWrap p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
	width: 100%;
}
#loginWrap input
{
	width: 70%;
	background: url(/Archive/Images/Backgrounds/gradient_top_input.png) repeat-x left top;
	padding: 0 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: solid 1px #bbb;
	float: right;
}
#loginWrap a
{
	float: right;
	margin: 3px 0;
}
#loginWrap .field-validation-error
{
	float: right;
	margin: 3px 8px;
}
#loginWrap .submitWrap
{
	width: 100%;
	float: left;
}

#fastOrder
{
	width: 100%;
	float: left;
	padding: 1em 0;
}
#fastOrder p
{
	padding: 0 15px 0 0;
	float: left;
}
#fastOrder #quatity
{
	width: 50px;
	text-align: center;
}

#fastOrder .addError
{
	color: Red;
}



#customerValidationIcon
{
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 10px;
}

#paymentValidationIcon
{
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 10px;
}
#shippingValidationIcon
{
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 10px;
}
#readOrderValidationIcon
{
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 10px;
}
#ValidationIcon
{
	width: 32px;
	height: 32px;
	float: right;
}

.validationIconNotChecked
{
	background: url('/Archive/Images/Icons/todo.png') no-repeat left top;
	width: 32px;
	height: 32px;
	margin: 7px;
}
.validationIconChecked
{
	background: url('/Archive/Images/Icons/checked.png') no-repeat left top;
	width: 32px;
	height: 32px;
	margin: 7px;
}
/* END CHECKOUT
------------------------------------*/

/* CONTACT PAGES START
-----------------------------------------------------------------------------*/

#MailForm
{
	float: left;
}

#MailForm .box
{
	padding-left: 2%;
	padding-top: 10px;
	width: 98%;
	float: left;
}

#MailForm label
{
	float: left;
	width: 80px;
	font-size: 1.2em;
}

#MailForm input
{
	width: 370px;
	float: left;
	margin-left: 10%;
	background: transparent url(/Archive/Images/Backgrounds/gradient_top_input.png) repeat-x scroll;
	border: 1px solid #BBBBBB;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#MailForm select
{
	width: 150px;
	float: left;
	margin-left: 10%;
	background: transparent url(/Archive/Images/Backgrounds/gradient_top_input.png) repeat-x scroll;
	border: 1px solid #BBBBBB;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#MailForm textarea
{
	width: 370px;
	float: left;
	margin-left: 10%;
	height: 100px;
	background: transparent url(/Archive/Images/Backgrounds/gradient_top_input.png) repeat-x scroll;
	border: 1px solid #BBBBBB;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
}
#MailForm .buttonWrap
{
	float: left;
	width: 76%;
	padding: 15px 0;
}

#MailForm .field-validation-error
{
	float: right;
	text-align: right;
}

/* CONTACT PAGES END
--------------------------------------*/

/* BREADCRUMB START
-----------------------------------------------------------------------------*/
#breadcrumbWrap
{
	border-bottom: 1px dashed #ccc;
	height: 30px;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.breadcrumb
{
	float: left;
	list-style-type: none;
	margin: 8px;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
}
.breadcrumb li
{
	float: left;
	margin: 0 1px;
	color: #666;
}
.breadcrumb li.lastInList a, .breadcrumb li.lastInList
{
	float: left;
	color: #666;
}
.breadcrumb li.lastInList a, .breadcrumb li.lastInList
{
	float: left;
	color: #AAB300;
}
.breadcrumb li a
{
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
.breadcrumb li a:hover
{
	color: #666;
}
/* BREADCRUMB END
---------------------------------*/

/* BUTTONS
-----------------------------------------------------------------------------*/

/* Buttons end
----------------------------------------------------------------------------------*/


/* PRODUCTDETAILS
----------------------------------------------------------------------------------*/


#tabs
{
	float: left;
	width: 100%;
}
#tabs ul
{
	list-style: none;
	float: left;
	width: 100%;
	background-image: url('/Archive/Images/Boxes/Tabs/tabs_ho_line.png');
	background-repeat: repeat-x;
	background-position: right bottom;
}
#tabs ul li
{
	float: left;
	margin: 0.5em 1px 0 0;
}

#tabs ul li a
{
	padding: 0.4em 1em;
	font-size: 1.2em;
	font-weight: bold;
}
#tabs .tabContent
{
	width: 96%;
	float: left;
	min-height: 10em;
	border-top: solid 0px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 10px 1.8%;
	font-size: 1.1em;
}

/* tab content */
#tabs .tabContent ul li
{
	list-style-position: inside;
	list-style-type: disc;
	float: none;
	margin: 0.5em 1px 0 0;
}

#tabs .tabContent ul
{
	background-image: none;
}

#tabs .tabContent ul .lastChild
{
	background-image: none;
	display: list-item;
	border-style: none;
}

/* end tab content */


.ui-state-default
{
	border-bottom: solid 1px #C9C9C9;
}
.ui-state-default a
{
	background-color: #E5E7DB;
	display: block;
}
li.ui-state-default:first-child
{
	background-image: url('/Archive/Images/Boxes/Tabs/tabs_left_corner.png');
	background-position: left top;
	background-repeat: no-repeat;
}
li.ui-state-default:first-child a
{
	display: block;
	border: none;
	background-color: #E5E7DB;
	margin-left: 1em;
}

li.lastChild
{
	display: block;
	border: none;
	margin: 0 0.1em;
	margin: 0 1em 0 0.1em;
	background-image: url('/Archive/Images/Boxes/Tabs/tabs_right_corner.png');
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 4px 0 0px;
}
li.ui-tabs-selected
{
	border-left: solid 1px #C9C9C9;
	border-right: solid 1px #C9C9C9;
	border-top: solid 1px #C9C9C9;
	background-color: White;
}
li.ui-tabs-selected a
{
	display: block;
}
li.ui-tabs-selected:first-child
{
	background-image: url('/Archive/Images/Boxes/Tabs/tabs_active_left_corner.png');
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
}
li.ui-tabs-selected:first-child a
{
	border: none;
	background-color: #FFF;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	margin-left: 1em;
}
li.ui-tabs-selected.lastChild
{
	background-image: url('/Archive/Images/Boxes/Tabs/tabs_active_right_corner.png');
	background-position: right top;
	background-repeat: no-repeat;
	border: none;
}
li.ui-tabs-selected.lastChild a
{
	border: none;
	padding: 0 4px 0 0px;
	background-color: #FFF;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-right: none;
	border-bottom: none;
}
.tabProduct
{
	float: left;
	width: 100%;
	border: none;
	padding: 5px 0;
	vertical-align: top;
}
.tabProduct img
{
	float: left;
	max-width: 100px;
}
.tabProduct p
{
	float: left;
	padding: 22px 8px;
}

.ProductDetailWrapper .thumbs
{
	float: left;
	width: 100%;
}
.ProductDetailWrapper .thumbs img
{
	float: left;
	padding: 5px 1.8% 5px 0;
	max-width: 46%;
}




/* PRODUCTDETAILS END
----------------------------------------------------------------------------------*/

/* ABOUT PAGE
---------------------------------------------------------------------------------*/

.storeslist li
{
	list-style: none;
}

#storesleftcolumn
{
	float: left;
	width: 480px;
	border-right: dashed 1px #bbb;
}

#storesrightcolumn
{
	float: right;
	width: 220px; /*padding-left: 20px;     padding-right: 20px;*/
}

#storesrightcolumn span
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 0.8em;
}

#storesrightcolumn select
{
	width: 180px;
	font-size: 1.1em;
}

p#storeslocator
{
	/*width: 480px;*/
	width: 100%;
	clear: left;
}

.specialHeader
{
	font-family: "Times New Roman" , Times, serif;
	border: 0;
	float: left;
	padding: 0 3px 0 3px;
	background: url( '/Archive/Images/Corners/header_about_us_left.png' ) no-repeat left;
	text-decoration: none;
	text-align: center;
	font-size: 1.8em;
	overflow: hidden;
	display: block;
	clear: both;
}
.specialHeader span
{
	width: auto;
	background: url('/Archive/Images/Corners/header_about_us_right.png' ) no-repeat right;
	padding: 0px 50px 0px 7px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	display: block;
}

p.contentAbout
{
	float: left;
	width: 100%;
}

/* ABOUT PAGE END
---------------------------------------------------------------------------------*/

/* INSTRUCTOR PAGE
---------------------------------------------------------------------------------*/

#instructor
{
	float: left;
	width: 95%;
}
#instructor .banner
{
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
#instructor h1
{
	float: left;
	max-width: 100%;
	font-size: 2.4em;
	width: 100%;
}
#instructor .content
{
	float: left;
	width: 70%;
	padding: 0px 0;
	font-size: 1.0em;
	line-height: 18px;
}
#instructor .face
{
	float: left;
	padding: 10px 0;
}
#instructor .specifications
{
	float: right;
	width: 27%;
	font-size: 1.1em;
	line-height: 16px;
}

#instructor .thumbs
{
	float: left;
	width: 100%;
}
#instructor .thumbs img
{
	float: left;
	padding: 5px 4% 5px 0;
	max-width: 46%;
}

/* INSTRUCTOR PAGE END
---------------------------------------------------------------------------------*/

/* DELIVERY TERMS BEGIN
---------------------------------------------------------------------------------*/

.CheckoutDeliveryTermsTable
{
	margin: 1em;
}
.CheckoutDeliveryTermsTable tr th
{
	padding: 0em 1em 0em 1em;
	border: 1px black solid;
}
.CheckoutDeliveryTermsTable tr td
{
	padding: 0em 1em 0em 1em;
	border: 1px black solid;
}

.CheckoutDeliveryTermsImages span
{
	padding: 1em;
}

/* DELIVERY TERMS END
---------------------------------------------------------------------------------*/
