﻿/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body 
{
	font-size: 11px;
	padding: 0.4em 0 0.4em 0;
	background:#000000;	
}

/* anchors
----------------------------------------------- */

a, a:visited
{
	color:#21007F;	
	text-decoration:none;
}

a:active, a:hover, a:focus
{
	color:#0dbfe0;
}

.disabled
{
	color:#C0C0C0;	
	font-weight:bold;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em; color:#0dbfe0; font-weight:normal; }
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}

.smallTitle
{
	color: #0dbfe0;
	font-size:1.4em;
}

h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#ffffff;
	padding:0.2em 0em 0.2em 0;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding: 0.5em 0.5em 0.5em 0;
	margin: 0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:5px 10px 5px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}

.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}

.block {
	padding-top:10px;
}

/* paragraphs, quotes
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}


/* articles
----------------------------------------------- */
.articles {
	padding:1em;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#ccc;
	background:#666;
	margin:0em 0em 1em 0em;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}

.displayBox
{
	border:1px solid #ffffff;  
	width:235px;
}

.displayBox a, a:link
{
	text-decoration:none;	
}

.displayBox:hover
{
	border:1px solid #CECECE;
	background-color:#F5F5F5;
}

.productImage 
{
	width:210px;
}

.ourPrice
{
	color:Red;
}

.originalPrice 
{
  font-weight: bold;
  text-decoration: line-through;
}

.productDataList 
{
    width:100%;  
}

.productDataList .AspNet-DataList table
{
    width:100%;  	
    background-color:Transparent;
    border-style:none;      
}

/* Individual "items" in the DataList. */
.productDataList .AspNet-DataList table tbody tr td
{
    padding:1em;         
    vertical-align: top;
    background-color:Transparent;   
    border-style:none;       
    border:0px;   
}

/* Header of the DataList. */
.productDataList .AspNet-DataList table thead tr th,
.productDataList .AspNet-DataList table caption
{
    text-align:right;
    vertical-align: bottom;
    padding: 0 1em 1em 0;
    background-color:Transparent;
    border-style:none;       
    border:0px;   
}

/* Individual "items" in the DataList. */
.thumbnailDataList 
{
}

.thumbnailDataList .AspNet-DataList 
{
    background-color:Transparent;   
    border-style:none;       
    border:0px;
}

.thumbnailDataList .AspNet-DataList table 
{
    background-color:Transparent;   
    border-style:none;       
    border:0px;
}

.thumbnailDataList .AspNet-DataList table td 
{
    background-color:Transparent;   
    border-style:none;       
    border:0px;
}

.thumbnailDataList .AspNet-DataList table tfoot tr td
{
    background-color:Transparent;   
    border-style:none;       
    border:0px;   
}

/* Individual "items" in the DataList. */
.thumbnailDataList .AspNet-DataList table tbody tr td
{
    padding:1.5em 0 0 0;         
    vertical-align: bottom; 
    margin:0em;
    width:25%;    
}

/* Header of the DataList. */
.thumbnailDataList .AspNet-DataList table thead tr th,
.thumbnailDataList .AspNet-DataList table caption
{
    text-align:right;
    vertical-align: bottom;
    padding: 0 1em 1em 0;
    background-color:Transparent;
    border-style:none;       
    border:0px;     
}

/* Footer. */
.thumbnailDataList .AspNet-DataList table tfoot tr td
{
}

.thumbNail
{
	width:80%;
}

.mainProductPictureBox
{
	width:380px;	
	float:left;	
	margin: 35px 0px 10px 0px;
}

.mainProductImage
{
	width:100%;
}

.mainProductDescBox
{
	width:350px;	
	float:left;	
	margin: 35px 0px 10px 10px;
	padding: 0px 0px 0px 30px;
}

.recentlyViewProductImage
{
	width:85%;	
	padding-top:5px;
}

.space
{
	padding:3px;
}

.newProduct
{
	height:20px;
	width:50px;
	position:relative; 
	top:27px;
	left:9px;
    background: #EC008C url(../img/core/newBackground.gif) repeat-x;	
	color:#ffffff;
	padding-top:4px;
	text-transform:uppercase;
}

.oldProduct
{
	height:20px;
	width:50px;
	position:relative; 
	top:27px;
	left:9px;
	background: transparent;
	padding-top:4px;	
}

.numericBox
{
	width:30px;
}

.button
{
}

.largeButton
{
	width:140px;
}

.smallInput
{
	width: 50px;
}

.mediumInput
{
	width: 75px;
}

.mediumDropDown
{
	width:155px;
}

.centreBox 
{
	text-align: center;
	vertical-align: middle;
}

.leftBox 
{
	float:left;
}

.rightBox 
{
	float:right;
}

.miniBasketImage
{
	width:50px;
}

.productDropDown
{
	width: 135px;
}

.xSmallText
{
	font-size:x-small;
}

.smallText
{
	font-size:small;
}

.attentionText
{
	color:Red;
}

.attentionTextOnDark
{
	color:#0094FF;
}

.MainLogin
{
    width: 24em;
    padding:2em;
}

.MainLogin a, .MainLogin.a:link, .MainLogin.a:visited
{
    text-decoration:none;
}

.MainLogin .AspNet-Login
{
    font-size: 1.2em;
    padding: 1.5em;
    border: solid 1px #284775;
    background:#fafafa;
}

.MainLogin label em
{
    font-style: normal;
}

.MainLogin .AspNet-Login input[type=text]
{
	width:140px;	
    border: solid 1px #5D4A39;
}

.MainLogin .AspNet-Login input[type=text]:hover
{
    border: solid 1px Red;
}

.MainLogin .AspNet-Login input[type=password]
{
	width:140px;	
    border: solid 1px #5D4A39;
}

.MainLogin .AspNet-Login input[type=password]:hover
{
    border: solid 1px Red;
}

.MainLogin .AspNet-Login .AspNet-Login-TitlePanel
{
    background: #5D7B9D;
    text-align: center;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.MainLogin .AspNet-Login .AspNet-Login-FailurePanel
{
    height: 4em;
    color:#ffffff;
    background-color:Red;
    padding:1em 1em 0.5em 1em;
    font-weight:bold;
    font-size:1em;
}

.MainLogin .AspNet-Login .AspNet-Login-UserPanel label,
.MainLogin .AspNet-Login .AspNet-Login-PasswordPanel label
{
    display: block;
}

.MainLogin .AspNet-Login .AspNet-Login-RememberMePanel,
.MainLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    padding: 0.25em 0.1em 0 0;
}

.MainLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel a
{
	font-size:1.2em;
}

.MainLogin .AspNet-Login .AspNet-Login-CreateUserPanel a
{
	font-size:1.2em;
}

.MainLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel a:hover
{
	text-decoration:none;	
}

.MainLogin .AspNet-Login .AspNet-Login-CreateUserPanel a:hover
{
	text-decoration:none;
}

.MainLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    text-align:right;
}

.MainLogin .AspNet-Login .AspNet-Login-SubmitPanel input[type=submit]
{
	border-color: #aaa #aaa #444 #444;
    height: 1.7em;
}

.MainLogin .AspNet-Login .AspNet-Login-SubmitPanel input[type=submit]:hover
{
	border-color: #444 #444 #aaa #aaa;
	height: 1.7em;
}

.CreateUserWizard
{
    width: 45em;
    padding: 60px 0px 60px 0px;    
}

.CreateUserWizard .AspNet-CreateUserWizard
{
    font-size: 1.2em;
    border: solid 1px #284775;
	background:#fafafa;
}

.CreateUserWizard .AspNet-CreateUserWizard label,
.CreateUserWizard .AspNet-CreateUserWizard input
{
    color: #5D4A39;
}

.CreateUserWizard .AspNet-CreateUserWizard input
{
    color: #5D7B9D;
    border: solid 1px #5D4A39;
}

.CreateUserWizard .AspNet-CreateUserWizard input:hover
{
    color: #5D7B9D;
    border: solid 1px Red;
}

.CreateUserWizard .AspNet-CreateUserWizard input
{
    font-size: 1em;  /* lets the form element scale */
}

/* This rule is used when AutoAccessKey is true */
.CreateUserWizard .AspNet-CreateUserWizard label em
{
    text-decoration: underline;
    font-style: normal;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-HeaderTextPanel
{
    text-align: center;
    color: #FFFFFF;
    background: #284775;
    height: 2em;
    padding-top: 0.5em;
    margin-bottom: 0.3em;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-StepTitlePanel
{
    text-align: right;
    color: #5D4A39;
    height: 1.5em;
    padding-top: 0.2em;
    margin: 4px;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-InstructionPanel
{
    text-align: left;
    color: #284775;
    background: #EEEEEE;
    padding-top: 0.5em;
    margin: 4px;
    border: solid 10px #EEEEEE;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-FailurePanel
{
    color: #FF0000;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-UserPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordHintPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-ConfirmPasswordPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-EmailPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-QuestionPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-AnswerPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-FailurePanel
{
    padding: 0.25em 0.1em 0 0;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-UserPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-ConfirmPasswordPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-EmailPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-QuestionPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-AnswerPanel
{
    text-align: right;
    margin-right: 18em;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordHintPanel
{
    color: #666666;
    padding-left: 30.5em;
    padding-right: 1em;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-FinalValidatorsPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-FailurePanel
{
    text-align: center;
    margin-left: 10em;
    margin-top: 0.5em;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-UserPanel label,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordPanel label,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-ConfirmPasswordPanel label,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-EmailPanel label,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-QuestionPanel label,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-AnswerPanel label
{
    white-space: nowrap;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-UserPanel input,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-PasswordPanel input,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-ConfirmPasswordPanel input,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-EmailPanel input,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-QuestionPanel input,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-AnswerPanel input
{
    width: 9em;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-CreateUserButtonPanel,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-ContinuePanel
{
    text-align: right;
    padding-right: 1em;
    padding-bottom: 0.5em;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-CreateUserButtonPanel input[type=submit],
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-ContinuePanel input[type=submit]
{
	background: #cfcbd3 url(images/buttons/button.png) center center repeat-x;	
    color: #000000;
	border-color: #aaa #aaa #444 #444;
    height: 1.7em;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-CreateUserButtonPanel input[type=submit]:hover,
.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-ContinuePanel[type=submit] input 
{
	background: #cfcbd3 url(images/buttons/buttonHover.png) center center repeat-x;	
    color: #ffffff;
	border-color: #444 #444 #aaa #aaa;
	height: 1.7em;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-SuccessTextPanel
{
    padding: 1em;
    padding-top: 0.5em;
}

.CreateUserWizard .AspNet-CreateUserWizard .AspNet-CreateUserWizard-EditProfilePanel
{
}

.ChangePassword
{
    width: 28em;
}

.ChangePassword .AspNet-ChangePassword
{
    font-family: Verdana;
    font-size: 0.8em;
    padding: 4px; 
    border: solid 1px #5D4A39;
    background-color:#fafafa;    
}

.ChangePassword .AspNet-ChangePassword label,
.ChangePassword .AspNet-ChangePassword input
{
    color: #5D4A39;
}

.ChangePassword .AspNet-ChangePassword input
{
    font-size: 1em;  /* lets the form element scale */
}

.ChangePassword .AspNet-ChangePassword input
{
    color: #5D4A39;
    border: solid 1px #5D4A39;
}

.ChangePassword .AspNet-ChangePassword input:hover
{
    color: #5D4A39;
    border: solid 1px Red;
}

/* This rule is used when AutoAccessKey is true */
.ChangePassword .AspNet-ChangePassword label em
{
    font-style: normal;
}

.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ChangePasswordTitlePanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTitlePanel
{
    color: #5D4A39;
    background: transparent;
    text-align: right;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-InstructionPanel
{
    color: #5D4A39;
    background: #EEEEEE;
    padding: 1em;
    text-align: left;
}

.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-FailurePanel
{
    height: 4em;
	color: #0dbfe0;
}

.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-CreateUserPanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-PasswordRecoveryPanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTextPanel
{
    padding: 0.25em 0.1em 0 0;
}

.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel
{
    text-align:right;
}


.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel label,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel label,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel label,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel label,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel span
{
    white-space: nowrap;
}

.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-UserPanel input,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-PasswordPanel input,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-NewPasswordPanel input,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ConfirmNewPasswordPanel input
{
    width: 10em;
}

.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel input[type=submit],
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel input[type=submit]
{
	background: #cfcbd3 url(images/buttons/button.png) center center repeat-x;	
    color: #000000;
	border-color: #aaa #aaa #444 #444;
    height: 1.7em;
}

.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SubmitPanel input[type=submit]:hover,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel input[type=submit]:hover
{
	background: #cfcbd3 url(images/buttons/buttonHover.png) center center repeat-x;	
    color: #ffffff;
	border-color: #444 #444 #aaa #aaa;
	height: 1.7em;	
}

.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-ContinuePanel,
.ChangePassword .AspNet-ChangePassword .AspNet-ChangePassword-SuccessTextPanel
{
    text-align: center;
}

.PasswordRecovery
{
    width: 28em;
	padding: 60px 0px 60px 0px;
}

.PasswordRecovery .AspNet-PasswordRecovery
{
    font-size: 1.2em;
    padding: 1em; 
    color: #5D4A39;
    border: solid 1px #5D4A39;
    background-color:#fafafa;
}

.PasswordRecovery .AspNet-PasswordRecovery label,
.PasswordRecovery .AspNet-PasswordRecovery input
{
    color: #5D4A39;
}

.PasswordRecovery .AspNet-PasswordRecovery input
{
    font-size: 1em;  /* lets the form element scale */
}

.PasswordRecovery .AspNet-PasswordRecovery input
{
    color: #5D7B9D;
    border: solid 1px #5D4A39;
}

.PasswordRecovery .AspNet-PasswordRecovery input:hover
{
    color: #5D7B9D;
    border: solid 1px Red;
}

/* This rule is used when AutoAccessKey is true */
.PasswordRecovery .AspNet-PasswordRecovery label em
{
    text-decoration: underline;
    font-style: normal;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-TitlePanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-TitlePanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-InstructionPanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-InstructionPanel
{
    text-align: center;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-TitlePanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-TitlePanel
{
    color: #5D4A39;
    text-align:right;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-InstructionPanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-InstructionPanel
{
    color: #5D4A39;
    text-align:right;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-FailurePanel
{
    color: #FF0000;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-SubmitPanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-SubmitPanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel
{
    padding: 0.25em 0.1em 0 0;
    text-align: right;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel
{
    padding-right: 1.1em;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel label,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel span,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel span,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel label
{
    white-space: nowrap;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel input,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel input,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel input,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel input
{
    width: 12em;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel input[type=submit],
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel input[type=submit]
{
	background: #cfcbd3 url(images/button/button.png) center center repeat-x;	
    color: #000000;
	border-color: #aaa #aaa #444 #444;
    height: 1.7em;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel input[type=submit]:hover,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel input[type=submit]:hover
{
	background: #cfcbd3 url(images/buttons/buttonHover.png) center center repeat-x;	
    color: #ffffff;
	border-color: #444 #444 #aaa #aaa;
	height: 1.7em;	
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-SubmitPanel input[type=submit],
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-SubmitPanel input[type=submit]
{
	background: #cfcbd3 url(images/buttons/button.png) center center repeat-x;	
    color: #000000;
	border-color: #aaa #aaa #444 #444;
    height: 1.7em;
}

.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-SubmitPanel input[type=submit]:hover,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-SubmitPanel input[type=submit]:hover
{
	background: #cfcbd3 url(images/buttons/buttonHover.png) center center repeat-x;	
    color: #ffffff;
	border-color: #444 #444 #aaa #aaa;
	height: 1.7em;
}


.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-HelpPanel,
.PasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-SuccessTextPanel
{
}

.dropDown
{
	height:22px;
}

.basketMenu
{
	height:25px;
}

.languageBox
{
	height:25px;	
	float:left;
	margin:-3px 0px 0px 5px;
}

.copyright
{
	float:right;
	color:#0094FF;
	font-size:x-small;
	margin-top:10px;
}

.companyName
{
	color:#0026FF;
}

.autoCompletionListElement
{ 
    visibility : hidden;
    margin : 0px!important;
    background-color : transparent;
    color : windowtext;
    cursor : 'default';
    height : 200px;
    width: 150px;
	text-align : left;
    list-style-type : none;
    padding:0;
    z-index:999;
}

.autoHighlightedListItem
{
	width:150px;
	background-color:#D1D2D3;
	color:#000000;
	padding: 1em;
	font-size:1em;	
}

.autoListItem 
{
	width:150px;	
	background-color :#EAEAEA;
	color :windowtext;
	padding: 1em;
	font-size:1em;	
}

.rightAlign
{
	text-align:right;
}

.basket
{
	width:100%;
	border:none 0px;
	background-color:#ffffff;
}

.basket tbody th
{
	border:none 0px;
	background-color:#ffffff;	
}

.basket tbody tr
{
	border:none 0px;
	background-color:#ffffff;	
}

.basket tbody tr td
{
	border:none 0px;
	background-color:#ffffff;	
}

.basket .basketHeader
{
	text-align:left;	
}

.basket .basketData
{
	text-align:left;
}

.basket .basketCentered
{
	text-align:center;
}

.basket .basketFinancial
{
	text-align:right;
}

.deleteItemImage
{
	width:17px;
}

.deleteItemImage:hover
{
	width:19px;	
}

.coverBorder
{
	border: 1px solid lightsteelblue;	
	margin: 10px 0px 10px 0px;
	padding:3px 0px 4px 0px;
	z-index:0;
}

.coverImage
{
	width:770px;
	height:355px;
	z-index:1;	
}

.checkoutBox
{
	margin:0.75em;
}

.storeTable table
{
	border: none 0px;
	background-color:#ffffff;
}

.storeTable table tbody tr
{
	border: none 0px;
	background-color:#ffffff;	
}

.storeTable table tbody tr td
{
	border: none 0px;
	background-color:#ffffff;	
}

.checkoutNextButton
{
	margin:1em;
}

.trackingBox
{
	width:530px;
	height:200px;
}

.strong
{
	font-weight:bold;
}

.modalBackground 
{
	background-color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
 
.modalPopup 
{
	width:800px;
	height:410px;
	background-color:#A0A0A0;
	background-position:center;
	padding:0;	
	border-width:2px;
	border-style:solid;
	border-color:#cccccc;
	margin-left:100px;
}

.mostPopularImage
{
	width:85px; 
}

.mainInfoBox
{
	width:100%;
	float:left;
	background-color:#000000;
	color:#ffffff;
	font:0.9em;
	margin:10px 0px 10px 0px;
}

a:link.mainInfoBox, .mainInfoBox a:link, .mainInfoBox a:visited  
{
	font-style: normal; 
	color: #FF2B9F; 
	font-weight: normal; 
	text-decoration:none;		
}
a:hover.mainInfoBox, .mainInfoBox a:hover  
{
	font-style: normal; 
	color: #0dbfe0; 
	font-weight: normal; 
	text-decoration:none;	
}

.mainInfoBoxCol
{
	width:30%;
	float:left;
	margin:10px;
	border-right: #ffffff 1px dotted;
}

.mainInfoBoxEndCol
{
	width:30%;
	float:left;
	margin:10px;
}

.infoTitle
{
  color: #0dbfe0;
  font: Arial, Helvetica, sans-serif;
  font-size:small;		
}

#logo 
{
	height:105px;
	float: left;
	margin:10px 0px 0px 0px;
}

#logo a
{
	width: 101px;	
	height:100px;
	float: left;	
	background: url(../img/logo/logo.png) top left no-repeat;
}

.accordionHeader
{
    border: 1px solid #210055;
    background-color:#1E3A7F;
    padding: 5px;
    margin-top: 15px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #210055;
    background-color:#2647A0;    
	font-size: 1em;
	font-weight: bold;
    padding: 5px;
    margin-top: 15px;
    cursor: pointer;
}

.accordionContent
{
    border: 1px solid #210055;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

a:link.faqAccordian, .faqAccordian a:link, .faqAccordian a:visited 
{ 
	font-style: normal; 
	color: #ffffff; 
	font-weight: normal; 
    text-decoration:none;			
}
a:hover.faqAccordian, .faqAccordian a:hover  
{
	font-style: normal; 
	color: #0dbfe0; 
	font-weight: normal; 
	text-decoration:none;	
}

.darkBox
{
	margin-left: auto;
	margin-right: auto;
	height:25px;		
	width:955px;
	color:#ffffff;
	font-size:medium;
}

a:link.darkBox, .darkBox a:link, .darkBox a:visited 
{ 
	font-style: normal; 
	color: #ffffff; 
	font-weight: normal; 
	text-decoration:none;
}
a:hover.darkBox, .darkBox a:hover  
{
	font-style: normal; 
	color: #0dbfe0; 
	font-weight: normal; 
	text-decoration:none;	
}

#siteContentFAQ
{
	width:98%;
	min-height:300px;
	float:left;
	font-size:1em;	
	padding:0px 10px 15px 10px;
}

#siteContentFAQ a, a:link
{
	text-decoration:none;	
}

input[type=text]
{
	background: transparent url(../img/core/textBox.gif) center center repeat-x;		
}

.minimumPage
{
	min-height:450px;
}

.search 
{
	width:150px;
	height:25px;	
	float:left;	
	border: none;
	margin: 0 auto;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	width: 100px;
	height: 18px;
	padding: 2px;
	color:#cccccc;
}
.search input.box:focus {
	outline: none;
}
.search input.btn {
	width: 22px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
	background: #3F5EAE url(../img/icons/searchButtons.png) no-repeat top right;
}
.search input.btn:hover {
	background: #3F5EAE url(../img/icons/searchButtons.png) no-repeat bottom right;
}

#contactUsImage
{
	float:left;
	width:275px;
}

#contactUs
{
	width:400px;
	float: right;	
}

.basketImage
{
	padding-left:6px;
}

.myBasketText
{
	padding-bottom:6px;
}

.orderStatus
{
	background-color:#FFF0B2;
	color:#7F92FF;
}

.imagesBox
{
	height:118px;
	width:785px;
	float:left;		
}

#crystalCarousel
{
	list-style:none;
}