#store {
	width: 740px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0 auto;
}

#store a { 
	color: #2765AB; 
	font-size: 9pt;
}
#store a:link { 
	color: #2765AB; 
}
#store a:visited { 
	color: #2765AB; 
}
#store a:hover { 
	color: #ff5500;
}
#store a img { 
	border-width: 0;
}

#store form {
	margin: 0;
}




/*** Header ***/

#store .storeheader {
	clear: both;
	height: 1%;
	background: #ffffff;
	padding: 0 0px 10px 0px;
}
#store .storename {
	float: left;
	margin: 0;
	padding: 0;
}
#store .storename a {
	text-decoration: none;
}
#store .storename h1 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	text-align: left;
	color: #ff5500;
	margin: 0;
	padding: 0;
}


/*** SearchBox ***/

#store .searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	padding: 5px 5px 5px 5px;
	border: 1px solid #bbb;
	background-color: #aaa;
	clear: right;
}
#store .searchbox label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 5px;
	display: none;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}
#store .searchbox .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #4D79FF;
	border: 1px solid #fff;
	color: #fff;
}
#store .searchbox .input {
	border: 1px solid #4D79FF;
	width: 250px;
	border: 0px solid #fff;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#eeeeee',EndColorStr='#ffffff');
}


/*** Main Container ***/

#store .storecontainer {
	background-color: #ffffff;
	padding: 0px;
	border-top: 5px solid #005DAA;
}



/*** Categories ***/

#store .storecats {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#store .storecats .category {
	padding-bottom: 10px;
}
#store .storecats li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#store .storecats .sep {
	margin: 1px 0px 12px 0px;
}
#store .storecats h4 { 
	margin: 0px;
}
#store .storecats h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
}


#store .storecats ol {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#store .storecats ol li {
	list-style: none;
}





/*** Footer ***/

#store .storefooter {
	background-color: #005DAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 6px 10px 7px 10px;
	text-align: left;
	clear: both;
	height: 1%;	
}


#store .storefooter a {
	color: #A84C00;
	color: #fff;
	font-size: 11px;
}
#store .storefooter .cbengine {
	float: right;
	cursor: pointer;
}
#store .storefooter .cbengine a {
	text-decoration: none;
}
#store .storefooter .cbengine span {
	font-weight: bold;
}

#store .storefooter a.back {
	color: #fff;
	font-size: 13px;
	text-align: left;
	float: left;
	text-decoration: underline !important;
}



/*** Store Product Results ***/


#store .storeItems {
	text-align: left;
	min-height: 300px; 
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0px;
}
* html #store .storeItems {
	height: 300px; 
}


#store .storeItems h2.channelname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}
#store .storeItems h2.channelname a {
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}

#store .storeItems h2.channelname a:hover { 
	color: #ff5500;
}


#store .storeItems #products ol {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#store .storeItems #products ol li {
	list-style: none;
}


#store .storeItems .item {
	font-size: 13px;
	padding: 0 0 10px 0;
}
#store .storeItems .itemtitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#store .storeItems .itemdescription {
	font-size: 12px;
	line-height: 18px;
	color: #A84C00;
	color: #888888;
	padding-left: 10px;

	/* 
	remove next two lines for descriptions on same line 
	*/
	padding-left: 0px;
	display: block;
}


/*** Store Paged Nav ***/

#store .storeItems .nextn {

	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px 10px 10px 0;
}
#store .storeItems .nextn a {
	font-size: 13px;
	font-weight: normal;
	color: #2765AB !important;
	padding: 2px 5px 2px 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	text-decoration: none;
}

#store .storeItems a.currpage {
	color: #ffffff !important;
	background-color: #4D79FF;
	padding-right: 5px;
	border: 1px solid #4D79FF;
}

#store .storeItems .nextn a:link {
	color: #000000;
}
#store .storeItems .nextn a:visited {
	color: #000000;
}
#store .storeItems .nextn a:hover {
	color: #000000;
}

#store .storeItems .total {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 15px 0px;
}
#store .storeItems .total a {
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}







