/* @override http://www.caravanbeads.net/cartgenie/cartgenie.css */

/* controls hyperlinks in page body */

a:link {
	font-family: Trebuchet MS;
	color: #CC0000;
	font-size: 12px;
	text-decoration: NONE
}

a:visited {
	font-family: Trebuchet MS;
	color: #CC0000;
	font-size: 12px;
	text-decoration: NONE
}

a:active {
	font-family: Trebuchet MS;
	color: #CC0000;
	font-size: 12px;
	text-decoration: NONE
}

a:hover {
	font-family: Trebuchet MS;
	color: #333333;
	font-size: 12px;
	text-decoration: UNDERLINE
}

body {
	font-family: Trebuchet MS;
	color: black;
	font-size: 12px
}

/* controls various borders */

.cg_border {
	border: none;
	border-right: none;
}

/* controls labels in left navigation bar and various other labels */

.cg_label {
	font: bold 12px Trebuchet;
	color: #000000; /*#333399;*/
	background-color: #FFECA7;
	padding-left: 6px; /*testing*/
}

/* controls labels in pop up windows and checkout pages */

.cg_header {
	border: 3px double #E6E6E6;
	font: bold 12px Trebuchet;
	color: #000000;
	font-size: 11px;
	background-color: #d4d9f7
}

/* controls various text in page body */

.cg_text {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 12px;
}

.cg_text1 {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 12px;
}

.cg_text2 {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 15px;
	background-color: #FFFFFF;
	font-weight: bold
}

.cg_text3 {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF
}

.cg_text4 {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	/*border-top: 1px solid #000000;*/  /*border was messing up the item descriptions on the class pages*/
}

/* controls store background color */

.cg_storeBackGroundColor {
	/*border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;*/
	border: none;
	background-color: #FFFFFF;
}

/* controls page background color outside of the store*/

.cg_pageBackGroundColor {
	background-color: #ffffff;
	color: #000;
}

/* controls top navigation bar background and text */

.cg_navbarTop {
	border-top: none;
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 13px;
	background-color: #ffffcb;
	padding-bottom: 5px;
	padding-top: 2px;
	border-bottom: 1px solid #000000;
}

/* controls side navigation bar background and text */

.cg_navbarSide {
	font-family: Trebuchet MS;
	color: #000000;
	/*font-size: 12px;*/
	background-color: #FFECA7; 
	padding-left: 3px;
	line-height: 1.5em;
}

/* controls background and text for various boxes */

.cg_boxes {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	
}

/* controls top navigation bar hyperlinks */

.cg_navbarTop a:link {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 13px;
	text-decoration: NONE;
	/*background-color: #FFE394;*/
	padding: 3px 3px 2px;
	margin-right: 1px;
	background-image: url(images/link_bg.gif);	 

}

.cg_navbarTop a:visited {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 13px;
	text-decoration: NONE;
	background-color: #FFE394;
	padding: 3px 3px 2px;
	margin-right: 1px;
	background-image: url(images/link_bg.gif);	 
}

.cg_navbarTop a:active {
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 13px;
	text-decoration: NONE;
	background-color: #FFE394;
	padding: 3px 3px 2px;
	margin-right: 1px;
	background-image: url(images/link_bg.gif);	 
}

.cg_navbarTop a:hover {
	font-family: Trebuchet MS;
	font-size: 13px;
	background:#ffac25;
	color: black;
	padding: 3px 3px 2px;
	margin-right: 1px;

}

/* controls side navigation bar hyperlinks */

.cg_navbarSideText {
	font-family: Trebuchet MS;
	color: #000000;
	/*font-size: 12px;*/
	background-color: #FFECA7;
	padding-left: 3px;
}

.cg_navbarSideText a:link {
	font-family: Trebuchet MS;
	color: #333333;
	/*font-size: 12px;*/
	text-decoration: NONE;
	padding-left:3px;
}

.cg_navbarSideText a:visited {
	font-family: Trebuchet MS;
	color: #333333;
	/*font-size: 12px;*/
	text-decoration: NONE;
	padding-left:3px;
}

.cg_navbarSideText a:active {
	font-family: Trebuchet MS;
	color: #333333;
	/*font-size: 12px;*/
	text-decoration: NONE;
	padding-left:3px;
	}

.cg_navbarSideText a:hover {
	font-family: Trebuchet MS;
	color: #333333;
	/*font-size: 12px;*/
	text-decoration: UNDERLINE;
	padding-left:3px;
}

/* controls hyperlinks for various boxes */

.cg_boxes a:link {
	font-family: Trebuchet MS;
	color: #CC0000;
	font-size: 12px;
	text-decoration: NONE
}

.cg_boxes a:visited {
	font-family: Trebuchet MS;
	color: #CC0000;
	font-size: 12px;
	text-decoration: NONE
}

.cg_boxes a:active {
	font-family: Trebuchet MS;
	color: #CC0000;
	font-size: 12px;
	text-decoration: NONE
}

.cg_boxes a:hover {
	font-family: Trebuchet MS;
	color: #333333;
	font-size: 12px;
	text-decoration: UNDERLINE
}

/* controls background and text for Place Order Here box */

.cg_PlaceOrder {
	border: 3px double #E6E6E6;
	font-family: Trebuchet MS;
	color: #333333;
	font-size: 13px;
	background-color: #E6E6E6;
}

/* controls hyperlinks for Place Order Here box */

.cg_PlaceOrder a:link {
	font-family: Trebuchet MS;
	color: #CC0000;
	font-size: 12px;
	text-decoration: NONE
}

.cg_PlaceOrder a:visited {
	font-family: Trebuchet MS;
	color: #CC0000;
	font-size: 12px;
	text-decoration: NONE
}

.cg_PlaceOrder a:active {
	font-family: Trebuchet MS;
	color: #CC0000;
	font-size: 12px;
	text-decoration: NONE
}

.cg_PlaceOrder a:hover {
	font-family: Trebuchet MS;
	color: #333333;
	font-size: 12px;
	text-decoration: UNDERLINE
}

/* controls background and text for login status on login page */

.cg_LoggedInTextLogin {
	font-family: Trebuchet MS;
	color: #333333;
	font-size: 20px;
	background-color: #F8CA52
}

/* controls background and text for login status in left navigation bar */

.cg_LoggedInTextNavbar {
	font-family: Trebuchet MS;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	background-color: #F8CA52
}

.cg_LoggedInTextNavbar a:link {
	font-family: Trebuchet MS;
	color: #2A2F5C;
	font-size: 12px;
	text-decoration: UNDERLINE
}

.cg_LoggedInTextNavbar a:visited {
	font-family: Trebuchet MS;
	color: #2A2F5C;
	font-size: 12px;
	text-decoration: UNDERLINE
}

.cg_LoggedInTextNavbar a:active {
	font-family: Trebuchet MS;
	color: #2A2F5C;
	font-size: 12px;
	text-decoration: UNDERLINE
}

.cg_LoggedInTextNavbar a:hover {
	font-family: Trebuchet MS;
	color: #800000;
	font-size: 12px;
	text-decoration: UNDERLINE
}

/* controls product image style */

.cg_productImage {
	border: 0px solid #FFFFFF
}

/* controls price list styles */

@media print {

.noprint {
	display: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

div.pagecontent {
	padding: 0pt;
	margin: 0pt;
	background-color: #ffffff;
}

div.pagemargin {
	margin: 0;
	width: auto !important;
	background-color: #ffffff;
}

#contentWrapper {
	padding: 0pt;
	margin: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-collapse: collapse;
	background-color: #ffffff;
}

.grid {
	page-break-inside: avoid;
}

}

/* ------ CUSTOM STYLE FOR HEADER.ASP ------ */

/*bg color below matches background color of header gif*/

#customHeader {
	width: 100%; 
border: 0px solid #000000; 
background-color: #ffffcb; 
margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#homeText {
	
	}
#homeText p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: justify;
}
		
	
#homeText h4  {
	font-size: 15px;
	color: #b3b3b3;
}

span.bold {
	font-weight: bold;
	color: #000000;
}






