.viewitem{
	width: 99.7%;
	float: left;
	padding: 0 0px 9px 0;
	min-width: 200px;
}
.banner{
	width: 99.7%;
	float: left;
	padding: 0 0px 25px 0;
	min-width: 200px;
	background: #ffffff url(images/banner_bg.jpg) repeat-x;
}
.itemthumbnail{
	width: 48%;
	float: left;
	padding: 0 9px 9px 0;
	min-width: 200px;
}
.h33{
	height: 33px;
	vertical-align: text-bottom;
}
.h22{
	height: 22px;
	vertical-align: text-bottom;
}
.h10{
	height: 10px;
}
.boxtitle, .boxtitle a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.boxdl, .boxul{
	width: 10px;
	float: left;
}
.boxur, .boxdr{
	width: 10px;
	float: right;
}
.innerbox{
	padding-left: 9px;
	padding-right: 9px;
}
.toppad{
	padding-top: 9px;
}
.botpad{
	min-height: 109px;
	padding-bottom: 9px;
}
a.boxlink{
	display: block;
	text-decoration: none;
}
.thumbnailimage{
	padding-left: 4px;
}
.price{
 font-weight:bold;
 color: #a90232;
}


/* GREY BOXES */

.bg_grey{
	background-color: #e8e6d4;
}
.borders_grey{
	border-left: solid #e8e6d4 1px;
	border-right: solid #e8e6d4 1px;
}
.utl_grey_small{
	background: url(images/grey_top_small.gif) repeat-x;
}
.ulc_grey_small{
	background: url(images/grey_ul_small.gif) no-repeat;
}
.urc_grey_small{
	background: url(images/grey_ur_small.gif) no-repeat;
}
.utl_grey{
	background: url(images/grey_top.gif) repeat-x;
	line-height: 24px;
}
.ulc_grey{
	background: url(images/grey_ul.gif) no-repeat;
}
.urc_grey{
	background: url(images/grey_ur.gif) no-repeat;
}
.dlc_grey{
	background: url(images/grey_dl.gif) no-repeat;
}
.drc_grey{
	background: url(images/grey_dr.gif) no-repeat;
}
.bdl_grey{
	background: url(images/grey_bottom.gif) repeat-x;
}


/* RED BOXES */

.bg_red, .bg_red a{
	color: #ffffff;
	background-color: #aa0233;
}
.borders_red{
	border-left: solid #89032a 1px;
	border-right: solid #89032a 1px;
}
.utl_red{
	background: url(images/red_top.gif) repeat-x;
}
.ulc_red{
	background: url(images/red_ul.gif) no-repeat;
}
.urc_red{
	background: url(images/red_ur.gif) no-repeat;
}
.dlc_red{
	background: url(images/red_dl.gif) no-repeat;
}
.drc_red{
	background: url(images/red_dr.gif) no-repeat;
}
.bdl_red{
	background: url(images/red_bottom.gif) repeat-x;
}


/* BLUE BOXES */

.bg_blue, .bg_blue a{
	color: #ffffff;
	background-color: #82abbd;
}
.borders_blue{
	border-left: solid #58869b 1px;
	border-right: solid #58869b 1px;
}
.utl_blue{
	background: url(images/blue_top.gif) repeat-x;
}
.ulc_blue{
	background: url(images/blue_ul.gif) no-repeat;
}
.urc_blue{
	background: url(images/blue_ur.gif) no-repeat;
}
.dlc_blue{
	background: url(images/blue_dl.gif) no-repeat;
}
.drc_blue{
	background: url(images/blue_dr.gif) no-repeat;
}
.bdl_blue{
	background: url(images/blue_bottom.gif) repeat-x;
}


/* YELLOW BOXES */

.bg_yellow, .bg_yellow a{
	color: #333333;
	background-color: #F7c45b;
}
.borders_yellow{
	border-left: solid #e9ae36 1px;
	border-right: solid #e9ae36 1px;
}
.utl_yellow{
	background: url(images/yellow_top.gif) repeat-x;
}
.ulc_yellow{
	background: url(images/yellow_ul.gif) no-repeat;
}
.urc_yellow{
	background: url(images/yellow_ur.gif) no-repeat;
}
.dlc_yellow{
	background: url(images/yellow_dl.gif) no-repeat;
}
.drc_yellow{
	background: url(images/yellow_dr.gif) no-repeat;
}
.bdl_yellow{
	background: url(images/yellow_bottom.gif) repeat-x;
}

/* ORANGE BOXES */

.bg_orange, .bg_orange a{
	color: #ffffff;
	background-color: #e98a25;
}
.borders_orange{
	border-left: solid #bb6d1a 1px;
	border-right: solid #bb6d1a 1px;
}
.utl_orange{
	background: url(images/orange_top.gif) repeat-x;
}
.ulc_orange{
	background: url(images/orange_ul.gif) no-repeat;
}
.urc_orange{
	background: url(images/orange_ur.gif) no-repeat;
}
.dlc_orange{
	background: url(images/orange_dl.gif) no-repeat;
}
.drc_orange{
	background: url(images/orange_dr.gif) no-repeat;
}
.bdl_orange{
	background: url(images/orange_bottom.gif) repeat-x;
}


/* GREEN BOXES */

.bg_green, .bg_green a{
	color: #ffffff;
	background-color: #669933;
}
.borders_green{
	border-left: solid #456e1c 1px;
	border-right: solid #456e1c 1px;
}
.utl_green{
	background: url(images/green_top.gif) repeat-x;
}
.ulc_green{
	background: url(images/green_ul.gif) no-repeat;
}
.urc_green{
	background: url(images/green_ur.gif) no-repeat;
}
.dlc_green{
	background: url(images/green_dl.gif) no-repeat;
}
.drc_green{
	background: url(images/green_dr.gif) no-repeat;
}
.bdl_green{
	background: url(images/green_bottom.gif) repeat-x;
}


/* PURPLE BOXES */

.bg_purple, .bg_purple a{
	color: #ffffff;
	background-color: #9b5eaC;
}
.borders_purple{
	border-left: solid #853f95 1px;
	border-right: solid #853f95 1px;
}
.utl_purple{
	background: url(images/purple_top.gif) repeat-x;
}
.ulc_purple{
	background: url(images/purple_ul.gif) no-repeat;
}
.urc_purple{
	background: url(images/purple_ur.gif) no-repeat;
}
.dlc_purple{
	background: url(images/purple_dl.gif) no-repeat;
}
.drc_purple{
	background: url(images/purple_dr.gif) no-repeat;
}
.bdl_purple{
	background: url(images/purple_bottom.gif) repeat-x;
}


/* DARK GREY BOXES */

.bg_darkgrey, .bg_darkgrey a{
	color: #ffffff;
	background-color: #424242;
}
.borders_darkgrey{
	border-left: solid #333333 1px;
	border-right: solid #333333 1px;
}
.utl_darkgrey{
	background: url(images/darkgrey_top.gif) repeat-x;
}
.ulc_darkgrey{
	background: url(images/darkgrey_ul.gif) no-repeat;
}
.urc_darkgrey{
	background: url(images/darkgrey_ur.gif) no-repeat;
}
.dlc_darkgrey{
	background: url(images/darkgrey_dl.gif) no-repeat;
}
.drc_darkgrey{
	background: url(images/darkgrey_dr.gif) no-repeat;
}
.bdl_darkgrey{
	background: url(images/darkgrey_bottom.gif) repeat-x;
}


/* BLACK BOXES */

.bg_black, .bg_black a{
	color: #ffffff;
	background-color: #000000;
}
.borders_black bg_black{
	border-left: solid #4b4b4b 1px;
	border-right: solid #4b4b4b 1px;
}
.utl_black{
	background: url(images/black_top.gif) repeat-x;
}
.ulc_black{
	background: url(images/black_ul.gif) no-repeat;
}
.urc_black{
	background: url(images/black_ur.gif) no-repeat;
}
.dlc_black{
	background: url(images/black_dl.gif) no-repeat;
}
.drc_black{
	background: url(images/black_dr.gif) no-repeat;
}
.bdl_black{
	background: url(images/black_bottom.gif) repeat-x;
}