@charset "utf-8";
h1, h2, strong, i, b, p {
	float: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
	padding: 0;	
}
a { 
	color: #FFFFFF;
}
a:hover {
	color: #FFAE00;
}
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#container {
	height: 591px;
	width: 1070px;
	margin: 0 auto;
	background-image: url(../images/container_bg.png);
	background-repeat: no-repeat;
	position: relative;
}
#header {
	height: 73px;
	width: 1055px;
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
	float: left;
}
#header #logo {
	float: left;
}
#header #navbar {
	text-align: right;
	padding-top: 45px;
	height: 28px;
	float: right;
}

#main {
	height: 448px;
	width: 1040px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 3px solid #FFFFFF;
	overflow: hidden;
	clear: both;
	background-color: #000000;
	position: relative;
}
/* FOOTER */
#footer {
	height: 43px;
	margin-left: 5px;
	color: #757575;
	width: 1066px;
}
#footer .searcharea {
	float: left;
	width: 250px;
	padding: 10px;
}
#footer .searcharea .label {
	margin-top: 3px;
	float: left;
	display:block;
}
#footer .searcharea #searchfield {
	float: left;
	color: #999999;
	background-color: #000000;
	height: 12px;
	width: 140px;
	font-size: 11px;
	border: 1px solid #757575;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
#footer .midarea {
	float: left;
	width: 575px;
	text-align: center;
	font-size: 9px;
	padding-top: 14px;
	padding-left: 10px;
	color: #666666;
	padding-right: 10px;
}
#footer .logoarea {
	float: left;
	width: 180px;
	text-align: right;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#footer .midarea a {
	color: #666666;
}
/* HOMEPAGE */
#main #homebg{
	float: left;
	width: 896px;
	height: 448px;
}
#main #homeanim {
	width: 400px;
	height: 200px;
	position: absolute;
	left: 450px;
	top: 150px;
	z-index: 21;
}
#main #homeanim2 {
	width: 300px;
	height: 300px;
	position: absolute;
	left: 425px;
	top: 213px;
	z-index: 21;
}
#main #homemessage {
	width: 205px;
	height: 35px;
	position: absolute;
	left: 14px;
	top: 385px;
	z-index: 22;
	background-color:#000;
	opacity: 0.7;
	padding: 10px;
}
#main #homemessage a {
	font-size: 12px;
	color:#CCC;
}
#main #homeright {
	float: left;
	width: 212px;
	height: 448px;
	position: absolute;
	left: 830px;
	top: 0px;
	z-index: 20;
}

/* PROD SELECTOR */
#main .slider {
	float: left;
	height: 448px;
	width: 800px;
	text-align: left;
	position: absolute;
}
#main .slider .slider_bg {
	height: 448px;
	overflow:hidden;
	position: relative;
	float: left;
	width: 895px;
	left: 24px;
}
#main .slider .slider_bg img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#main .slider .slider_bt_extra {
	height: 448px;
	width: 260px;
	position: absolute;
	top: 0px;
	z-index: 110;
	left: 0px;
}
#main .slider .slider_bt_extra img {
	height: 448px;
	width: 260px;
}
#main .slider .slider_bt {
	height: 448px;
	width: 50px;
	position: absolute;
	top: 0px;
	z-index: 100;
	left: 0px;
}
/* PROD POPUP*/
#popup_container {
	/* position: absolute; 
	top: 89px; */
	position: relative;
	top: -485px;
	left: 0px;
	z-index: 200;
	width: 820px;
	height: 420px;
	overflow: hidden;
	margin-left: 60px;
}
#popup_container #popup_punch {
	float: right;
}

#popup_container #popup_prodlist {
	width: 85px;
	height: 400px;
	background-image: url(../images/prod_bg_transparent.png);
	background-repeat: repeat;
	overflow:auto;
	margin-right: 5px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#popup_container #popup_catlist {
	width: 125px;
	height: 400px;
	background-image: url(../images/prod_bg_transparent.png);
	background-repeat: repeat;
	overflow:hidden;
	margin-right: 5px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#popup_container #popup_prodlist a,
#popup_container #popup_catlist a {
	display: block;
	margin-bottom: 5px;
	color: #C4C4C4;
	text-decoration: none;
	z-index:1000;
}
#popup_container #popup_prodlist a:hover,
#popup_container #popup_catlist a:hover {
	color: #FFFFFF;
}
#popup_container #popup_prodlist .selected,
#popup_container #popup_catlist .selected {
	color: #FFFFFF;
	background-image: url(../images/prod_tick.png);
	background-position: right;
	background-repeat: no-repeat;
}
#popup_container #popup_details {
	width: 535px;
	height: 400px;
	background-image: url(../images/prod_bg_transparent.png);
	background-repeat: repeat;
	float: left;
	padding: 10px;
/*	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;*/
}

#popup_container #popup_details .popup_column1, #popup_container #popup_details .popup_column1_photo {
	width: 255px;
	float: left;
	/*margin-right: 15px;  */
}

#popup_tabs {
  margin-left: 5px;
}

#popup_tabs #popup_prodname {
	font-size: 22px;
	font-weight: normal;
	color: #f79729;
	height: 30px;
  margin-bottom: 2px;
	margin-left: 5px;
	margin-top: 5px;
	/*width: 180px;
	float: left;     */
}
#popup_tabs #popup_prodname span {
	font-size: 16px;
	font-weight: normal;
}
#popup_nav img {
  border: 1px solid transparent;
}
#popup_nav .active img {
  border: 1px solid #F79729;
}
#popup_nav img:hover {
  border: 1px solid #F79729;
}
#popup_nav #popup_mp {
	float: right;
	height: 18px;
	width: 116px;
	clear: right;
	/*margin-top: 5px;
	margin-right: 5px;*/
}

div.jcarousel-skin-thumb {
  position:absolute;
/*  top:333px;
  right:160px;*/
  right:6px;
  top:0;
}

.popup_column1_photo #popup_photo {
	margin-bottom: 10px;
	clear: both;
}
.popup_column1_photo #popup_photo img {
	border: 1px solid #E5E5E5;
	height: 249px;
	width: 249px;
}
.popup_thumbs {
  position: relative;
}
.popup_column1_photo #popup_thumbs {
	height: 100px;
	width: 255px;
	overflow: hidden;
	clear: both;
	position: relative;
}
.popup_column1_photo #popup_thumbs img {
	height: 45px;
	width: 45px;
	margin-right: 1px;
	border: 1px solid #A4A4A4;
}
.popup_column1_photo #popup_thumbs img:hover {
	border: 1px solid #FFF;
}
.popup_column1_photo #popup_thumbs a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: none;
	color: #000000;
}
.popup_column1_photo #popup_photo li {
  list-style: none;  
  margin: 0;  
  padding: 0;  
}
.popup_column1_photo #popup_photo ul {  
  display: block;  
  float: left;  
  margin: 0;  
  padding: 0;  
  border: none;  
  /*background-color: #fff;*/  
}
.popup_column1_photo .popup_thumbs li {
  list-style: none;  
  margin: 0;  
  padding: 0;  
}
.popup_column1_photo .popup_thumbs ul {  
  display: block;  
  float: left;  
  margin: 0;  
  padding: 0;  
  border: none;  
  /*background-color: #fff;*/  
}
.popup_column1_photo ul li {  
  display: block;  
  float: left;  
  margin: 0;  
  padding: 0;  
  border: none;  
/*  background-color: #fff;*/  
}
.popup_column1_photo .popup_thumbs ul li img {  
  display: block;  
  border:1px solid transparent;
}  
.popup_column1_photo .popup_thumbs ul li img:hover {  
  display: block;  
  border:1px solid #F79729;
}  
.popup_column1_photo .popup_thumbs ul li.active img {  
  display: block;  
  border:1px solid #F79729;
}  
/*****/
.tab_tab p.title {
  font-size: 12px;
  padding: 4px 4px 8px 0;
}

/*****/
#popup_container #popup_details .popup_column2 {
	width: 265px;
	float: left;
	margin-right:10px;
}
#popup_container #popup_details .popup_column {
	width: 535px;
	float: left;
/*	margin-right:15px;*/
}
.popup_column2 #popup_nav img {
	float: left;
}
.popup_column2 #popup_nav {
	float: left;
	height: 30px;
	clear: both;
}
.popup_column2 #popup_content1, .popup_column2 #popup_content3, .popup_column2 #popup_content4 {
	float: left;
	/*margin-top: 10px; */
	height: /*370px*/330px;
	color: #FFFFFF;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 0px;
	/*padding-bottom: 40px;*/
	width: 245px;
}
.popup_column #popup_content {
	float: left;
	height: /*370px*/330px;
	color: #FFFFFF;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 0px;
	width: 515px;
}
.popup_column2 #popup_content1 ul, .popup_column #popup_content ul, .popup_column2 #popup_content3 ul, .popup_column2 #popup_content4 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.popup_column2 #popup_content1 li, .popup_column #popup_content li, .popup_column2 #popup_content3 li, .popup_column2 #popup_content4 li {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px;
}
.popup_column2 #popup_content1 a.downloads, .popup_column #popup_content a.downloads, .popup_column2 #popup_content3 a.downloads, .popup_column2 #popup_content4 a.downloads {
	display: block;
	float: none;
	color: #C4C4C4;
	height: 20px;
	text-decoration:none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.popup_column2 #popup_content1 a.downloads:hover, .popup_column #popup_content a.downloads:hover, .popup_column2 #popup_content3 a.downloads:hover, .popup_column2 #popup_content4 a.downloads:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.popup_column2 #popup_scrollbar1, .popup_column #popup_scrollbar, .popup_column2 #popup_scrollbar3, .popup_column2 #popup_scrollbar4, #popup_scrollbarform {
	float: left;
	width: 10px;
	height: /*380px*/330px;
	margin-left: 3px;
	background-image: url(../images/scroll_bg.png);
	background-repeat: repeat-y;
}
.popup_column2 #popup_scrollhandle1, .popup_column #popup_scrollhandle, .popup_column2 #popup_scrollhandle3, .popup_column2 #popup_scrollhandle4, #popup_scrollhandleform {
	background-image: url(../images/scroll_handle.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 10px;
}
.popup_column2 #popup_content1 table, .popup_column #popup_content table, .popup_column2 #popup_content3 table, .popup_column2 #popup_content4 table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
	width: 100%;
	font-size:11px;
}
.popup_column2 #popup_content1 table td, .popup_column #popup_content table td, .popup_column2 #popup_content3 table td, .popup_column2 #popup_content4 table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom:3px;
	padding-top: 3px;
}
.popup_column2 #popup_content1 .icon_container, .popup_column #popup_content .icon_container, .popup_column2 #popup_content3 .icon_container, .popup_column2 #popup_content4 .icon_container {
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	clear: left;
	width: 55px;
	margin-right: 7px;
}
.popup_column2 #popup_content1 .icon_caption, .popup_column #popup_content .icon_caption, .popup_column2 #popup_content3 .icon_caption, .popup_column2 #popup_content4 .icon_caption {
	float: left;
	clear: right;
	height: 19px;
	padding-top: 5px;
	width: 180px;
}
#popup_contact_us {
  font-size: 12px;
  padding: 4px;
}

#support_contact_form {
	width: 535px;
	height: 400px;
	background-image: url(../images/prod_bg_transparent.png);
	background-repeat: repeat;
	float: left;
	padding: 10px;
/*	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;*/
}


#popup_form_contact, #popup_form_download {
	float: left;
	/*margin-top: 10px; */
	height: /*370px*/320px;
	color: #FFFFFF;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 0px;
	/*padding-bottom: 40px;*/
/*	width: 260px;*/
  width:525px;
}
#popup_form_contact p, #popup_form_download p {
  margin-top: 10px;
  width: 427px;
}
#popup_form_contact p label, #popup_form_download p label {
  display:inline-block;
  margin-right: 15px;
  text-align:right;
  width: 90px;
}
#popup_form_contact p.product input, #popup_form_download p.product input {
  background-color:transparent;
  border:1px solid #8A8A8A;
  color: #ffffff;
  height: /*19px*/13px;
  width: 132px;
}
#popup_form_contact p.name input, #popup_form_download p.name input {
  background-color:transparent;
  border:1px solid #8A8A8A;
  color: #ffffff;
  height: /*19px*/13px;
  width: 318px;
}
#popup_form_contact p.email, #popup_form_contact p.telephone {
  margin-top: 10px;
  width: 217px;
  float: left;
}
#popup_form_contact p.email label, #popup_form_download p.telephone label {
  display:inline-block;
  margin-right: 15px;
  text-align:right;
  width: 90px;
}
#popup_form_contact p.email input {
  background-color:transparent;
  border:1px solid #8A8A8A;
  color: #ffffff;
  height: /*19px*/13px;
  width: 100px;
}
#popup_form_contact p.telephone input {
  background-color:transparent;
  border:1px solid #8A8A8A;
  color: #ffffff;
  height: /*19px*/13px;
  width: 100px;
}
#popup_form_contact p.select select, #popup_form_download p.select select {
  background-color:transparent;
  border:1px solid #8A8A8A;
  color: #ffffff;
  height: 19px;
  width: 318px;
}
#popup_form_contact p.select select option, #popup_form_download p.select select option {
  background-color: #000000;
  color: #ffffff;
}
#popup_form_contact p.textarea textarea, #popup_form_download p.textarea textarea {
  background-color:transparent;
  border:1px solid #8A8A8A;
  color: #ffffff;
  height: 46px;
  width: 318px;
}      
#popup_form_contact p.checkbox input, #popup_form_download p.checkbox input {
  background-color:transparent;
  border:1px solid #8A8A8A;
  color: #ffffff;
}      
#popup_form_contact p.checkbox label, #popup_form_download p.checkbox label {
  display:inline-block;
  margin-right:0;
  text-align:left;
  width:425px;
}
#popup_form_contact p.submit, #popup_form_download p.submit {
  text-align: right;
}
#popup_form_contact p.submit input, #popup_form_download p.submit input {
  background-color: #feffff;
  border:1px solid #feffff;
  color: #000000;
  font-size:13px;
  height: 18px;
  width: 58px;
}
div.tip {
  z-index: 200 !important;
}
div.tip div {
/*  background-image:url("../images/prod_bg_transparent.png");
  background-repeat:repeat;*/
  background-color: #000;
  float:left;
  height:85px;
  margin-right:5px;
  overflow:auto;
  padding:10px 5px 10px 10px;
  width:300px;
}
div.tip img.div_prod {
  border:1px solid #E5E5E5;
  float: left;
}
div.tip p.div_prod {
  float: left;
  margin-left: 10px;
  width:200px;
}
div.tip p.div_prod span.name {
  font-size:22px;
  font-weight:normal;
}
div.tip p.div_prod span.fullname {
  font-size:16px;
  font-weight:normal;
}

 
/* NEWS, CONTACT PAGE */
.news {
	background-image: url(../images/news_stripes.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.contact {
	background-image: url(../images/cont_stripes.jpg);
	background-repeat: no-repeat;
}
.finder {
	background-image: url(../images/finder_stripes.jpg);
	background-repeat: no-repeat;
}
.disclaimer {
	background-image: url(../images/disclaimer_stripes.jpg);
	background-repeat: no-repeat;
}
.support {
	background-image: url(../images/support_stripes.jpg);
	background-repeat: no-repeat;
}
.slr {
	background-image: url(../images/slr_stripes.png);
	background-repeat: no-repeat;
}
#main #list, #main #celebrities_list, #main #press_list {
	float: left;
	width: 270px;
	height: 398px;
	margin: 10px;
  padding: 10px 0 10px 10px;
  width: 270px;
}
#list_content, #celebrities_list_content, #press_list_content {
  width: 255px;
  height:380px;
  overflow:hidden;
  float: left;
}
#list_scrollbar, #celebrities_list_scrollbar, #press_list_scrollbar {
	float: left;
	width: 10px;
	height: 380px;
	margin-left: 3px;
	background-image: url(../images/scroll_bg.png);
	background-repeat: repeat-y;
}
#list_scrollhandle, #celebrities_list_scrollhandle, #press_list_scrollhandle {
	background-image: url(../images/scroll_handle.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 10px;
}
#news_popup_container {
  background-image: url("../images/prod_bg_transparent.png");
  background-repeat: repeat;
  float: left;
  height: 400px;
  left: 34px;
  padding: 10px;
  position: absolute;
  top: 90px;
  width: 870px;
}

#news_content_container {
  margin-top: 20px;
}
#news_content {
  font-size: 12px;
  float: left;
  overflow: hidden;
  height: 333px;
  width: 580px;
}
#news_scrollbar {
	float: left;
	width: 10px;
	height: 333px;
	margin-left: 3px;
	background-image: url(../images/scroll_bg.png);
	background-repeat: repeat-y;
}
#news_scrollhandle {
	background-image: url(../images/scroll_handle.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 10px;
}
#close_news {
  float: right;
}
#close_news a {
  text-decoration: none;
}
#news_header h1 {
  font-size: 12px;
  margin-bottom: 5px;
}
#news_header h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
#list_content div.title, #celebrities_list_content div.title, #press_list_content div.title {
  float: left;
  width: 165px;
  margin-bottom: 15px;
}

#main #details{
	float: left;
	width: 560px;
	height: 398px;
	color: #E9E9E9;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 15px;
	overflow: auto;
}
#contact_col1 {
	float: left;
	width: 230px;
	height: 398px;
	color: #E9E9E9;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 15px;
	overflow: auto;
}
#contact_col1 h1 {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-weight: bold;
}
#contact_col2 {
	float: left;
	width: 230px;
	height: 398px;
	color: #E9E9E9;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 15px;
	overflow: auto;
}
#contact_col2 h1 {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-weight: bold;
}
#main #list a, #main #celebrities_list a, #main #press_list a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	/*margin-bottom: 15px;*/
	display: block;
}
#main #list a:hover, #main #celebrities_list a:hover, #main #press_list a:hover {
	text-decoration: underline;
}

#main #details h1,
#main #list h1, #main #celebrities_list h1, #main #press_list h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
#main #list h2, #main #celebrities_list h2, #main #press_list h2 {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 15px;
}
#main #list .selected, #main #celebrities_list .selected, #main #press_list .selected {
	color: #FFFFFF;
	font-weight: bold;
}

#main #details p, 
#main #details br {
	padding-bottom: 0px;
}
#main #details p.error {
	color: red;
}
#main #details input.error {
	border-color: red;
}
#main #details a, #main .details a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/finder_arrows.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
	background-position: left center;
}

.greytext {
	color: #757575;
}
.lightgreytext {
	color: #999;
}

#details p,
#details br {
	padding-bottom: 5px;
}
#main #details h1.invoice  {
  margin-bottom: 8px !important;
}
#main #details p.invoice {
  margin-bottom: 8px !important;
}

#details p.invoice input {
  background-color:transparent;
  border:1px solid #8A8A8A;
  color:#FFFFFF;
  height:13px;
  width:318px;
}
#details p.invoice input.submit {
background-color:#FEFFFF;
border:1px solid #FEFFFF;
color:#000000;
font-size:13px;
height:18px;
width:58px;
}
#details p.invoice label {
  display:inline-block;
  margin-right:15px;
  text-align:right;
  width:90px;
}

/* SEARCH */
#main #searchresults {
	padding: 20px;
	overflow: auto;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/search_stripes.jpg);
	background-repeat: no-repeat;
	height: 408px;
}
#searchresults a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	background-image: url(../images/searchres_arrows.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	width: 700px;
}
#searchresults a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* SUPPORT PAGE */
#feedbackform {
	margin-left:-5px; 
	margin-top:10px;
	float: left;
}
#feedbackform .formfield,
#feedbackform .formf_ignored {
	border: solid 1px #030;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#feedbackform .highlight {
	background-color: #e97257;
}
#feedbacknotice {
	float: left;
	color: #030;
	border: solid 1px #030;	
	background-color: #e97257;
	padding: 10px;
	margin: 15px 0 0 10px;
	width: 120px;
}

/* DOWNLOAD PAGE */
#downloadform {
	margin-left:-5px; 
	margin-top:10px;
	float: left;
}
#popup_form_download .formfield,
#popup_form_download .formf_ignored {
	border: solid 1px #030;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#popup_form_download .highlight {
/*	background-color: #e97257 !important;*/
  border:1px solid #FF8A8A !important;
}
#downloadnotice {
/*	float: left;
	color: #030;
	border: solid 1px #030;	
	background-color: #e97257;
	padding: 10px;
	margin: 15px 0 0 10px;
	width: 120px;*/
}

/* SLR PAGE */
.slr#main #list {
	width: 130px;
}
.slr#main #list .tiles {
	margin-bottom: 10px;
}
.slr#main #details {
	width: 350px;
	padding-top: 20px;
	margin-right:20px;
}
.slr#main #details a {
	padding-left: 15px;
	font-size: 11px;
	margin-top: 5px;
}
.slr#main #details a:hover {
	color: #c1a060;
}
#slrproduct {
	width: 444px;
	padding: 0;
	padding-top: 75px;
	margin: 0;
	float: left;
}
.slrpopup {
	background-image:url(../images/prod_bg_transparent.png);
	background-repeat:repeat;
	height:380px;
	margin-right:5px;
	overflow:hidden;
	padding:20px;
	width:410px;
	position: absolute;
	left: 578px;
	top: 12px;
	visibility:hidden;
}
.slrpopupclose {
	float: right;
}
.slrpopup h1 {
	padding-top: 30px;
	padding-bottom:10px;
	font-size:18px;
	color:#c1a060;
	font-weight:normal;
}
.slrpopup p a {
	color:#FFF;
}

/* ENLARGEMENT POPUP */
#enlarg_container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1101;
	visibility: hidden;
	opacity: 0.7;
	height: 100%;
	overflow:hidden
}
#enlarg_bg {
	width: 100%; 
	height: 100%; 
	z-index: 1102; 
	background-color: #000;
}
#enlarg_close {
	background-color: #FFF;
	position: relative;
	height: 15px;
	text-align: right;
	width: 100%;
	z-index:1100;
	visibility: hidden;
}
#enlarg_imgcontainer {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	padding: 5px;
	background-color: #FFF;
	position: absolute;
	z-index: 1104;
	visibility: hidden;
	left: 0px;
	top: 20px;
}

.prev_nonactive {
  color: #CC0000 !important;
}

/* admin */
#main #search_result {
	float: left;
	width: 270px;
	height: 398px;
  width: 400px;
}
#search_result h2 {
  margin-bottom: 15px;
  font-size: 16px;
  color: rgb(248, 152, 40);
  font-weight: normal;
}
#search_result_content {
  width: 385px;
  height: 380px;
  overflow: hidden;
  float: left;
}
#search_result_content span a {
  color: #F89828;
}
#search_result_scrollbar {
	float: left;
	width: 10px;
	height: 380px;
	margin-left: 3px;
	background-image: url(../images/scroll_bg.png);
	background-repeat: repeat-y;
}
#search_result_scrollhandle {
	background-image: url(../images/scroll_handle.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 10px;
}

#news_menu_column {
  width: 160px;
  float: left;
}
#news_menu_column h2 {
  margin-bottom: 10px;
  font-size: 14px;
}
#news_menu_column p {
  font-size: 14px;
  margin-bottom: 5px;
}
#news_menu_column p a {
  text-decoration: none;
}
#news_select_column {
  width: 400px;
  float: left;
}
#news_select_column h2 {
  margin-bottom: 15px;
  font-size: 16px;
  color: rgb(248, 152, 40);
  font-weight: normal;
}

#admin_button_back,
#prod_edit_button_back {
  float: left;
  width: 65px;
  height: 18px;
  background: url("../images/button_back.png") repeat scroll 0 0 transparent;
  border: 0px;
  color: transparent;
}
#admin_button_save,
#admin_button_save_new,
#prod_edit_button_save,
#prod_edit_button_save_new {
  float: right;
  width: 65px;
  height: 18px;
  background: url("../images/button_save.png") repeat scroll 0 0 transparent;
  border: 0px;
  color: transparent;
}
#edit_news_title {
  background-color: #1a1b1f;
  color: #ffffff;
  border: 1px solid #FFFFFF;
  width: 250px;
}
#edit_news_date {
  background-color: #1a1b1f;
  color: #ffffff;
  border: 1px solid #FFFFFF;
}
#edit_news_category {
  background-color: #1a1b1f;
  color: #ffffff;
  border: 0px;
}

#news_category,
#news_keyword {
  background-color: #1a1b1f;
  color: #ffffff;
  border: 0px;
}

#admin_login {
  position: absolute;
  left: 150px;
  top: 100px;
  width: 300px;
  text-align: right;
}
#admin_login p {
  margin-bottom: 15px;
}
#admin_login label {
  width: 60px;
  display: inline;
  text-align: right;
  margin-right: 10px;
}
#admin_login input {
  background-color: #1a1b1f;
  color: #ffffff;
  border: 0px;
}

#product_category,
#product_subcategory,
#product_item,
#product_modelnumber {
  background-color: #1a1b1f;
  color: #ffffff;
  border: 0px;
  margin-bottom: 15px;
}



#search_result_content img.div_prod {
  border:1px solid #E5E5E5;
  float: left;
}
#search_result_content p.div_prod {
  float: left;
  margin-left: 10px;
  width:200px;
}
#search_result_content p.div_prod span.name {
  font-size:22px;
  font-weight:normal;
}
#search_result_content p.div_prod span.fullname {
  font-size:16px;
  font-weight:normal;
}


#admin_product_details {
  width: 307px;
  float: left;
}
#admin_product_details h2 {
  margin-bottom: 15px;
  font-size: 16px;
  color: rgb(248, 152, 40);
  font-weight: normal;
}
#admin_product_details p {
  /*padding-left: 20px;*/
  margin-bottom: 10px;
}

#admin_product_details p label {
  display: inline-block;
  margin-right: 15px;
  text-align: right;
  width: 90px;
  float:left;
}

#news_select_column p label {
  display: inline-block;
  margin-right: 15px;
  text-align: right;
  width: 90px;
  float:left;
}

#prod_edit_category,
#prod_edit_subcategory,
#prod_edit_name,
#prod_edit_fullname,
#prod_edit_mpixels,
#prod_edit_warranty {
  background-color: #1a1b1f;
  color: #ffffff;
  border: 0px;
  width: 200px;
}

#admin_product_details_tabs  {
  float:right;
  width:500px;
}

#admin_product_details_tabs_nav img {
  border: 1px solid transparent;
}
#admin_product_details_tabs_nav .active img {
  border: 1px solid #F79729;
}
#admin_product_details_tabs_nav img:hover {
  border: 1px solid #F79729;
}

#admin_product_details_content {
  background-color:#1A1B1F;
  height:350px;
  width:450px;
}
#admin_product_details_content div.tab_tab {
  padding: 10px;
}
#prod_edit_overview,
#prod_edit_techspecs {
  background-color: #1A1B1F;
  /*height: 305px; */
  width: 425px;
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  border: 0px;  
}
#admin_product_tab_support a.downloads {
  text-decoration: none;
}
#admin_product_tab_support a:hover.downloads {
  text-decoration: underline;
}
#file_list {
  height: 280px;
}
#photo_list {
  height: 255px;
}

#photo_list li {
  list-style: none;  
  margin: 0 7px 7px 0;
  padding: 0;
  display: inline-block;  
}
#photo_list ul {  
  display: block;  
  float: left;  
  margin: 0;  
  padding: 0;  
  border: none;  
  /*background-color: #fff;*/  
}

#photo_upload_form,
#file_upload_form {
  position: relative;
}

#file_upload_form input.file,
#photo_upload_form input.file {
  margin-right:7px;
  margin-bottom: 7px;  
  background-color: #000000;
  color: #ffffff;
  border: 0px;
/*  width: 200px;*/
}

#file_upload_form p label,
#photo_upload_form p label {
  display: inline-block;
  margin-right: 15px;
  text-align: right;
  width: 90px;
  float:left;
}


#prod_edit_button_upload_file,
#prod_edit_button_upload_photo {
  margin-left: 207px;
  width: 65px;
  height: 18px;
  background: url("../images/button_upload.png") repeat scroll 0 0 transparent;
  border: 0px;
  color: transparent;
}

#photo_error {
  position: absolute;
  left: 10px;
  top: 50px;
}
#file_error {
  position: absolute;
  left: 10px;
  top: 25px;
}

/* DO NOT REMOVE */
img, div, input { behavior: url("iepngfix.htc") }

