/* 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                     |
|   Root Designs Store Stylesheet     |
|    http://www.rootdesigns.net/      |
|                                     |
|   Created By: Tristan Weissmann     |
|    http://www.djdarkskies.com       |
|                                     |
|    Please don't steal this code     |
|                                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

             ***********               

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                     |
|    General Info:                    |
|                                     |
|       File:  style.css              |
|		Theme: RootDesigns01          |
|       Date:  July 2007              |
|                                     |		
|                                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/

/* ----------- BUTTONS AND FORM ELEMENTS --------- */

.searchBtn {
/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 75%;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #666666;
	height: 20px;
	width: 30px;
}
.searchBox {
/*		font-family: Arial, Helvetica, sans-serif; */
	font-size: 75%;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.textbox_mailList { 
	border:1px solid #556673;
	background:#FFFFFF url(../styleImages/icons/arrow_left.png) right no-repeat;
	color:#666666;
	font-weight:bold;
	width:240px;
	height:20px;
	padding-top:4px;
	text-indent:2px;
}
.textbox_mailList:focus {
	border:1px solid #666666;
	background:#556673 url(../styleImages/icons/arrow_left.png) right no-repeat;
	color:#FFFFFF;
	font-weight:bold;
}
.textbox {
	border:1px solid #556673;
	background:#FFFFFF;
	color:#666666;
	font-weight:bold;
	width:240px;
	height:20px;
	padding-top:4px;
	text-indent:2px;
}

.textbox:focus {
	border:1px solid #666666;
	background:#556673;
	color:#FFFFFF;
	font-weight:bold;
}
.textboxAdd {
	border:1px solid #556673;
	background:#FFFFFF;
	color:#666666;
	font-weight:bold;
	width:50px;
	height:20px;
	padding-top:4px;
	text-indent:2px;}
.textboxAdd:focus {
	border:1px solid #666666;
	background:#556673;
	color:#FFFFFF;
	font-weight:bold;
}


.textboxMsg {
	border:1px solid #556673;
	background:#FFFFFF;
	color:#666666;
	font-weight:bold;
	width:240px;
	height:260px;
	padding-top:4px;
	text-indent:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}
.textboxMsg:focus {
	border:1px solid #666666;
	background:#556673;
	color:#FFFFFF;
	font-weight:bold;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
/*		font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 11px;
	color: #000000;
}

.dropDown {
	border:1px solid #556673;
	background:#FFFFFF;
	color:#666666;
	font-weight:bold;
	width:240px;
	height:20px;
	text-indent:2px;
}
.dropDown:focus {
	border:1px solid #666666;
	background:#556673;
	color:#FFFFFF;
	font-weight:bold;
}

.submitDoc a {
	display:block;
	width:203px;
	height:42px;
	background: url(../styleImages/buttons/submit.gif) 0 0 no-repeat;
	margin:10px

}
.submitDoc a:hover {
	background-position: -204px 0;}

a.txtButton {
/*		font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
	color: #FFFFFF;
	background-color: #070F72;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButtonAdd {
	border:1px solid #556673;
	background:#FFFFFF;
	color:#666666;
	font-weight:bold;
	height:30px;
	padding:4px;
	text-indent:2px;
}
a.txtButtonAdd:hover {
	border:1px solid #556673;
	background:#FFFFFF;
}

	

/* --- IE FIXES --- */
input.submit {	
	display:block;
	width:203px;
	height:42px;
	background: url(../styleImages/buttons/submit.gif) 0 0 no-repeat;
	margin:10px;
	border:0;
	cursor:hand;
}
input.submit:hover {
	background-position: -204px 0;
}

input.textboxMsg {
	border:1px solid #556673;
	background:#FFFFFF;
	color:#666666;
	font-weight:bold;
	width:240px;
	height:260px;
	padding-top:4px;
	text-indent:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}



/* ----------- LISTS --------- */


form, ol, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
/*		font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 75%;
	color: #000000;	
}
li.bulletLrg {
	list-style-type: square;
/*		font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 100%;
	color: #000000;	
}
li.num {
/*		font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 75%;
	color: #000000;		
}
li.account {
	list-style-type: none;
	float:left;
	padding:5px 0 5px 5px;;
	width:110px;
	height:20px;
	margin-bottom:10px;
	border-bottom:1px #CCCCCC dashed;
}

li.account a{
	list-style-type: none;
	display:block;
	width:110px;
	height:20px;
}

li.account a:hover{
	border-bottom: 2px #E2E6E9 solid;
}

li.account_select {
	list-style-type: none;
	float:left;
	padding:5px 0 5px 5px;;
	width:110px;
	height:20px;
	margin-bottom:10px;
	border-bottom:1px #CCCCCC dashed;
}

li.account_select a{
	list-style-type: none;
	display:block;
	width:110px;
	height:20px;
	border-bottom: 2px #939EB3 solid; 
}

/* ----------- TEXT STYLES --------- 

a, a:visited {
	color: #607380;
	text-decoration:none;}

a:hover { 
	color: #A3A3A3;
	text-decoration:none;
	background-color:#F1F0ED;}
*/

.txtSession, .txtCopy, .txtSiteDocs {
/*		font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 75%;
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
/*		font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 75%;
	color: #031074;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
/*		font-family: Verdana, Arial, Helvetica, sans-serif; */
	color: #031074;
	text-decoration: underline;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtSiteDocs, a.txtSiteDocs {
	/* font-family:	: Arial, Helvetica, sans-serif; */
	font-size: 70%;
	color: #E1E1E1;
	text-decoration:none;
	padding-right:2px;
}
a.txtSiteDocs:hover {
 	/* font-family:	: Arial, Helvetica, sans-serif; */
	font-size: 70%;
	color: #A3A3A3;
	text-decoration:none;
	background-color:#F1F0ED;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	/* font-family:	: Verdana, Arial, Helvetica, sans-serif; */
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 	/* font-family:	: Verdana, Arial, Helvetica, sans-serif; */
	color: #999999;
	text-decoration:none;
}
.txtContentTitle {
	font-size: 250%;
	font-weight: bold;
	color: #556673;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}

/* ----------- TEXT STYLES FOR CART --------- */

.txtCartPrice {
	font-size: 70%;
	color: #C0C0C0;
	padding:3px;
	vertical-align:middle;
}
.txtCart {
	/* font-family:	: Arial, Helvetica, sans-serif; */
	font-size: 70%;
	color: #000000;

}
.cartTotal {
	width:468px;
	padding: 4px 4px 3px 6px;
	margin: 4px 0 0;
	float:right;
}

a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF6600;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	/* font-family:	: Arial, Helvetica, sans-serif; */
	font-size: 70%;
	color: #C0C0C0;
	text-decoration: none;
	padding:2px;
}
a.txtviewCart:hover {
	background-color: #999999;
	color: #FFFFFF;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px dashed #CCCCCC;
	width: 360px;
	margin:10px auto;

}
.txtcartProgressCurrent {
	color: #607380;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	/* font-family:	: Verdana, Arial, Helvetica, sans-serif; */
	color: #666666;
}

a.txtCheckout, a.txtUpdate {
	text-decoration: none;	
	border:1px solid #556673;
	background:#FFFFFF;
	color:#666666;
	font-weight:bold;
	height:30px;
	padding:4px;
	text-indent:2px;
}
.txtStockWarn {
	font-size: 75%;
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #FF0000;
	padding: 2px;
	text-align:center;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/* font-family:	: Verdana, Arial, Helvetica, sans-serif; */ 
	font-size: 9px;
	padding-top: 5px;
	color: #CCCCCC;
	text-decoration:none;
}
a.txtCopyright:hover {
	text-decoration: none;
}


/* ----------- TABLE STYLES --------- */

.tblList {
	border:0;
}
.tdListTitle {
	background-color: #556673;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #f0f5f9;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #556673;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #f0f5f9;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
