body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../graphics/top_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;
}

/* shadow container */
#shadow_container {
	width: 1000px;
	background-image:url(../graphics/shadow.png);
	background-repeat: repeat-y;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-bottom: 20px;
	
}

#main_container {
	border: 1px #666 solid;
	width: 960px;
	margin: 0 auto;

}

#header_start {
	background-image:url(../graphics/cellunlocker.jpg);
	width: 960px;
	height: 110px;
	margin: 0 auto;
}

#slideshow {
	margin: 0 auto;
	width: 960px;
	height: 230px;
}

#header_end {
	width:960px;
	margin: 0 auto;
	background-image:url(../graphics/headerbot-fill.jpg);
	height: 30px;
}

#content {
	width: 960px;
	background: #fff;
	overflow: auto;
	padding-bottom: 20px;
}

#top_content {
	width:960px;
	
}

#left_content {
	width: 210px;
	background: #fff;
	float: left;
	
}

#sidebar {
	margin-top: 10px;
	margin-bottom: 20px;
}

#sidebar_head {
	width: 210px;
	height: 60px;
}

#sidebar_content {
	width: 210px;
	background-repeat: repeat-y;
	background-image:url(../graphics/sidebar_content.jpg);
	padding-left: 20px;
	padding-top: 10px;
	overflow: auto;
}

#sidebar_wrapper {
	width: 170px;
	padding: 0px;
	margin: 0px;
}

#sidebar_bottom {
	width: 210px;
	width: 20px;
	background-image:url(../graphics/sidebar_bottom.jpg);
	background-repeat: no-repeat;
	padding:0px;
	margin: 0px;
}

#right_content {
	padding: 10px;
	width: auto;

}


#method_list {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#method_list li a {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	width: 154px;
	height: 15px;
	padding: 4px;
	padding-left: 10px;
	text-decoration: none;
	background: url(../graphics/menu_sliderbg.jpg);
	background-repeat: no-repeat;
	background-position: -168px 0;
	color: #333;
	border: 1px solid #ccc;


}

#method_list li a:hover {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	width: 154px;
	height: 15px;
	padding: 4px;
	padding-left: 10px;
	text-decoration: none;
	background-position: 0px 0;
	color: #fff;
	font-weight: bold;
	border: 1px solid #ccc;
}

#main_content {
	float: left;
	width: 500px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;


}

#main_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #333;
}

#main_content h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003;
}

#main_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}


#rightside_content {
	width: 220px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	padding-left: 10px;
/*	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ccc;
	*/
	margin-right: 10px;
}

#rightside_content h3 {
	width: 200px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}



#footer {
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;	
	padding: 10px;
	background-color: #fff;
	
}

#top_menu {
	width: 960px;
	height: 28px;
	background-color: #333;
	padding: 0px;
	margin: 0px;
	height: 28px;

}

#main_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#main_menu li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	
	color:  #fff;
	text-decoration: none;
	display: block;
	float: right;
	/*border-left: 1px solid #000; */
	background: url(../graphics/mainmenu-slider.jpg);
	background-position: 0 -10px;
	background-repeat: no-repeat;
}

#main_menu li a:hover {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	
	text-decoration: none;
	display: block;
	float: right;
}

#order_box {
	text-align:left;
	border: 1px solid #ccc;
	width: auto;
	padding: 15px;
	background-color: #fcfcfc;
	margin-top: 20px;
}

#order_box label {
	width: 190px;
	text-align: right;
	margin-right: 5px;
	display: inline-block;
	padding: 3px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333;	
	
}

#order_box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #036;
	font-weight: bold;
	margin-top: 0px;
}

#button_box {
	
	background-color: #fefefe;
	width: auto;
	margin: 15px;
	text-align: center;
	padding: 10px;
}

#search_status {
	width: 90%;
	text-align: center;
	margin: 30px;
	background-color: #fff;
	height: 100%;
	overflow: auto;
	
}

#matching {
	width: auto;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

#device_info {
	width: auto;
	
	margin-top: 20px;
	margin-bottom: 20px;
}

#order_box hr {
	border: 0px;
	height: 2px;
	width: 100%;
	background-color: #333;
	
}

#checkout_button {
	width: auto;
	text-align: center;
	padding: 20px;
	
}

#completebox {
	border: 1px solid #ccc;	
	padding: 10px;
	background-color: #fff;
	
}

#categories ul {
	margin: 0px;
	padding-left: 0px;
}


#categories li {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 6px;

	
}

#categories li a {
	text-decoration:none;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

#categories li a:hover {
	text-decoration:none;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

#testimonial_box {
	border: 1px #ccc solid;
	background-color: #fefefe;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}

#blog_body {

	border-bottom-color: #333;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#testimonial_form label {
	width: 80px;
	margin-right: 10px;
	display: inline-block;
	font-weight: bold;
	
}

#testimonial_form h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;	
	
}

#reply_box {
	border: 1px #666 dotted;
	background-color: #c0b6b9;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	margin-left: 50px;
	margin-top: 20px;
	
}

#reply_box h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;

}

#step_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left:1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	background-color: #c0b6b9;
	width: 50px;
}

#step_content {
	border-top: 1px solid #ccc;
	border-left:1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #f9f9f9;
	
}

#full_space {
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;	
}

#full_space legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #333;
}

#tracking_notes {
	width: 430px;
	border: 1px solid #ccc;
	padding: 10px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
}

#tracking_form {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #f9f9f9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;	
	float:left;
	width: 400px; 
}

#Get_Order {
	border: 1px solid #ccc;
	margin: auto;
	margin-top: 30px;
	background-color: #f9f9f9;
	padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
	width: 500px;
	
	
}

#Get_Order h3 {
	color: #033;
}

#Get_Order a {
	text-decoration:none;
	color: #036;
	font-weight: bold;
	
}

#step {
	border-top: 1px solid #ccc;
	border-left:1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #ffffff;	
	
}








/*
	SLIDER
*/
.slider-wrap								{ width: 960px; height: 230px;}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 960px; height: 230px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 960px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.photo-meta-data							{ background: url(../graphics/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }

#o_list {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style: none;
}

#o_list li {
	padding-top: 8px;
	padding-bottm: 8px;
}



.inputbox {
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.smalltxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333;	
}

.fieldrow {
	display: block;
	overflow: hidden;
		padding: 3px 0;
		margin: 3px 0;
	
}

.button {
	padding: 3px;
	height: auto;
	width: auto;
}

.device_label {
	font-weight: bold;
	margin-right: 20px;
	width: 100px;
	display: inline-block;
}

.orderinfo_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #333;
		
}

.confirminfo_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333;
		
}

.price {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	color: #060;
	font-weight: bold;
}

.box_bigfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000;	
}

.the_date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #333;
	font-weight: bold;
}

.thank_you {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #060;
	font-weight: bold;
	
}

.orderinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #036;
	font-weight: bold;
}

.tracking_label {
	font-weight: bold;
	margin-right: 20px;
	width: 150px;
	display: inline-block;
}

.pending {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #960;
	font-weight: bold;
}

.completed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #060;
	font-weight: bold;
}

.code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #033;
	font-weight: bold;
}

.nf {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #900;
	font-weight: bold;
}

.req {
	color: #F00;
}

.refund {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #963;
	font-weight: bold;	
}

/* inputboxes */

input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	border: 1px solid #ccc;
	
}

select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	font-weight: normal;
	border: 1px solid #ccc;	
}

optgroup {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
}

.button {
	border: 0px;
}

textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	border: 1px solid #ccc;	
}

.lookup {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	color: #036;
	
	
}

#happy {
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
	
}

/* JK */
#top_header_help{
	width:290px;
	height:18px;
	margin-top:5px;
	border-color:#000;
	border-width:thin;
	border-style:solid;
	border-bottom-style:none;
	background-image:url(../graphics/popup_top_header.png);
	background-repeat:repeat-x;
	padding:5px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
#bottom_body_help{
	width:280px;
	height:auto;
	border-color:#000;
	border-width:thin;
	border-style:solid;
	line-height:130%;
	background-color:#F5F5F5;
	padding: 10px;
	font-size:11px;
	color:#000;
}

#popup_container{
	position:absolute;
	display:none;
	font-family:Verdana, Geneva, sans-serif;
}


