/* 
================================
3DCart Style Sheet 
by Infomart2000 Corp.
www.3dcart.com
================================
*/	
	

/***********************************/
/*          DESIGN ELEMENTS        */
/***********************************/

/*td20:: Controls the  top corners*/		
.td20 {

width: 20px;

} 

/*body:: Controls Page Background Color and any other fonts not defined below*/ 	
body {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
background: #f2ede8;
font-weight: Normal;

}

/*data:: Controls body default fonts and colors*/
.data {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
background: #f2ede8;

}

/*frame:: Controls the  Color of the Store's Frame*/		
.frame {

background-color: #f2ede8;

}

/*frameleft:: Controls the  Color of the Store's left nav*/		
.frameleft {

border-style: solid;
Border-top: none;
border-bottom-width: 0px;
border-right: 1px solid #8bbcd0;
border-left: 1px solid #8bbcd0;
background-color: #f2ede8;

}

/*top:: Controls the  Color of the top Bar*/		
.top {

background: #f2ede8 url(images/blgradient2.jpg) repeat-x;
height: 100px;
width: 33%;
text-align:center;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices*/		
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}	

/*line:: Controls the  Color of the line bellow the top bar*/		
.line {

background: #8cbbd0;
font-size: 14px;
text-align: center;
padding: 2px;
color: #ffffff;

}

A.line
{
	font-family: Arial, Helvetica, sans-serif;
	color: #89508c;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
	
A.line:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #89508c;
	font-size: 14px;
	font-style: normal;
   font-weight: bold;
	text-decoration: underline;
}

A.line:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #89508c;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
	
A.line:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #89508c;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
} 

/*alternative:: Controls the form backgrounds and other areas that require an alternative color*/
.alternative {

background-color: #f2ede8;
padding: 2px 2px 2px 2px;
border: 1px solid #8cbbd0;

}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders {

border: 1px solid #8cbbd0;
background-color: #f2ede8;
border-radius:5px;

}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2
{

	border: 1px dotted #cccccc; 
	border-style: none none dotted;

}

/*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-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #ffffff;
font-weight: bold;
background-color: #8cbbd0;
text-decoration: none;
text-align: center;
line-height: 20px;
border: none;
border-bottom: none;
border-left: none;
border-right: none;
border-top: none;
border-color: #8cbbd0;

}

/*page_headers:: Controls the page's titles*/
.page_headers
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #f2ede8;
	
}

/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #89508c;
	font-weight: bold;

}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #f2ede8;
	color: #89508c;
	border: solid;
	border-bottom-width: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color:;
	padding:3px;
} 

/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #f2ede8;
color: #89508c;
padding: 4px;

} 

/*options-titles:: Controls the way the titles on the product options display*/
.options-titles {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
border: 1px dotted #cccccc;
border-style: none none dotted;

}


/*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          */
/***********************************/


p {
		margin:4px 0;
		line-height:normal;
                color:#000000;
                text-align:center;
	}
li {
		margin:4px 0;
		line-height:normal;
                color:#000000;
                text-align:left;
	}
	.pheader {
                font-size:15px;
                font-family:bookman old style, georgia, serif;
		font-weight:bold;
		color:#000000;
                text-align:center;
	}
	.pheader2 {
                font-size:16px;
                font-family:arial, helvitica, sans-serif;
		font-weight:bold;
		color:#000000;
                text-align:center;
	}
	.pleft {
                font-size:12px;
                font-family:bookman old style, georgia, serif;
		font-weight:bold;
		color:#000000;
                text-align:left;
	}
	.pleft2 {
                font-size:12px;
                font-family:arial, helvitica, sans-serif;
		line-height:normal;
                color:#000000;
                text-align:left;
	}
	.pright {
                font-size:12px;
                font-family:arial, helvitica, sans-serif;
		line-height:normal;
                color:#000000;
                text-align:right;
	}



/*font1:: Primary Screen Font */ 
.font1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #000000;
}
 
/*font2:: Secondary Screen Font */ 
.font2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Normal;
	color: #bc0000;
}

.font3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #ffffff;
}
.font4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #c32519;
}

/*icon:: Controls the way the menu icons display*/ 
.icon
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #89508c;
}

/*store-name:: Store Name*/		 
.store-name
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #89508c;
	text-decoration: none;
}

/*store-slogan:: Store Slogan*/		 
.store-slogan
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #3a3740;
	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: #2d2c2d;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.item
{
	font-family: Arial, Helvetica, sans-serif;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Normal;
	color: #585C5F;
}

/*price:: Controls the way the product's prices display*/ 
.price
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: Normal;
color: #000000;
line-height: 18px;
background-color: #f2ede8;

}


/*steps:: Controls the way the steps on the checkout pages display*/
.steps {

font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #cccccc;
background-color: #f2ede8;

}

/*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on {

font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #89508c;
background-color: #f2ede8;

}

/*error:: Controls the error messages*/ 
.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	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-color: #8cbbd0;
    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: #57afd6;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	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: #8cbbd0;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;    
    color: #ffffff;
	cursor: pointer;
	} 	
/*txtBoxStyle:: Controls the text boxes*/  	
.txtBoxStyle {

border-top: 1px solid #b3b3b5;
border-bottom: 1px solid #b3b4b5;
border-left: 1px solid #b3b4b5;
border-right: 1px solid #b3b4b5;
background-color: #FBFBFB;
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;

}

/***********************************/
/*              LINKS              */
/***********************************/


/*A:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline
	
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #89508c;
	text-decoration: underline
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #89508c;
	text-decoration: underline
} 

A.menu
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
	
A.menu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
        font-weight: bold;
	text-decoration: underline;
}

A.menu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
	
A.menu:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
} 


/*A.cat:: Controls the way the  Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.cat
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}
	
/*A.cat:hover:: Controls the way the  Links on the left bar look  when a user passes  their mouse over a them*/ 	
A.cat:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #89508c;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:underline;
}

/*A.cat:visited:: Controls the way the  Links on the left bar look after a user has visited that section*/ 
A.cat:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}
	
/*A.cat:visited:hover:: Controls the way the  Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #89508c;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:underline;
}

/*A.cat2:: Controls the way the main cat Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.cat2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}
	
/*A.cat2:hover:: Controls the way the main cat Links on the left bar look  when a user passes  their mouse over a them*/ 	
A.cat2:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #89508c;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration:underline;
}

/*A.cat2:visited:: Controls the way the main cat Links on the left bar look after a user has visited that section*/ 
A.cat2:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}
	
/*A.cat2:visited:hover:: Controls the way the main cat Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.cat2:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #89508c;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration:underline;
} 




