body, td, th {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin:18px;
	background-color: #919191;
	background-image: url(../images/gradient_light.png);
	background-repeat: repeat-x;
	font-family: Arial;
	text-align: left;
	cursor: default;
}
form {
	display: inline;
	margin:0px;
}
h1 {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	margin-top:0px;
}
h2 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}
h4 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}
p {
	margin:6px;
}

.clearboth {
	clear:both;
}


/* Links */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a.nav:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:active {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.nav2:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.nav2:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.nav2:hover {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.nav2:active {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/***/

/* All pages */

.mainTable {
	padding: 6px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.footerreflect {
	padding: 6px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image:url(../images/footer-bg.png);
	background-repeat:repeat-x;
	height:100px;
	margin-top:1px;
}

.hidden {
	display:none;
	visibility:hidden;
}
.searchFieldPadding {
	padding:5px;
}

/***/

/* Product listings */
.toggleborder img {
	border:1px solid #666666;
}
.toggleborder img:hover {
	border:1px solid #FFFFFF;
}
.info_tab_img_border { 
	border:1px solid #CCCCCC;
}
.productLineup {
	background-image: url(../images/lineupbg.jpg);
	background-color: #000000;
	background-position:right;
	background-position:top;
}

.selectedCategory {
	background-image:url(../images/select.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.productPageSpacing ul {
	margin-top:4px;
}
.category_container_float_index {
	float:left;
	text-align:center;
	margin:6px;
	font-weight:bold;
	width:175px;
	background-image:url(../images/loading-category.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height: 110px;
}
.category_subinfo {
	font-size:10px;
	color:#999999;
}
.category_bgloader {
	background-image:url(../images/loading-category.gif);
	background-position:top center;
}
.category_index_background {
	background-position: top right;
	background-repeat:no-repeat;
	background-image:url(../images/lineupbg.jpg);
	margin-top: 8px;
}
.category_titles_small_index {
	font-size:12px;
	margin-top:2px;
}
.category_titles_small_index:hover {
	font-size:12px;
	margin-top:2px;
}
.category_container_index {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	clear:both;
}
.left_column {
	float:left;
	width:185px;
	height:780px;
	margin-left:6px;
	background-image:url(../images/product_navbg.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-top: 10px;
}
.left_column_padding {
	padding-left:0px;
}
.category_item {
	padding:4px;
	margin-bottom:1px;
	margin-right:2px;
	clear: both;
	text-align: left;
}
.category_item:hover {
	padding:3px;
	margin-bottom:1px;
	margin-right:2px;
	clear: both;
	text-align: left;
	background-image:url(../images/almost-selected.jpg);
	background-repeat:repeat-y;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color:#000000;
}
.selected_category_highlight {
	background-image:url(../images/selected.jpg);
	background-repeat:repeat-y;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color:#000000;
}
.bullet_container {
	float:left;
	margin-right:5px;
	padding-top:4px;
	margin-bottom: 5px;
}
.item_container {
	margin-bottom:6px;
	width:155px;
	margin-left:auto;
	margin-right:auto;
}
.dropdown {
	background-color:#333333;
	color:#FFFFFF;
}

.head_bottom_bg {
	background-image:url(../images/bc_bg.png);
	background-repeat:repeat-x;
	padding-top:10px;
	margin-bottom:10px;
	margin-top: 3px;
}
.search_container {
	float:right;
	margin-top: 10px;
	margin-right: 4px;
}
.organizer_container {
	float:left;
	margin-top:10px;
	margin-right: 10px;
}
.detailed_view_holder {
	margin-left:18px;
	margin-right:18px;
	margin-bottom:18px;
	border-bottom:1px solid #666666;
	font-weight:bold;
	padding-bottom:5px;
	text-align:left;
}
.detailed_view_img {
	float:left;
	margin-right:15px;
}
.detailed_view_loadingbg {
	height:100px;
	width:136px;
	background-image:url(../images/loading-img.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
	float:left;
}
.detailed_view_padding {
	padding-top:0px;
}
.detailed_view_container {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	margin-top:6px;
	margin-bottom:6px;
}
.detailed_view_margin {
	margin-bottom:6px;
}
.detailed_view_title {
	font-weight:normal;
	font-size:16px;
	margin-bottom: 6px;
}
.detailed_view_desc {
	color:#CCCCCC;
}
.thumb_view_container {
	float:left;
	width:30%;
	text-align:center;
	margin:3px;
	border:0px solid #CCCCCC;
	padding:5px;
	margin-bottom:5px;
}
.thumb_view_loading_bg {
	background-image:url(../images/loading-img.gif);
	background-repeat:no-repeat;
	background-position:center 12px;
}
.thumb_view_tag {
	height:12px;
}
.thumb_view_desc {
	padding-top:5px;
}
.search_rownum {
	text-align:left;
	padding-left:15px;
	font-size: 18px;
}
.search_spacer_top {
	border-bottom:1px solid #333;
	margin-bottom:10px;
	padding-bottom:5px;
}
.search_item_container {
	margin-left:35px;
	margin-right:35px;
	margin-bottom:15px;
	border-bottom:1px solid #666666;
	clear:both;
	font-weight:bold;
	text-align:left;
}
.search_image {
	float:left;
	margin-right:20px;
}
.search_img_loadingbg {
	height:100px;
	width:136px;
	background-image:url(../images/loading-img.gif);
}
.search_info_padding {
	padding-top:6px;
}
.search_item_title {
	font-size:16px;
	font-weight:normal;
}
.search_item_description {
	color:#CCCCCC;
}

/***/

/* Home page */
.mainpage_rightcol {
	float:right;
	width:166px;
	border:0px solid #333333;
	margin-top:12px;
}
.mainpage_rightcol_thermal {
	background-image:url(../products/promo/images/thermalvideo2.jpg);
}
.mainpage_rightcol_oem {
	background-image:url(../products/promo/images/oemcameras2.jpg);
}
.mainpage_rightcol_deco {
	background-image:url(../products/promo/images/decocams.jpg);
}
.mainpage_rightcol_wireless {
	background-image:url(../products/promo/images/wireless_azalea.jpg);
}
.mainpage_mainsub_left {
	float:left;
	width:323px;
	height:99px;
	text-align:left;
}
.mainpage_mainsub_right {
	float:left;
	margin-left:5px;
}
.mainpage_mainsub_marginbottom {
	clear:both;
	padding-top:20px;
	margin-bottom:10px;
	border-bottom:1px solid #999999;
}
.mainpage_rightcol_thumb {
	width:166px;
	height:97px;
	background-position:top center;
	background-repeat:no-repeat;
	margin-bottom:10px;
	text-align:left;
}
.mainpage_rightcol_thumb_text {
	padding-top:64px;
	width:156px;
	padding-left:9px;
	cursor:pointer;
}
	/* Shop Online */
	.promo2_BG {
		width:296px;
		height:99px;
		background-image:url(../images/rhpstore.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
		text-align:left;
	}
	.promo2_BG_Title {
		padding-top:7px;
		padding-left:6px;
		font-weight:bold;
		font-size:20px;
		color:#0000FF;
	}
	.promo2_BG_About {
		padding-top:7px;
		padding-left:6px;
		font-weight:bold;
		color:#0000FF;
	}
	.promo2_BG_Bottom {
		padding-top:10px;
		padding-left:34px;
		font-weight:bold;
		font-size:14px;
	}
	.promo2_BG_Bottom a:link {
		text-decoration:none;
		color:#FFFFFF;
	}
	.promo2_BG_Bottom a:hover {
		text-decoration:none;
		color:#FFFFFF;
	}
	.promo2_BG_Bottom a:active {
		text-decoration:none;
		color:#FFFFFF;
	}
	.promo2_BG_Bottom a:visited {
		text-decoration:none;
		color:#FFFFFF;
	}
	/***/

a.nav_index:link {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
a.nav_index:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
a.nav_index:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
	color:#CCCCCC;
}
a.nav_index:active {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
/***/

/* About RHP */

.aboutRHP {
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
}
.aboutRHP_more {
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}

/***/

/* Product page */

.title {
	font-size: 20px;
	font-weight: normal;
	color: white;
}
.productPageSpacing {
	padding:7px;
	color:#E5E5E5;
	font-weight:bold;
}
.productPageSpecs {
	border:1px solid #333333;
	border-collapse:collapse;
}
.productPageSpecs_Left {
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
}
.productPageSpecs_Right {
	color:#E5E5E5;
	font-weight:bold;
}
.productPageSection_Title {
	color:#FFFFFF;
	font-weight:bold;
/*	background-image:url(../images/cell_title_bg2.gif);*/
	background-image:url(../images/bc_bg.png);
	background-repeat:repeat-x;
	font-size:18px;
	font-weight:normal;
	text-align:left;
}
.productPagePhotoColumn {
	border-left:1px solid #666666;
	border-top:0px solid #666666;
	border-bottom:0px solid #666666;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:5px;
}
.searchPadding_Bottom {
	padding:10px;
}
.productPage_HeadTitle_BG {
	background-image:url(../images/bc_bg.png);
	background-repeat:repeat-x;
	margin-bottom:0px;
	margin-top:3px;
}
.productPage_documentText {
	font-weight:bold;
	text-align:left;
}
#banner_holder {
	background-repeat:no-repeat;
	height:205px;
}
#banner_holder #banner_text {
	float:right;
	width:250px;
	padding-right:10px;
	color:#FFFFFF;
}
#product_image {
	height:251px;
	clear:both;
	visibility:hidden;
}
.feed_entry {
	text-align:left;
}
.feed_postTitle {
	font-size:9px;
	background-color:#333333;
	color:#FFFFFF;
	padding:5px;
	background-image:url(http://rock2000.com/images/bc_bg.png);
}
.feed_date {
	padding:2px;
	margin-bottom:5px;
	font-size:9px;
	color:#CCCCCC;
	text-align:right;
	margin-top:-6px;
	font-weight:bold;

}
.feed_description {
	font-size:9px;
	font-weight:bold;
}
.feed_link {
	font-size:9px;
	font-weight:bold;
	margin-bottom:12px;
	padding-left:6px;
}

