 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-size : 11px;
	color : #ffffff;
	font-weight : bold;
	background-color: #a0051b;
	text-decoration : none;
	line-height : 14px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #000000;
}

.products {
	padding-top: 20px;}
	
.products img {
	border: solid 1px #910000;
	 }
.left-img {
	float: left;
	margin-right: 10px;
	border: solid 1px #910000; }

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	color: #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 14pt;
	padding: 10px 0 0;
	 }

.font2-2{
	color: #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 6pt;
	padding: 10px 0 0;
	 }
/*data:: Controls body default fonts and colors */
.data {
	font-weight : normal;
}

 /*page_headers:: Controls the page's titles */
.page_headers {
	color: #fbfb2f;
	font-weight: bold;
	font-size: 16pt;
	background-color: #900000;
	background-image: url(../images/h1-bg.gif);
	background-repeat: repeat-x;
	width: 548px;
	height: 30px;
	margin: 0 0 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: solid 1px black;
	float: none; }
}


/*icon:: Controls the way the menu icons display*/ 
.icon {
	font-size : 11px;
	font-weight : bold;
	color: #a0051b;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices */		
.footer {
	
}	


/*menu-text:: Controls the way the menu (mailing list) text look */ 
.menu-text {
	
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color */ 
.item {
	
	font-weight : Normal;
	
	text-decoration: none;
}

 /*price-info:: controls the way the prices display on the product page*/ 
.price-info {
	font-weight: bold;
}

  /*price:: Controls the way the product's prices display*/ 
.price {
	font-size : 12px;
	color : #d90d0e;
	font-weight: bold;
}

 /*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	color: #fbfb2f;
	font-size: 16pt;
	background-color: #900000;
	background-image: url(../images/h1-bg.gif);
	background-repeat: repeat-x;
	width: 548px;
	height: 30px;
	margin: 0 0 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: solid 1px black; }

 /*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-size : 10px;
	font-weight : bold;
	background-color : #d6d4d5;
	color : #535252;
	
} 
/*alternative:: Controls the form backgrounds and other areas that requred an alternative color */
.alternative {
	background-color : #efefef;
   padding: 2px 4px 2px 4px;
   border: 1px solid #d2d2d3;
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders {
		border : #aaa9a9;
		background-color : #aaa9a9;
 }
 
 /*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon {
    border: solid;
    border-color: #aaa9a9;
	border-width: 1px;
}

 /*steps:: Controls the way the steps on the checkout pages display*/
.steps {
	font-size : 16px;
	font-weight : bold;
	color : #cfd0d1;
	background-color : #ffffff;
}

 /*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on {
	font-size : 16px;
	font-weight : bold;
	color : #a0051b;
	background-color : #ffffff;
}

/*error:: Controls the error messages*/ 
.error {
	font-size : 10px;
	font-weight : bold;
	color : #e10e04;
	text-decoration: none;
}

 /*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
	font-size : 14px;
	font-weight : bold;
	color : #a0051b;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
		border : #aaa9a9;
		background-color : #aaa9a9;
 }

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text {
	font-size : 9px;
	font-weight : Normal;
	color: #ffffff;
	line-height : 18px;
	background-color: #535353;
}

/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-size : 10px;
	font-weight : bold;
	background-color : #cbcaca;
	color : #4f4e4e;
	
} 

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
    background-color : #f9f8f8;
	
} 

/*font1:: Primary Screen Font */ 
.font1 {
	font-size : 11px;
	font-weight : Normal;
	color: #535353;
}
 


/*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-color: #a0051b;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	cursor: pointer;
	} 
	
/*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-color: #000000;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	cursor: pointer;
	} 
	
.add-btn {
    width: 150px;
	height: 100px;
	background: url(http://shop.condomstop.com/assets/images/add-cart.gif) no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	} 
	
/*btn_over:: Controls the buttons*/ 
.add-btn_over {
    width: 150px;
	height: 100px;
	background: url(http://shop.condomstop.com/assets/images/add-cart.gif) no-repeat;
	margin: 0;
	padding: 0;
	border: none;
   	cursor: pointer;
	} 		

 /*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: #a0051b;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	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-family: arial, Helvetica, sans-serif;
    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-family: arial, Helvetica, sans-serif;
    font-weight: normal;;
    font-size: 11px;    
    color: #343333;
	height : 80px;
	width: 250px;
	}
 



body {
	color: #000000;
	font-size: 14pt;
	font-family: "Times New Roman", Georgia, Times, serif;
	background-image: url(../images/page-bg.jpg);
	margin: 0;
	padding: 0; }
h1 {
	color: #fbfb2f;
	font-size: 16pt;
	background-color: #900000;
	background-image: url(../images/h1-bg.gif);
	background-repeat: repeat-x;
	width: 548px;
	height: 30px;
	margin: 0 0 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: solid 1px black; }
h2 {
	color: #900000;
	font-size: 14pt;
	text-align: center; }

h3 {
	color: #900000;
	font-size: 12pt;
	margin-bottom: -10; }

a:link, a:visited {
	font-weight: bold;
	color: #900000;
	text-decoration: underline; }
h1 a:link, h1 a:visited, h1 a:hover {
	color:             #fbfb2f;
	font-size:         1em;
	text-decoration: none; }

a:hover {
	text-decoration: none; }

a:active {
	color: #000;
	text-decoration: underline; }


#main-nav {
	width: 175px;	}
.breadcrumb {
	font-size: 9pt;
	font-variant: small-caps; }

#search-form {
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px; }

#search-form h1 {
	font-size: 15pt;
	width: 150px;
	margin-bottom: 1px; }

#footer {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 175px; }
	
#footer a {
	margin: 0 5px;}
	
#footer p {
	clear: both:}
