/* 
================================
3DCart Style Sheet 
by Infomart2000 Corp.
www.3dcart.com
================================
*/	
	

/***********************************/
/*          DESIGN ELEMENTS        */
/***********************************/

 
/*body:: Controls Page Background Color and any other fonts not defined below*/ 	
body
{
	background: #646464;
	background-color:#1F3F86;
	background-image:url(http://www.wysiwash.com/images/header-tail-top.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0px;
	padding: 0px;
}

/*alternative:: Controls the form backgrounds and other areas that requred an alternative color*/
.alternative
{
	background-color : #FFFFFF;
	padding: 2px 4px 2px 4px;
	border: 1px solid #eae9e9;
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders
{
	background-color : #000000;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2
{
	border : #999999;
	background-color : #999999;
}

/*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon
{
	border: solid;
	border-color: #999999;
	border-width: 1px;
}

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table
{
	background-color : #f9f8f8;
} 


/***********************************/
/*         HEADERS & TITLES        */
/***********************************/


/*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers
{
	
	font-size : 14px;
	text-transform: uppercase;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
    padding: 4px 4px 4px 4px;
}

.menu-headers2
{
	
	font-size : 12px;
	text-transform: uppercase;
	color : #393939;
	font-weight : none;
	text-decoration : none;
}

/*page_headers:: Controls the page's titles*/
.page_headers
{
	font-size : 22px;
	font-weight : bold;
	color : #333333;
}

/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers
{
	font-size : 14px;
	color : #535353;
}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles
{
	font-size : 13px;
	font-weight : bold;
	background-color:#0000000;
	color: #000000;
	text-transform:uppercase;
	
     padding: 10px 4px 10px 4px;
	 background-image:url(../../Copy%20of%20v30036/images/bgg.gif);

} 

/*titles2:: Controls the titles on the view cart page*/ 
.titles2
{
	font-size : 11px;
	font-weight : bold;
	background-color : #eeeeee;
	color : #999999;
	padding:4px;
} 

/*options-titles:: Controls the way the titles on the product options display*/
.options-titles
{
	font-size : 14px;
	font-weight : bold;
	color : #999999;
}


/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title
{
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #cbcaca;
	color : #4f4e4e;
} 


/***********************************/
/*          GENERAL FONTS          */
/***********************************/


/*font1:: Primary Screen Font */ 
.font1
{
	font-size : 11px;
	font-weight : Normal;
	color: #333333;
}
 
/*font2:: Secondary Screen Font */ 
.font2
{
	font-size : 11px;
	font-weight : Normal;
	color: #666666;
}

.orange
{
	color : #f49d3f;
	font-size : 12px;
	font-weight: bold;
	text-decoration:underline;
}

.font3
{
	font-size : 12px;
	font-weight : Normal;
	color: #373737;
}
.font4
{
	font-size : 11px;
	font-weight : Normal;
	color: #333333;
}

/*icon:: Controls the way the menu icons display*/ 
.icon
{
	font-size : 10px;
	font-weight : normal;
	color: #ffffff;
}

/*store-name:: Store Name*/		 
.store-name
{
	font-family : Georgia, Times New Roman;
	font-size : 35px;
	color : #ae3369;
	text-decoration : none;
}

/*store-slogan:: Store Slogan*/		 
.store-slogan
{
	font-size : 14px;
	font-weight:bold;
	color : #ffffff;
	padding-top:28px;
}	 	 

/*menu-text:: Controls the way the menu (mailing list) text look*/ 
.menu-text
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #393939;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.item
{
	font-size : 11px;
	font-weight : Normal;
	color : #585C5F;
	text-decoration: none;
}

/*price-info:: controls the way the prices display on the product page*/ 
.price-info
{
	font-size : 11px;
	font-weight : Normal;
	color: #;
}

/*price:: Controls the way the product's prices display*/ 
.price
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #535353;
}

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text
{
	font-size : 9px;
	font-weight : Normal;
	color: #373737;
	line-height : 18px;

}


/*steps:: Controls the way the steps on the checkout pages display*/
.steps
{
	font-size : 16px;
	font-weight : bold;
	color : #333333;
}

/*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on
{
	font-size : 16px;
	font-weight : bold;
	color : #CC0000;
}

/*error:: Controls the error messages*/ 
.error
{
	font-size : 10px;
	font-weight : bold;
	color : #e10e04;
	text-decoration: none;
}


/***********************************/
/*      FORM FIELDS & BUTTONS      */
/***********************************/


/*btn:: Controls the buttons*/ 
.btn
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: url(../images/BG_btn.gif);
	font-weight: bold;
	font-size: 11px;    
	color: #ffffff;
	cursor: pointer;
	margin:1px;
} 

/*btn_over:: Controls the buttons*/ 
.btn_over
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: url(../images/BG_btn1.gif);
	font-weight: bold;
	font-size: 11px;    
	color: #ffffff;
	cursor: pointer;
	margin:1px;
} 	

 /*btn2:: Controls the buttons*/
.btn2
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 12px;    
	color: #535353;
	cursor: pointer;
} 	
	
/*txtBoxStyle:: Controls the text boxes*/  	
.txtBoxStyle
{
	border-top: 1px solid #b3b4b5;
	border-bottom: 1px solid #b3b4b5;
	border-left: 1px solid #b3b4b5;
	border-right: 1px solid #b3b4b5;
	background-color: #f5f4f2;
	font-weight: normal;
	font-size: 11px;    
	color: #38393a;
} 
	
/*txtareaStyle:: Controls the text areas*/ 	
.txtareaStyle
{
	border-top: 1px solid #C7D5E0;
	border-bottom: 1px solid #C7D5E0;
	border-left: 1px solid #C7D5E0;
	border-right: 1px solid #C7D5E0;
	background-color: #FBFBFB;
	font-weight: normal;;
	font-size: 11px;    
	color: #343333;
	height : 80px;
	width: 250px;
}


/***********************************/
/*              LINKS              */
/***********************************/


/*A:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A
{
	color : #CC0000;
	text-decoration: none;	
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover
{
	color : #000000;
	text-decoration: underline;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited
{
	color : #CC0000;
	text-decoration: none;
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover
{
	color : #000000;
	text-decoration: underline;
} 

.link2:link {
	color: #ffffff;
	text-decoration: none;

}
.link2:visited,  {
	text-decoration: none;
	color: #ffffff;
	
}

.link2:visited:hover {
	text-decoration: underline;
	color: #ffffff;

}
.link2:hover {
	text-decoration: none;
	color: #ffffff;
	text-decoration: underline;

}
.link2:active {
	text-decoration: none;
	color: #ffffff;
	
}


.white{
color: #ffffff;
}

.small {
	font-size : 10px;}
	
	.mid {
	font-size : 14px;}
