/*
|=================================================================|
|							          |	
| 			MADDISON CC4			          |
|							          |	
|=================================================================|
|							          |
| Theme Name: Maddison CC4				          |
| Theme URL: Serira Designs.com http://seriradesigns.com          |
| Author: KatGirl 						  |
| Author URL: http://seriradesigns.com		      		  |
| Version: 1						          |
| Copyright: International and domestic Copyright Laws apply      |
| 								  |
|=================================================================|
|								  |
|			LICENCE TYPE 			  	  |
|=================================================================|
| 								  |
| Maddison CC3 is NOT General Public License (GPL) nor is it   	  |
| Open Source Software and limitations Do apply.		  |
|								  |
| You cannot copy, steal, duplicate, sell, modify, claim this 	  |
| theme as your own work, publically display this theme in or     | 
| through any medium unless explicitly authorised by 		  |
| Serira Designs.com	  					  |		
|								  |
|=================================================================|
*/


/**SEARCH FACILITY
**********************/
#Search {
	background:#CDD6AA;
	width:175px;
	height:25px;
	padding:8px 0 0 5px;
	margin:10px 0 0 0;
	}

.searchBtn {
	background-image:url(../styleImages/icons/searchBtn.gif);
	background-repeat:no-repeat;
	background-position: right center;
	height:23px;
	width:23px;
	border:none;
	text-align:right;
	float:right;
	display:block;
	cursor: pointer;
	background-color:#CDD6AA; 
	margin:-2px 7px 0 0; 
	}
		
.searchBox {
	color: #696969;
	background-color: #FFFFFF;
	height:14px;
	font-size:0.8em;
	float:left;
	border: 1px solid #ACB468;
	}


#AdvancedSearchLink, #AdvancedSearchLink a {
	background-color:#CDD6AA; 
	color: #333333;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	}
#AdvancedSearchLink a:hover {text-decoration: underline;}
table#AdvancedSearchForm td {padding: 5px;}
table#AdvancedSearchForm .textbox {width: 250px; font-size: 12px;}
table#AdvancedSearchForm .textboxSml {
	width: 118px; 
	font-size: 12px;
	background: #FFFFFF;
	border: 1px solid #ACB468;
	color: #696969;
	}



/**FORM ELEMENTS
*****************/
form, ol, ul {
	margin: 0px;
	padding: 0px;
	}

.textbox {
	background: #FFFFFF;
	border: 1px solid #ACB468;
	font-size: 12px;
	color: #696969;
	}
	
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-size: 12px;
	color: #000000;
	}

.submit {	
	color: #ACB468;
	background: #6F2004;
	height: 22px;
	line-height: 22px;
	padding: 0 3px 3px;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	cursor: pointer;
	}

.submit:hover {
	color: #FCFCFC;
	background-color: #808000;
	cursor: pointer;
	}

/**QUICK ADD ON CART PAGE
****************************/
.submit_Grey {	
	color: #FFFFFF;
	background: #414141;
	height: 22px;
	line-height: 22px;
	padding: 0 3px 3px;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	cursor: pointer;
	}

.submit_Grey:hover {
	color: #ACB468;
	background: #6F2004;
	cursor: pointer;
	}


#ChangePassword .submit {width:120px;}


/**LIST STYLING & HYPERLINKS
*******************************/
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	}


li.bullet {
	list-style-type: square;
	color: #6F2004;	
	background: #FFFFFF;
	}

li.bulletLrg {
	list-style-type: square;
	color: #6F2004;	
	background: #FFFFFF;
	}

li.num {
	color: #6F2004;		
	background: #FFFFFF;
	list-style-position:outside;
	margin:0 4px 5px 25px;
	}

li.num a:link, li.num a:visited, li.num a:hover {
	color: #ACB468;
	background: #FFFFFF;
	text-decoration:none;
	}
	
li.num a:hover {text-decoration:underline;}



/**MY ACCOUNT
***************/
#MyAccount {
	width:200px;
	margin:0px auto;
	padding:20px;
	}

li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #6F2004;
	background: #FFFFFF;
	text-transform:uppercase;
	}

.txtDefault, a.txtDefault, 
a.txtLink, a.txtLocation {
	color: #ACB468;
	background: #FFFFFF;
	text-decoration:none;
	}

a.txtDefault:hover, a.txtLink:hover, 
a.txtLocation:hover {text-decoration:underline;}

.txtCopy {color: #333333; background: #FFFFFF;}



/**GENERAL BUTTONS
********************/
a.txtButton {
	color: #ACB468;
	background-color: #6f2004;
	padding: 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	}


a.txtButton:hover {
	color: #FCFCFC;
	background-color: #808000;
	padding: 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	}


/**MISCELLANEOUS
******************/
.txtOldPrice {text-decoration: line-through;}
.txtSale {color: #6F2004; background: #FFFFFF;}
.txtOutOfStock {color: #6F2004; background: #FFFFFF;}
.center {text-align:center;}


/**SHOPPING BASKET HOME PAGE
*******************************/
#Cart {	
	margin-bottom: 10px;
	padding-right:5px;
	}

#CartProduct {text-align:left;}


#CartProduct a  {
	color: #6F2004;
	background: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#CartProduct a:hover {
	color: #ACB468;
	background: #FFFFFF;
	text-decoration:none;
	}

#CartProduct {
	color: #6F2004;
	background: #FFFFFF;
	font-weight: bold;
	}

#CartItems {border-top: 1px dotted #6F2004;}
#CartItems, #CartTotal {text-align: left;}
#CartItems span, 
#CartTotal span { float: right; margin-top: -20px;}
#CartProduct span {float: right;}
#CartTotal {font-weight:bold;}
#CartView {
	text-align: center; 
	padding-top: 3px;
	margin-bottom: 10px;
	}

#CartView a {
	color: #ACB468;
	background: #6F2004;
	text-decoration: none;
	padding: 3px 5px;
	text-transform:uppercase;
	font-size: 12px;
	}

#CartView a:hover {
	color: #FCFCFC;
	background-color: #808000;
	text-decoration:none;
	}

/**VIEW CART PAGES
*********************/
#ViewBasket {
	background-image:url(../styleImages/headers/ViewBasket.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:20px 0;
	height:51px;
	width:400px;
	padding:0;
	text-align:left;
	} 

#ViewBasket h1 {
	display:none;
	text-align:left;
	margin:40px 0;
	padding:0;
	color:#696969;
	background:#FFFFFF;
	font-weight:normal;
	font-family:"Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px; 
	}/*This will hide the text in your header */


#cartProgress {
	color: #ACB468;
	background: #6F2004;
	padding: 4px;
	border: 1px solid #333333;
	width: 540px;
	margin: 10px auto 40px;
	text-transform:uppercase;
	text-align:center;
	font-size: 16px;
	font-weight:normal;
	}


#cartProgressInner {
	padding:5px;
	border: 3px double #ACB468;
	}

.txtcartProgressCurrent {
	color: #FFFFFF;
	background: #6F2004;
	}

.quickBuy {
	text-align: center;
	color: #696969;
	background: #FFFFFF;
	margin:0;
	}

.CartProdImage img {height: 90px; border: none;}
.CartProdName {margin-bottom:10px;}


.tdcartTitle {
	color: #6B7A4F;
	background-color:#DBE8AC; 
	border-top: 1px solid #ACB468;
	text-transform:uppercase;
	}

.tdTitle {
	color: #6B7A4F;
	background-color:#DBE8AC; 
	border-top: 1px solid #ACB468;
	border-bottom: 1px solid #ACB468;
	text-transform:uppercase;
	}
	
.tdcartEven {
	background-color: #414141;
	border-top: 1px solid #ACB468;
	color: #DBE8AC; 
	font-size:13px;
	}
 
.tdcartOdd {
	background-color: #414141;
	border-top: 1px solid #ACB468;
	color: #DBE8AC; 
	font-size:13px;
	}
	
.tdcartEven a:link, .tdcartEven a:visited, .tdcartEven a:hover {
	color: #FFFFFF;
	background-color: #414141;
	text-decoration:none;
	}

.tdcartOdd a:link, .tdcartOdd a:visited, .tdcartOdd a:hover {
	color: #FFFFFF;
	background-color: #414141;
	text-decoration:none;
	}

.tdcartEven a:hover, .tdcartOdd a:hover {text-decoration:underline;}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 3px double #ACB468;
	}

a.txtCheckout, a.txtUpdate {
	color: #ACB468;
	background-color: #6F2004;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ACB468;
	text-transform:uppercase;
	}


a.txtUpdate:hover, a.txtCheckout:hover {
	color: #FCFCFC;
	background-color: #808000;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ACB468;
	text-transform:uppercase;
	}


.txtStockWarn {color: #FF0000;}

.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
	}


/**STEP 1 PAGE
****************/
.regSep{
	padding: 20px 10px;
	margin: 20px 0px;
	border-top: 3px double #ACB468;
	}

.regSep p {margin-bottom:20px;}
#Step1Form {width:300px;margin:0 auto;}
#LoginForm p {text-align:center;}

.floatRight {
	float: right;
	position: relative;
	margin-top: 0px;
	line-height: 24px;
	width: auto;
	}

/**STEP 3 & 4 PAGE
*******************/
table#Step4, table#Step3 {margin-bottom: 20px;}

/**LOGIN PAGE
****************/
#Login {margin:10px auto;}
#Login td {padding:0 0 5px 5px;}


/**REGISTRATION PAGE
***********************/
table#RegistrationForm {
	margin-bottom: 40px;
	width: 560px;
	padding-bottom: 10px;
	}


#RegistrationForm td {padding: 5px;}
#RegistrationForm td.tag {}
#RegistrationForm td .textbox {width: 150px;}



/**VIEW ORDER NOTES
********************/
#ViewOrdersForm {margin-bottom: 20px;}
ol#ViewOrderNotes {}
ol#ViewOrderNotes li {
	list-style-position: outside; 
	margin: 10px 0 10px 20px;
	padding: 0;
	width: 540px;
	float:left;
	}
	
ol#ViewOrderNotes li .NoteBox {
	float: left;
	width: 530px;
	}
	
ol#ViewOrderNotes li .NoteBox h3 {margin-top: 0; margin-left: 0;}



/**SERIRA DESIGNS COPYRIGHT NOTIFICATION
******************************************/
#DesignerCredits {
	color: #6F2004;
	background:#CDD6AA;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	margin:5px auto;
	} 

#DesignerCredits a {color: #6B7A4F;background:#CDD6AA;}
#DesignerCredits a:hover {text-decoration:underline;}

/**DEVELLION COPYRIGHT NOTIFICATION
*************************************/
.txtCopyright {
	color: #6B7A4F;
	background:#ACB468;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	} 

a.txtCopyright {color: #FCFCFC;	background:#ACB468;}
a.txtCopyright:hover {text-decoration: none;}

/**MISCELLANEOUS
*****************/
/*.dropDown {width: 120px; border:1px solid #CCC;}*/
/*.dropDownBox {
	width: 140px;
	border: 1px solid #CCC;
	margin-top: 5px;
	color: #696969;
	font-size: 11px;
	}*/
