/* Main */
body{
	padding-top: 0px;
	margin: 0 auto;
	width: 884px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #e4e4e4;
	background-repeat: repeat-x;
	border: 4px solid white;
}

 

a{
	font-weight: bold;
	text-decoration: none;
	color: #9D069F;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.button{
	background-image: url(../../images/default/button.png);
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	height: 30px;
	width: 108px;
	color: white;
}
.button_filter{
	background-image: url(../../images/default/button_filter.png);
	background-repeat: no-repeat;
	border: none;
	height: 30px;
	width: 108px;
	color: white;
}
 
#inner_page_wrap{
	width: 100%;
	min-height:380px;
	height:auto !important;
	overflow: auto; background-color: #ffffff;
}

/* Header */
#header_wrap{
	background: url(../../images/default/header.png);
	height: 71px;
}
#header_left{
	float: left;
	width: 50%;
	width: 310px;
	height: 71px;
	background: url(../../images/default/logo.png);
}
#header_right{
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 15px;
	padding-right: 30px;
}
#header_right h1{
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* Submenu */
#submenu{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	height: 23px;
	padding-top: 5px;
	width: 100%;
	background: #660066;
	color: #ffffff;
	text-align: left;
	font-size: 13px;
}
#submenu a{
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	
	text-decoration: underline;
}

/* Page */
#page_wrap{
	width: 100%;
	overflow: auto; height: 100%;background-color: #ffffff;
}
#sidebar_left{
	float: left;
	width: 131px;
	border: 1px solid #ccc;
	background-image: url(../../images/default/sidebar.png);
	background-repeat: repeat-x;
	height: 508px;
}
#content{
	 
	float: left;
	width: 610px;
}
#sidebar_right{
	float: right;
	width: 266px;
	border: 1px solid #ccc;
	background-image: url(../../images/default/sidebar.png);
	background-repeat: repeat-x;
	height: 434px;
	border-bottom: none;
}
#sidebar_right_header{
	height: 24px;
	padding-top: 4px;
	background-color: #cc0000;
	float: right;
	width: 268px;
	color: #ffffff;
	font-size: 15px;
	font-style: italic;
}

#most_wanted{
	border-bottom: 1px solid #ccc;
	height: 24px;
	padding-top: 6px;
}
#most_wanted_last{
	height: 24px;
	padding-top: 6px;
	border-bottom: 1px solid #ccc;
}
#most_wanted a{
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
}
#most_wanted_last a{
	text-decoration: none;
	color: black;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

/* Search box */
#search_header{
	margin-top: 2px;
	 
	padding-top: 2px;
	padding-left: 10px;
	width: 602px;
	height: 26px;
	background-color: #cc0000;
	text-align: left;
	color: #ffffff;
	font-size: 17px;
	font-style: italic;
}

#search_body{
	 
	width: 610px;
	border: 1px solid #ccc;
	background-image: url(../../images/default/search.png);
	background-repeat: repeat-x;
	
}

/* Payment box */
#payment{
	padding-top: 20px;
	 
}
#payment img{
	padding-right: 20px;
	padding-left: 20px;
}

/* Footer menu */
#footer_menu{
	height: 24px;
	width: 884px;
	background: #cc0000;
	color: #ffffff;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	padding-top: 4px;
	border-top: 4px solid white;
}
#footer_menu a{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}


/* Inner tables */
.smallHeader{
	 border: 1px solid white;
	background-color: #a608c2; 
	color: white;
}
.smallHeader1{
	background-color: #B5B3B4; 
	color: #580258;
	height: 20px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.smallContent{
	height: 20px;
	border: 1px solid white;
	background-color: #D9D9D9; 
}
.smallContent1{
	background-color: #F2F2F2; 
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

h1 {
	display: inline;
	font-size: 13px;
	font-weight: bold;
}


#search_header1 {
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:12px;
	height:26px;
	margin-top:2px;
	padding-top:7px;
	width:695px;
}

#search_body1 {
	background-image:url("../../images/default/search.png");
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	font-size: 12px;
	width:693px;
}  
