
/*//////////////////////////////////////////////////////////////////////////////////// page setup ///////////*/
/*//////////////////////////////////////////////////////////////////////////////////// cp edit styles ///////////*/
html,body,h1,h2,h3,h4,h5,p,ul,li,div,img,form,label,input,textarea,select {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;
	border:0;
}
body {
	width:100%;
	height:100%;
	
	background-color:#000000;
}
h1 {
	font-family: verdana,Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#580F8B;
	font-weight:normal;
	font-style:normal;
}
h2,h3,h4,h5 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#484F7B;
	font-weight:normal;
	font-style:normal;
}
a:link,a:visited,a:hover,a:active{
	font-family: inherit;
	font-size:inherit;
	font-weight:inherit;
	font-style:inherit;
	margin:0;
	padding:0;
	border:0;
}
a:link.plink, a:visited.plink, a:hover.plink, span.plink {
	text-decoration:none;
	display:block;
	float:left;
	margin-right:5px;
}
a:hover.plink {
	text-decoration:underline;
}

a:link.plinkchosen, a:visited.plinkchosen, a:hover.plinkchosen, span.plinkchosen {
	font-weight:bold;
	text-decoration:underline;
}
a.button,input.button{
	display:block;
	float:left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	background-color:#e3e3e3;
	width:auto;
	text-decoration:none;
	margin:0;
	border:1px solid #580F8B;
	cursor:pointer;
}
input,textarea,select {
	margin:0;
	padding:1px;
	color:#666666;
	border:1px solid #580F8B;
}
input[type="radio"],input[type="checkbox"],input[type="image"] {
	border:0;
}
input.button {
	height:24px;
	padding:0 1px 3px 1px;
}
a.button {
	height:20px;
	padding:2px 6px 0 6px;
}
.clear {
	clear:both;
	width:0;
	height:0;
}
ul {
	list-style-position:inside;
}
hr.dashedhr {
	border:0;
	height:0;
	border-bottom:1px #580F8B dashed;
	background-color:#ffffff;
}
#page_overlay {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
}
#page {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:900px;
	height:auto;
	margin:0 auto;
	padding:10px 0;
	z-index:10;
}
img#pagebg {
	position:fixed;
	z-index:0;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#banner_div, #breadcrumb_div, #nav_div, #gallery_thumb_holder, #h1_floater, #ghtml_div, #gallery_chooser, #footer_div, #footer_style_div {
	position:relative;
	top:0;
	left:0;
	z-index:0;
}
#banner_div{
	-webkit-border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;

}

#nav_div {
	z-index:1000 !important;
}
#h1_floater {
	z-index:1;
}
#gallery_chooser {
	z-index:500 !important;
}
/*//////////////////////////////////////////////////////////////////////////////////// photo box styles ///////////*/

#photoholder {
	position:absolute;
	z-index:3997;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
}
#photo_namer {
	font-family: verdana,Verdana, Arial, Helvetica, sans-serif;
	position:fixed;
	z-index:9001;
	display:block;
	width:100%;
	height:60px;
	bottom:0px;
	left:0px;
	padding-bottom:5px;
	color:#dddddd;
	font-size:40px;
}
#photo_namer_shadow {
	font-family: verdana,Verdana, Arial, Helvetica, sans-serif;
	position:fixed;
	z-index:9000;
	display:block;
	width:100%;
	height:60px;
	bottom:-1px;
	left:1px;
	padding-bottom:5px;
	color:#000000;
	font-size:40px;
}
#track {
	float:left;
	margin-top:75px;
	height:295px;
	width:20px;
	background:url(library/zoom_scale.png) no-repeat top left;
	cursor:n-resize;
}
#handle {
	position:relative;
	z-index:9001;
	width:20px;
	height:14px;
	background:url(library/zoom_pointer.png) no-repeat top left;
	cursor:n-resize;
}
#prevnext {
	position:fixed;
	z-index:9005;
	display:block;
	width:90px;
	height:40px;
	bottom:10px;
	right:10px;
}
#image_buttons_holder {
	position:fixed;
	top:0px;
	right:0px;
	display:block;
	width:120px;
	height:75px;
	background:url(library/buttons_bg.png) repeat-y;
	overflow:hidden;
	z-index:9000;
}
#edit_image_buttons_holder {
	position:fixed;
	top:0px;
	right:150px;
	display:block;
	width:100px;
	height:75px;
	padding-left:20px;
	background:url(library/buttons_bg.png) repeat-y;
	overflow:hidden;
	z-index:9000;
	text-align:left;
}
#edit_image_buttons_holder a:link, #edit_image_buttons_holder a:visited, #edit_image_buttons_holder a:hover {
	color:#ffffff;
	text-decoration:none;
	padding-left:10px;
}
#luxi_menu_holder {
	position:fixed;
	top:10px;
	left:70px;
}
#buy_menu_holder {
	position:fixed;
	top:10px;
	right:270px;
}
#cmnts_menu_holder {
	position:fixed;
	top:180px;
	right:270px;
}
#shrng_menu_holder {
	position:fixed;
	top:230px;
	right:300px;
}
#luxi_menu, #buy_menu, #photo_view_menu, #cmnts_menu, #shrng_menu {
	position:absolute;
	z-index:9001;
	display:block;
	top:0px;
	left:0px;
	height:0px;
	width:0px;
	overflow:hidden;
	background-color:#000000;
	font-size:10px;
	font-weight:bold;
	text-align:left;
}
#luxi_menu_button {
	position:fixed;
	top:10px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
/*
#luxi_buy_button {
	position:fixed;
	top:10px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
#luxi_info_button {
	position:fixed;
	top:70px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
#luxi_comment_button {
	position:fixed;
	top:130px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
#luxi_share_button {
	position:fixed;
	top:190px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
#luxi_exit_button {
	position:fixed;
	top:10px;
	right:10px;
	z-index:9000;
	cursor:pointer;
}
*/
#luxi_report_button {
	position:fixed;
	bottom:10px;
	left:10px;
	z-index:9000;
	cursor:pointer;
}
/*//////////////////////////////////////////////////////////////////////////////////// loader styles ///////////*/
#loaderholder {
	display:none;
	position:fixed;
	right:0;
	bottom:0;
	width:100px;
	height:100px;
	z-index:9000;
}
#loaderholderholder {
	display:block;
	width:30px;
	height:30px;
	padding:70px 0 0 70px;
}
/*//////////////////////////////////////////////////////////////////////////////////// msg box styles ///////////*/
#msgholder {
	position:fixed;
	z-index:9000;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#msgholder2 {
	position:absolute;
	z-index:9001;
	display:block;
	width:100%;
	height:100%;
	background-color:#000000;
	filter: alpha(opacity=70);
	opacity: .7;
	top:0;
	left:0;
}
.msg {
	position:absolute;
	z-index:9002;
	display:block;
	width:100%;
	height:100%;
}
.msg p {
	display:block;
	width:400px;
	margin:100px auto 0 auto;
	border:1px solid #330000;
	background-color:#cc0000;
	padding:10px 5px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.msg input#msgok {
	padding:2px 20px;
	cursor:pointer;
}
.msg a:link, .msg a:visited, .msg a:hover {
	padding:2px 20px;
	background-color:#F0F0F0;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// useful box styles ///////////*/
#useholder, #useholderiframe {
	position:absolute;
	z-index:4997;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#useholder4 {
	position:fixed;
	z-index:5000;
	display:block;
	width:460px;
	border:1px solid #580F8B;
	background-color:#000000;
	top:5%;
	left:50%;
	margin-left:-230px;
	cursor:auto;
	height:80%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#useholderiframe4 {
	position:fixed;
	z-index:5000;
	display:block;
	width:690px;
	border:1px solid #580F8B;
	background-color:#000000;
	top:5%;
	left:50%;
	margin-left:-345px;
	cursor:auto;
	height:80%;
}
#useholder5 {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:460px;
	background-color:#000000;
	cursor:auto;
	height:100%;
	overflow:auto;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
}
#use {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:400px;
	background-color:#000000;
	color:#580F8B;
	padding:20px;
	cursor:auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#useiframe {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:690px;
	background-color:#000000;
	cursor:auto;
	height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
#nav {
	margin-top:0px;
	position:relative;
	top:0;
	left:0;
	display:block;
	width:900px;
	height:26px;
	background:url(library/navgrad.png) repeat-x top #000000;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	
	z-index:1000;
    margin-bottom:5px;
}
#nav_div span.edit_tab {
	z-index:1001 !important;
}
#nav ul {
	position:absolute;
	z-index:7000;
	display:none;
	top:26px;
	left:0;
	padding-top:10px;
	background-color:#000000;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	
}
#nav ul li ul {
	position:absolute;
	z-index:7000;
	display:none;
	top:0px;
	left:120px;
	padding-left:10px;
	padding-top:0px !important;
	background-color:#000000;
}
#nav li:hover ul,#nav li:hover ul li:hover ul {
	display:block;
}
#nav li:hover ul li ul {
	display:none;
}
#nav li {
	position:relative;
	display:block;
	float:left;
	list-style-type:none;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	
}
#nav li a:link, #nav li a:visited {
	text-decoration:none;
	display:block;
	float:left;
	padding:2px 0px 2px 20px;
	margin:0px 0px;
	width:100px;
	min-height:22px;
	background:url(library/navgrad.png) repeat-x top #000000;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	
	color:#D6333A;
}
#nav li:hover, #nav li a:hover {
	background-color:#000000;
	color:#660099;	
}
.follownav {
	color:#D6333A;
}
#breadcrumb,#breadcrumb a:link,#breadcrumb a:visited,#breadcrumb a:hover {
	text-decoration:none;
	color:#000001;
	margin:5px 0;
}

img {
	color:#000000;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// edit styles ///////////*/
#bulkform div, #bulkform p {
	color:#D6333A !important;
}
#h1_floater {
	float:left;
	display:block;
	width:780px;
}
div.imgldr {
	background:url(library/loader_white.gif) center 80% no-repeat #000000;
	color:#000000;
}
#gallery_thumb_holder {
	float:left;
	padding-right:20px;
}
#gallery_chooser {
	position:relative;
	display:block;
	width:900px;
	margin:10px 0;
	height:30px;
	color:#D6333A;
	background:url(library/navgrad.png) repeat-x top #000000;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	
}
#gallery div.gallery_div,#gallery a:link.gallery_div,#gallery a:visited.gallery_div {
	display:inline-block;
	width:400px;
	height:100px;
	margin:20px;
	text-decoration:none;
	color:#FFFFFF;
}
#gallery div.gallery_div img,#gallery a:link.gallery_div img,#gallery a:visited.gallery_div img {
	float:left;
	margin-right:10px;
}
.vmid {
	vertical-align:middle;
}
#gallery div.gallery_div span.imgdesc,#gallery a:link.gallery_div span.imgdesc,#gallery a:visited.gallery_div span.imgdesc {
	float:left;
	display:block;
	text-decoration:none;
}
#gallery_buyer {
	float:left;
	width:600px;
}
#gallery_basket {
	float:left;
	width:260px;
	padding:10px;
	margin:10px 0 10px 20px;
	background-color:#000000
	color:#D6333A;
}
#gallery_basket h3 {
	font-size:20px;
	color:#D6333A;
}
#gallery_buyer a:link, #gallery_buyer a:visited {
	position:relative;
	display:block;
	float:left;
	width:100px;
	min-height:100px;
	padding:10px;
	margin:10px;
	background:url(library/loader_white.gif) center 80% no-repeat;
	color:#FFFFFF;
	font-size:10px !important;
	text-decoration:none;
	cursor:pointer;
}
#gallery_buyer a:hover {
	background-color:#000000;
}
#gallery div.image_div,#gallery a:link.image_div,#gallery a:visited.image_div {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:100px;
	height:120px;
	margin:20px 18px 0px 0px;
	padding: 5px;
	background:url(library/loader_white.gif) center 80% no-repeat;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

#gallery div.image_div_l,#gallery a:link.image_div_l,#gallery a:visited.image_div_l, #photoholder div.image_div_l,#photoholder a:link.image_div_l,#photoholder a:visited.image_div_l {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:270px;
	height:290px;
	margin:20px 18px 0px 0px;
	padding: 5px;
	background:url(library/loader_white.gif) center 80% no-repeat;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
#gallery div.image_div_e,#gallery a:link.image_div_e,#gallery a:visited.image_div_e {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:190px;
	height:210px;
	margin:20px 18px 0px 0px;
	padding: 5px;
	background:url(library/loader_white.gif) center 80% no-repeat;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
#gallery div.image_div span.imgdesc,#gallery a:link.image_div span.imgdesc,#gallery a:visited.image_div span.imgdesc {
	position:absolute;
	top:100px;
	left:0px;
	display:block;
	height:0px;
	width:100px;
	overflow:auto;
	background-color:#000000;
}
#gallery div.image_div span.imgmenu, #list li span.imgmenu, #ghtml_menu, #gallery_menu, #h1_menu, #footer_menu {
	position:absolute;
	z-index:3001;
	top:1px;
	left:0px;
	display:block;
	height:0px;
	width:88px;
	overflow:hidden;
	background-color:#000000;
	font-size:10px;
	font-weight:bold;
	text-align:left !important;
}
#share_hidebuy a:link, #share_hidebuy a:visited {
	text-decoration:none;
	color:#D6333A
}
#list li span.imgsort {
}
#list li span.sortdiv {
	position:relative;
	left:0;
	top:0;
	display:block;
	width:490px;
	height:50px;
	background-color:#000000;
	cursor:move;
	padding:5px;
	margin-bottom:5px;
}
#luxiloaderButton {
	margin:0 auto;
}
#gallery_menu {
	top:30px;
}
#gallery {
	display:block;
}
#gallery div.image_div span.imgdrag {
	position:absolute;
	z-index:3001;
	top:1px;
	left:100px;
	display:block;
	height:20px;
	width:0px;
	background:url(library/dragger.png) no-repeat;
	cursor:move;
}
#gallery div.image_div span.imgrl {
	position:absolute;
	z-index:3001;
	top:31px;
	left:100px;
	display:block;
	height:20px;
	width:0px;
	background:url(library/rotate_left.png) no-repeat;
	cursor:pointer;
}
#gallery div.image_div span.imgrr {
	position:absolute;
	z-index:3001;
	top:61px;
	left:100px;
	display:block;
	height:20px;
	width:0px;
	background:url(library/rotate_right.png) no-repeat;
	cursor:pointer;
}
#gallery div.image_div span.imgactive, #gallery div.image_div span.imgactiveoff {
	position:absolute;
	z-index:3001;
	top:1px;
	left:0px;
	display:block;
	height:20px;
	width:0px;
}
#gallery div.image_div span.imgactive {
	background:url(library/active.png) no-repeat;
}
#gallery div.image_div span.imgactiveoff {
	background:url(library/active2.png) no-repeat;
}
#gallery div.image_div span.imghome, #gallery div.image_div span.imghomeoff {
	position:absolute;
	z-index:3001;
	top:31px;
	left:0px;
	display:block;
	height:20px;
	width:0px;
}
#gallery div.image_div span.imghome {
	background:url(library/home.png) no-repeat;
}
#gallery div.image_div span.imghomeoff {
	background:url(library/home2.png) no-repeat;
}
#gallery div.image_div span.imgport, #gallery div.image_div span.imgportoff {
	position:absolute;
	z-index:3001;
	top:61px;
	left:0px;
	display:block;
	height:20px;
	width:0px;
}
#gallery div.image_div span.imgport {
	background:url(library/portfolio.png) no-repeat;
}
#gallery div.image_div span.imgportoff {
	background:url(library/portfolio2.png) no-repeat;
}
#gallery_view_options {
	position:absolute;
	z-index:3001;
	top:0px;
	left:10px;
	padding:5px;
	text-decoration:none;
	color:#D6333A;
}
#gallery_view_reorder {
	position:absolute;
	z-index:3001;
	top:0px;
	right:100px;
	padding:5px;
	text-decoration:none;
	color:#D6333A;
}
#gallery_view_chooser {
	position:absolute;
	z-index:3001;
	top:0px;
	right:0px;
	padding:5px;
	text-decoration:none;
	color:#D6333A;
}
#gallery_buy_chooser {
	position:absolute;
	z-index:3001;
	top:0px;
	right:200px;
	padding:5px;
	text-decoration:none;
	color:#D6333A;
}
#liveviews {
	height:150px;
	overflow-x:hidden;
	overflow-y:auto;
}
span.ioptions {
	position:absolute;
	bottom:25px;
	left:50%;
	padding:0px;
	overflow:hidden;
	text-align:center;
	background:url(library/navgrad.png) repeat-x top;
	/*rounded corners*/
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
span.ioptions a:link, span.ioptions a:visited {
	position:relative;
	top:6px;
	left:0px;
}
#edit_image_link {
	position:absolute;
	z-index:3001;
	top:0px;
	right:100px;
	padding:5px;
	text-decoration:none;
	color:#D6333A;
}
#pro_stats_link {
	position:absolute;
	z-index:3001;
	top:0px;
	right:240px;
	padding:5px;
	text-decoration:none;
	color:#D6333A;
}

#sshow_link {
	position:absolute;
	z-index:3001;
	top:0px;
	right:340px;
	padding:5px;
	text-decoration:none;
	color:#D6333A;
}

#sshow_link_u {
	position:absolute;
    right:300px;
    top:0px;
    padding:5px;
	text-decoration:none;
	color:#D6333A;
    z-index:3001;
}
#view_menu {
	position:absolute;
	z-index:3001;
	top:30px;
	right:0px;
	display:block;
	height:0px;
	width:150px;
	overflow:hidden;
	background-color:#000000;
	font-size:10px;
	font-weight:bold;
}
#reorder_menu {
	position:absolute;
	z-index:3001;
	display:block;
	top:30px;
	right:70px;
	width:150px;
	height:0px;
	overflow:hidden;
	background-color:#000000;
	font-size:10px;
	font-weight:bold;
}
#luxi_menu a:link, #luxi_menu a:visited, #gallery div.image_div span.imgmenu a:link, #gallery div.image_div span.imgmenu a:visited, #list li span.imgmenu a:link, #list li span.imgmenu a:visited, #gallery_menu a:link, #gallery_menu a:visited, #buy_menu a:link, #buy_menu a:visited, #photo_view_menu a:link, #photo_view_menu a:visited, #cmnts_menu a:link, #cmnts_menu a:visited, #shrng_menu a:link, #shrng_menu a:visited, #h1_menu a:link, #h1_menu a:visited, #view_menu a:link, #view_menu a:visited, #reorder_menu a:link, #reorder_menu a:visited, #ghtml_menu a:link, #ghtml_menu a:visited, #footer_menu a:link, #footer_menu a:visited {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#D6333A;	
}
#luxi_menu img, #gallery div.image_div span.imgmenu img, #gallery_menu img, #list li span.imgmenu img, #buy_menu img, #photo_view_menu img, #cmnts_menu img, #shrng_menu img, #h1_menu img, #view_menu img, #reorder_menu img, #ghtml_menu img, #footer_menu img {
	position:relative;
	top:3px;
	opacity:inherit;
}
#h1_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:20px;
	color:#580F8B;
	border-color:#580F8B;
	background-color:#000000;
}
#h1_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:20px;
	color:#580F8B;
	border-color:#580F8B;
	width:100%;
	background-color:#000000;
}
#gallery div.image_drop,#gallery a:link.image_drop,#gallery a:visited.image_drop {
	display:block;
	position:relative;
	width:40px;
	height:120px;
	margin:20px 0;
	background-color:#000000;
	float:left;
}
#gallery div.image_div_hover,#gallery a:link.image_div_hover,#gallery a:visited.image_div_hover {
	background:url('library/parting.png') no-repeat;
}
div.settings_div {
	width:90%;
	background-color:#000000;
	padding:10px 5%;
	margin-top:20px;
	font-size:18px;
	cursor:pointer;
	color:#D6333A;
}
.settings_form {
	width:90%;
	background-color:#000000;
	padding:10px 5%;
	color:#D6333A;
	margin-bottom:30px;
}
div.usesub {
	font-weight:bold;
	margin:20px 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;<!--n_fc-->
	color:#D6333A;
}
div.usesub_sub {
	font-weight:bold;
	margin:20px 0 10px 120px;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc; <!--n_fc-->
	color:#D6333A;
}
#use div.usesub, #use div.usesub_sub {
	color:#580F8B;
	border-bottom:1px solid #580F8B;
}
div.usesub h2,div.usesub h3,div.usesub h4,div.usesub h5,div.usesub p,div.usesub ul li,div.usesub div, div.usesub label, div.usesub_sub h2,div.usesub_sub h3,div.usesub_sub h4,div.usesub_sub h5,div.usesub_sub p,div.usesub_sub ul li,div.usesub_sub div, div.usesub_sub label {
	color:#D6333A;
}
div.finishes {
	border-bottom:1px solid #580F8B;
	width:100%;
}
#cpbar {
	width:100%;
	height:20px;
	background:url(library/cp_bar.jpg) repeat-x;
}
#cpbar a:link,#cpbar a:visited {
	font-size:11px;
	color:#999999;
	padding:2px 20px;
	text-decoration:none;
}
#cpbar a:hover,#cpbar a:link#cpactive,#cpbar a:visited#cpactive {
	background-color:#580F8B;
	color:#FFFFFF;
}
div.edit_div {
	position:relative;
}
span.edit_tab {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width:30px;
	height:30px;
	background:url(library/peel_edit.gif) no-repeat top left;
	cursor:pointer;
	z-index:1000;
}
span.save_tab {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:30px;
	height:30px;
	background:url(library/peel_save.gif) no-repeat top left;
	cursor:pointer;
	z-index:1000;
}
span.close_tab {
	position:absolute;
	display:block;
	top:5px;
	right:25px;
	width:20px;
	height:20px;
	background:url(library/closer.png) no-repeat top left;
	cursor:pointer;
	z-index:9500;
}
span.move_tab {
	position:absolute;
	display:block;
	top:5px;
	right:50px;
	width:20px;
	height:20px;
	background:url(library/dragger.png) no-repeat top left;
	cursor:move;
	z-index:9500;
}
span.close_tab_mini {
	position:absolute;
	display:block;
	top:5px;
	right:-5px;
	width:20px;
	height:20px;
	background:url(library/closer_mini.png) no-repeat top left;
	cursor:pointer;
	z-index:9999;
}
form.use_form label {
	float:left;
	display:block;
	width:150px;
	text-align:right;
}
form.use_form div.inpt {
	float:left;
	display:block;
	width:230px;
	padding-left:20px;
}
form.use_form div.inpt input[type="text"], form.use_form div.inpt input[type="password"], form.use_form div.inpt select, form.use_form div.inpt textarea  {
	width:220px;
}
form.settings_form label {
	float:left;
	display:block;
	width:250px;
	text-align:right;
	color:#D6333A;
}
form.settings_form span {
	color:#D6333A;
}
form.settings_form div.inpt {
	float:left;
	display:block;
	width:540px;
	padding-left:20px;
}
form.use_form div.clear, form.settings_form div.clear {
	margin-bottom:5px;
}
.basket_row {
	diplay:block;
	width:900px;
	margin-top:10px;
	color:#D6333A;
	border-bottom:1px solid #000000;
}
.basket_del {
	display:block;
	float:left;
	width:60px;
	margin:5px 0;
    text-align:center;
	color:#D6333A;
}
.basket_imgno {
	display:block;
	float:left;
	width:210px;
	margin:5px 0;
	color:#D6333A;
}
.basket_imgno_order {
	display:block;
	float:left;
	width:270px;
	margin:5px 0;
	color:#D6333A;
}
.basket_imgname {
	display:block;
	float:left;
	width:130px;
	margin:5px 0;
	color:#D6333A;
}
.basket_type {
	display:block;
	float:left;
	width:100px;
	margin:5px 0;
	color:#D6333A;
}
.basket_size {
	display:block;
	float:left;
	width:100px;
	margin:5px 0;
	color:#D6333A;
}
.basket_finish {
	display:block;
	float:left;
	width:140px;
	margin:5px 0;
	color:#D6333A;
}
.basket_quant {
	display:block;
	float:left;
	width:80px;
	margin:5px 0;
    text-align:center;
	color:#D6333A;
}
.basket_label {
	display:block;
	float:left;
	width:360px;
	margin:5px 0;
    text-align:right;
	color:#D6333A;
}
.basket_price {
	display:block;
	float:left;
	width:80px;
	margin:5px 0;
    text-align:right;
	color:#D6333A;
}
.order_row {
	width:900px;
	margin-bottom:5px;
	color:#D6333A;
}
.order_date {
	float:left;
	width:80px;
	color:#D6333A;
}
.order_no {
	float:left;
	width:80px;
	text-align:center;
	color:#D6333A;
}
.order_cust {
	float:left;
	width:320px;
	color:#D6333A;
}
.order_status {
	float:left;
	width:150px;
	text-align:left;
	color:#D6333A;
}
.order_contains {
	float:left;
	width:100px;
	text-align:center;
	color:#D6333A;
}
.order_value {
	float:left;
	width:60px;
	text-align:right;
	color:#D6333A;
}
#checkout_form label {
	display:block;
	float:left;
	width:100px;
	height:30px;
	color:#D6333A;
}

#checkout_form input{
	border:1px solid #ccc;
}
#ghtml_div {
	position:relative;
	display:block;
	width:900px;
	min-height:30px;
}
#ghtml {
	display:block;
	width:800px;
	margin-top:10px;
	padding:0px 50px 10px 50px;
}
#ghtml #ghml_text {
	margin-bottom:10px;
	text-align:center;
}
#ghtml #ghml_text, #ghtml #ghml_text a:link, #ghtml #ghml_text a:visited {
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
}
#flash_image_slideshow {
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-200px;
	width:400px;
	height:400px;
}
#footer_div {
	position:relative;
	display:block;
	width:900px;
	min-height:30px;
}
#footer {
	display:block;
	width:800px;
	margin-top:10px;
	padding:0px 50px 10px 50px;
	border-top:1px solid #000000;
}
#footer #footer_dynamic, #footer p#footer_fixed {
	margin-top:10px;
	text-align:center;
}
#footer_fixed, #footer_fixed a:link, #footer_fixed a:visited, #footer_dynamic, #footer_dynamic a:link, #footer_dynamic a:visited {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// b&w colour override //////*/
h2,h3,h4,h5,p,li,div,label, #ghtml, #ghml #ghml_text, #ghtml #ghml_text, #ghtml #ghml_text a:link, #ghtml #ghml_text a:visited, a:link.plink, a:visited.plink, a:hover.plink, #gallerystyle p {
	color:#ffffff;
}

/*//////////////////////////////////////////////////////////////////////////////////// lightbox styles //////*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(library/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(library/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*//////////////////////////////////////////////////////////////////////////////////// slider styles ///////////
	Carpe Slider
	By Tom Hermansson Snickars                 
	2005-12-17 version 1.5
	Copyright CARPE Design                     
	carpe.ambiprospect.com
*/
*.carpe_horizontal_slider_display_combo {
	clear: left;
	margin: 0;
}
*.carpe_vertical_slider_display_combo {
	float: left;
	margin: 0;
}
*.carpe_horizontal_slider_track {
	background-color: #bbb;
	color: #333;
	width: 120px;
	float: left;
	margin: 0;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 4px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_vertical_slider_track {
	background-color: #bbb;
	color: #333;
	padding: 3px 6px 15px 6px;
	width: 24px;
	height: 100px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_horizontal_slider_track *.carpe_slider_slit {
	background-color: #333;
	color: #ccc;
	width: 110px;
	height: 2px;
	margin: 4px 4px 2px 4px;
	line-height: 0px;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
*.carpe_vertical_slider_track *.carpe_slider_slit {
	background-color: #000;
	color: #333;
	width: 2px;
	height: 100px;
	position: absolute;
	margin: 4px 10px 4px 10px;
	padding: 4px 0 1px 0;
	line-height: 0px;
	font-size: 0;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
}
*.carpe_horizontal_slider_track *.carpe_slider {
	width: 16px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.carpe_vertical_slider_track *.carpe_slider {
	width: 20px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.carpe_slider_display_holder {
	background-color: #bbb;
	color: #333;
	width: 34px;
	margin: 0;
	float: left;
	padding: 0 2px 0 0;
	height: 20px;
	text-align: right;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
.carpe_slider_display {
	background-color: #bbb;
	color: #333;
	padding: 3px 1px 0 0;
	width: 30px;
	text-align: right;
	font-size: 11px;
	line-height: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	cursor: default;
}
/*//////////////////////////////////////////////////////////////////////////////////// uploader //////*/
table.AjaxUploaderQueueTable tr td {
	color:#666666;
}
.error p{
	color:#ff0000;
}

/*//////////////////////////////////////////////////////////////////////////////////// Slideshow //////*/
.controlsimg{
	display:inline-block;
    margin-top:15px;
    margin-bottom:15px;
}

a{
	outline:none;
}
a img{
	border:none;
}

#titletext{
	font-family: verdana,Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
}

/*///////////////////////////////////////////////////////////////////////////////////// IE Rounded Corners /////*/
.rounded{
	behavior: url(/includes/ie-css3.htc);
	*zoom: 1;
	*position:relative;
}

.roundtl{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.roundtr{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.roundbr{
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.roundbl{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.info{
	margin-bottom:30px;
	min-height:20px;
	padding:10px;
	webkit-border-radius: 10px;
	text-align:center;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #222222;
	color: #D6333A;
	border:1px solid;
	

}

/*///////////////////////help btn ///*/
	div#searchbtn{
		width:50px;
		height:50px;
		background:url(library/luxihelp.png) no-repeat bottom center;	
		position:fixed;
		bottom:19px;
		left: 10px;
		z-index:9998;
	}
	
	div#underbtn{
		z-index:9997;
		height:200px;	
		padding:0px;
		position:fixed;
		bottom:20px;
		left: 0px;
		width:0px;
		overflow:hidden;
		
	}
	
	div#slidediv{
		overflow:hidden;
		width:250px;
		height:20px;
		position:absolute;
		background:#fff;
		padding:5px;
		bottom:0px;
		z-index:2;
		border:1px solid #ccc;
		left:30px;
		-webkit-border-radius:8px 8px 8px 8px;
-moz-border-radius:8px 8px 8px 8px;
border-radius:8px 8px 8px 8px;

	}
	
	div.fandiv{
		height:19px;
		width:90px;
		background:#fff;
		position:absolute;
		-moz-transform-origin:bottom left;
		-webkit-transform-origin:bottom left;
		transform-origin:bottom left;
		-o-transform-origin:bottom left;
		left:50px;
		bottom:0px;
		padding:5px;
		padding-left:60px;
		-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;

	}
	
	div.fandiv:hover{
		background: #fff !important;
		border: 1px solid #ccc;
	}
	div.fandiv:hover a{
		color: #333 !important;
	}
	
	a.fanlink, a.fanlink:visited{
		font-family:Tahoma, Geneva, sans-serif;
		letter-spacing:1px;
		
		position:absolute;
		right:10px;
		color: #fff;
		text-decoration:none;
	}
	
	input.slidesearchbox{
		height:20px;
		padding:0px;
		margin:0px;	
		border:1px solid #ddd;
		border-top: 1px solid #ccc;
		color:#999;
		position:absolute;
		width:190px;
		right:30px;
		background:-webkit-gradient(
						linear,
						left top,
						left 5,
						color-stop(0, #eee),
						color-stop(1, #fff)
					);
		background: -moz-linear-gradient(
						center top,
						#eee 0%,
						#fff 50%
					);

	}
	

	a#search{
		position:absolute;
		right:10px;	
	}
	
/*///////////////////////Help Overlay///////////////////*/

	.hdiv{
		background: #ffffff;	
		overflow: hidden;
		border:1px solid #333;
		-webkit-border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;

	}
	
	.hbtn{
		
		text-decoration:none !important;	
		background: url("library/luxihelp_small.png") no-repeat top left !important;
		padding:0px !important;
		border: none !important;
		width: 30px;
		height:30px;
		z-index:9999 !important;
	}
	
	.hbtn:hover{
	
	}