
@media screen and (-webkit-min-device-pixel-ratio:0) {
     /* put webkit CSS here*/
	input[type="button"] {
		padding:3px;
	}
	
	input[type="submit"] {
		padding:3px;
	}
}

/* @import url(http://fonts.googleapis.com/css?family=Varela+Round&v2); /* has to go at the very top of the CSS */


/* ++++++++++++++++++++++ */
/*    KREBER IL - CSS     */
/*  Created: 07/14/2011   */
/* ++++++++++++++++++++++ */






/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE:WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
body{
  line-height:1;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;
}
/* remember to define visible focus styles!
:focus{
  outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/
/* GO! */










/* ++++++++++++++++++++++ */
/* GENERIC - SITEWIDE CSS */
/* ++++++++++++++++++++++ */

.rotate {

display:block;

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

}

body,html
{
   height:100%;   
}

body {
	font-family: 'Varela Round', sans-serif; 
	font-size:12px; 
	color:#222; 
	margin-top:0px;
	margin-bottom:0px;
	background:#999;
	overflow:hidden;
}

select {
	border:1px solid #b1b1b1;
}

#bkgrd {
        width: 100%;
	height:100%;
        position: absolute;
        top: 0;
        left: 0;
	display:none;
}

#page_container {
	width:970px;
	height:100%;
	margin:0 auto;
	position:relative;	
	background-color:#fff;
	border-left:4px solid #e2e2e2;
	border-right:4px solid #e2e2e2;
	overflow:hidden;
}

a {
	color: #777;
}

.nodec {
	outline:none;
	-moz-outline-style: none;
	text-decoration:none;	
	border:none;
}

.rounded {
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  border-radius:14px;
} 


.rounded_1 {
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
} 

.rounded_3px {
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
} 

.gradient {


	background:url('/assets/img/grad-gray-bkgrd-left.jpg');
	background-position:0px 0px;
}



/* ++++++++++++++++++++++ */
/*        HEADER          */
/* ++++++++++++++++++++++ */

#title {
	position:absolute;
	left:40px;
	top:20px;
	padding:10px;
	font-size:24px;
	border:1px solid #c0c0c0;
	display:none;
}

#logo {
	position:absolute;
	left:40px;
	top:20px;
	padding:0px;
}

#CatalogSelector {
	position:absolute;
	right:60px;
	top:14px;
	padding:0px;
	font-size:11px;
	text-align:center;
}

#headerbg {
	position:absolute;
	top:0px;
	height:116px;
	width:100%;
}

#navbar_wrapper_wrapper {
	position:absolute;
	width:100%;
	top:0px;
	left0px;
}

#navbar_wrapper {
	position:relative;
	width:970px;
	margin:0 auto;
}

#header_navbar {
	position:absolute;
	top:90px;
	left:0px;
	height:25px;
	width:100%;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	z-index:10000;
}



#header_navbar_contents {
	padding-left:40px;
	z-index:10000;
}

#overlay {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000;
	z-index:10001;
	display:none;
}

#userapps_wrapper_wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:none;
	z-index:10002;
	display:none;
	}

#userapps_wrapper {
	position:relative;
	width:490px;
	margin:0 auto;
	margin-top:125px;
	background:none;
	z-index:10002;
	}

#userapps {
	position:absolute;
	top:20px;
	left:18px;
	background:none;
	width:450px;
	height:510px;
	z-index:10003;
}

#userapps_title {
	color:#000;
	margin-top:0px;
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding:20px;
	width:450px;
}

#userapps_content {
	position:absolute;
	left:0px;
	top:50px;
	padding:20px;
	background:none;
	width:410px;
	height:410px;
}


#searchbox {
	position:absolute;
	float:left;
	left:35px;
	top:132px;
	width:121px;
	height:15px;
	margin-right:5px;
	color:#777;
	padding-left:3px;
	padding-right:12px;
	padding-bottom:2px;
	border:1px solid #d8d8d8;
	z-index:9997;
}

#search_arrow {
	position:absolute;
	left:160px;
	top:132px;
	cursor:pointer;
	z-index:9999;
}

#search_arrow_old {
	position:absolute;
	left:174px;
	top:136px;
	height:0px;
	width:0px;
	border-left:6px solid #c0c0c0;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	cursor:pointer;
	z-index:9999;
}

#searching {
	position:absolute;
	left:35px;
	top:132px;
	height:15px;
	margin-right:5px;
	color:#777;
	padding-left:3px;
	padding-right:12px;
	padding-bottom:2px;
	border:1px solid #c0c0c0;
	width:133px;
	z-index:9999;
	display:none;
}

#thumbview {
	position:absolute;
	right:15px;
	top:130px;
	z-index:9999;
	padding:2px;
	background:#FFF;
	border:1px solid #555;
	cursor:pointer;
	display:none;
}

.sortbox {
	cursor:pointer;
	position:absolute;
	top:15px;
	right:70px;
	font-size:11px;
	padding:3px;
	background:#f2f2f2;
	border:1px solid #999;
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none;
}

#search_wrapper
{
	background:#f2f2f2;
	position:absolute;
	top:117px;
	padding-top:20px;
	padding-right:20px;
	padding-left:30px;
	width: 170px;
	height: 84.5%;
	border-right:1px solid #d2d2d2;
	z-index:9996;
	display:none;
}

#scroll-pane
{
	position:absolute;
	top:80px;
	left:30px;
	width: 180px;
	height:67%;
	overflow: auto;
	padding-top:0px;
}

#scroll_hider{
	position:absolute;
	top:75px;
	left:191px;
	width: 24px;
	height: 68%;
	background:none;
}

#searchinfo {
	position:absolute;
	float:left;
	top:37px;
	left:38px;
	line-height:13px;
}

#quick_add {
	position:absolute;
	float:left;
	top:50px;
	left:56px;
	color:#444;
}

#checkbox {
	clear:both;
	position:absolute;
	left:40px;
	float:left;
	top:50px;
	height:8px;
	width:6px;
	padding:2px;
	padding-top:0px;
	text-align:top;
	line-height:10px;
	color:#999;
	border:1px solid #c0c0c0;	
	background:#fff;
	cursor: pointer;
}

.thumbs {

	float:left;
	position:relative;
	width:152px; 
	height:152px; 
	border:4px solid #FFF; 
	text-align:center;
	vertical-align:middle;
	margin-bottom:6px;
	display:none;
}

.thumbsborder {
	border-style:solid;
	border-color:#fff;
	display:none;
}


.thumbinfo {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#c0c0c0;
	font-size:11px;
	color:#fff;
	width:100%;
	padding:0px;
	padding-top:2px;
	padding-bottom:4px;
	overflow:hidden;
}


.thumbimg {
	border:1px solid #c0c0c0; 
}

.newbox_wrapper {
	position:absolute;
	top:8px;
	left:8px;
	background:#f2f2f2;
	font-size:10px;
	border:1px solid #999;
	border-radius:4px;
}

.newbox {
	float:left;
	padding:2px;
	padding-right:4px;
}

.daysago {
	float:left;
	padding:2px;
	padding-left:4px;
}


#filetypes_div {
	position:absolute;
	top:140px;
	left:250px;
	width:50px;
	height:362px;
	border:1px solid #333;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	border-right:1px solid #c0c0c0;
	background-color:#e1e1e1;
	padding:0px;
	font-size:9px;
	text-align:center;

	border-radius:2ex 0 0 2ex;
	-moz-border-radius:2ex 0 0 2ex;
  	-webkit-border-top-left-radius:2ex;
	-webkit-border-bottom-left-radius:2ex;
	display:none;
 	
}

.ftbox {
	position:relative;
	width:28px;
	padding:4px;
	background:#000;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	font-size:12px;
	margin:0 auto;
	margin-top:10px;
	z-index:999;
	cursor:pointer;
	display:none;
}

.ftboxclone {
	position:relative;
	width:28px;
	padding:4px;
	background:#000;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	font-size:12px;
	margin:0 auto;
	margin-top:10px;
	z-index:999;
	cursor:pointer;
	display:none;
}

.grayout {
	filter:alpha(opacity=40); /* IE */
	opacity: 0.4; /* Safari, Opera */
	-moz-opacity:0.40; /* FireFox */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.xout {
	position:absolute;
	right:0px;
	top:0px;
	width:11px;
	height:11px;
	padding:0px;
	margin:0px;
	font-size:9px;
	color:#FFF;
	background:red;
	text-align:center;
	display:none;
	z-index:1001;

}

#lainner {
	width:145px;
	margin:0 auto;
}

#lastaction {
	position:absolute;
	top:300px;
	left:400px;
	width:145px;
	padding:4px;
	background:#e6e6e6;
	border:1px solid #fff;
	text-align:center;
	display:none;
}

#asset_title {
	position:absolute;
	top:145px;
	left:270px;
	font-size:20px;
	font-weight:600;	
}


#splash {
	position:absolute;
	top:115px;
	left:0px;
	width:970px;
	height:100%;
}

#preview {
	position:absolute;
	top:140px;
	left:301px;
	width:350px;
	height:350px;
	border:1px solid #777;

	padding:6px;
	background:#FFF;
	text-align:center;
	vertical-align:middle;

	border-radius:0 2ex 2ex 0;
	-moz-border-radius:0 2ex 2ex 0;
  	-webkit-border-top-right-radius:2ex;
	-webkit-border-bottom-right-radius:2ex;

	display:none;
}

#preview_glow {
	position:absolute;
	top:136px;
	left:245px;
	width:399px;
	height:348px;
	border:6px solid #e8e8e8;
	padding:6px;
	background:#FFF;
	text-align:middle;
	vertical-align:middle;

	border-radius:2ex;
	-moz-border-radius:2ex;
  	-webkit-border-radius:2ex;
	display:none;
}

#player {
	position:absolute;
	display:none;
	top:142px;
	left:303px;
	width:340px;
	height:340px;
	z-index:9999;
}

#assetinfo {
	position:absolute;
	top:140px;
	left:685px;
	width:240px;
	//overflow:hidden;
	display:none;
}

#assetinfo td {
	padding:2px;
	vertical-align:top;
}

.itemspecs{
	width:110%;
	height:96px;
	padding-right:8px;
	overflow:auto;
	font-size:12px;
}

#altimg {
	position:absolute;
	top:556px;
	left:238px;
	height:128px;
	width:700px;
	overflow-y:auto;
}

#altimg_title {
	position:absolute;
	top:540px;
	left:244px;
	height:110px;
	width:620px;
	overflow-y:auto;
}

.altimg_container {
	position:relative;
	float:left;
}

.altimg {
	margin-right:8px;
	height:100px;
	width:100px;
	padding:2px;
	margin-top:12px;
	margin-bottom:6px;
	border:1px solid #c0c0c0;
	border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	cursor:pointer;
}

#tooltip {
	position:absolute;
	float:left;
	top:168px;
	left:307px;
	display:none;
	}

.tooltip_content {
	position:relative;
	float:left;
	width:220px;
	padding:6px;
	border:1px solid #000;
	background:#e8e8e8;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	}
	
.leftarrow {
	position:relative;
	left:-8px;
	height:0px;
	width:0px;
	border-right:8px solid #000;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
}

.rightarrow {
	position:absolute;
	right:-8px;
	height:0px;
	width:0px;
	border-left:8px solid #000;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
}

.toparrow {
	position:relative;
	top:-8px;
	margin:0 auto;
	height:0px;
	width:0px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #000;
}

.toprightarrow {
	position:relative;
	top:-8px;
	left:206px;
	height:0px;
	width:0px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #000;
}

.topleftarrow {
	position:relative;
	top:-8px;
	left:12px;
	height:0px;
	width:0px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #000;
}

.bottomarrow {
	clear:both;
	position:relative;
	bottom:0px;
	margin:0 auto;
	height:0px;
	width:0px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid #000;
}

.bottomrightarrow {
	clear:both;
	position:relative;
	bottom:0px;
	left:206px;
	height:0px;
	width:0px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid #000;
}

.bottomleftarrow {
	clear:both;
	position:relative;
	bottom:0px;
	left:14px;
	height:0px;
	width:0px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid #000;
}

#hr {

	position:absolute;
	top:600px;
	width:980px;
	z-index:9999;
}



#cart {
	position:fixed;
	z-index:9999;
	margin-left:-9px;
	bottom:-280px;
	width:990px;
	height:400px;
	padding-top:3px;
	//background-color:#fff;
	background-image:url(/images/cart_bkgrd.png);
	background-repeat:no-repeat;
	//border-top:2px solid #e2e2e2;
	display:minimized;

}

#cart_header select {
	float:left;
	font-size:12px;
	padding:3px;
}

#cart_header {

}

.cart_buttons {
	float:right;
	margin-top:3px;
	margin-left:10px;
	margin-right:15px;
}

#cart_buttons {
	float:left;
	position:absolute;
	top:-42px;
	right:10px;
	height:24px;
	width:722px;
	padding:8px;
	padding-right:10px;
	padding-left:2px;
	text-align:center;
	border:2px solid #c0c0c0;
	background:#FFF;
	z-index:10002;
	display:none;
}

#poweredby {
	position:fixed;
	bottom:-2px;
	margin-left:59px;
	background:#FFF;
	z-index:11000;
}
	

#buildingcart {
	position:absolute;
	top:-82px;
	left:230px;
	width:200px;
	height:56px;
	border:3px solid #c0c0c0;
	padding:8px;
	background:#FFF;
	text-align:center;
	font-size:10px;
	z-index:10002;
	display:none;
}

#bcstatus{
	clear:both;
	margin-top:6px;
	margin-bottom:3px;
}
#bc2{
	clear:both;
	margin-top:6px;
	margin-bottom:3px;
}

#bcstatusbar{
	clear:both;
	float:left;
	height:6px;
	width:0px;
	background:#d6d6d6;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:6px;
}

#hidefunctions {
	position:absolute;
	right:6px;
	top:4px;
	float:right;
	height:13px;
	width:13px;
	font-size:10px;
	background:#b4b4b4;
	color:#FFF;
	margin-left:0px;
	cursor:pointer;
	text-align:center;
}

#ectxt {
	/* prevent text highlight */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit browsers */
	margin-top:-1px;
	margin-left:6px;
	cursor:pointer;

}

.cartdownarrow {
	position:relative;
	float:left;
	top:2px;
	height:0px;
	width:0px;
	border-top:6px solid #000;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}

.cartuparrow {
	position:relative;
	float:left;
	top:2px;
	height:0px;
	width:0px;
	border-bottom:6px solid #000;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}

#quick_newcart_wrapper {
	position:absolute;
	left:241px;
	top:4px;
	background:#FFF;
	height:22px;
	width:490px;
	padding-top:16px;
	display:none;
}

#quick_newcart {
	position:absolute;
	top:0px;
	left:0px;
	width:360px;
	padding:6px;
	background:#f2f2f2;
	border:1px solid #777;
}

#quick_newcart_input {
	float:left;
	margin-top:4px;
	width:160px;
}

#nocarts {
	text-align:center;
	padding:40px;
	display:none;
}

#sharecart {
	padding:40px;
	padding-top:20px;
	display:none;
}

#sharecart textarea {
	font-family:arial;
	padding:10px;
	font-size:11px;
	color:#777;
	width:298px;
}

#sendcart {
	padding:40px;
	padding-top:20px;
	display:none;
}

#sendcart textarea {
	font-family:arial;
	padding:10px;
	font-size:11px;
	color:#777;
	width:298px;
}

.notifications {
	padding:15px;
	font-size:11px;
	color:#000;
	background:#e2e2e2;
	border:1px solid #999;
	display: inline-block;
	width:288px;
}

#no_mobile {
	position:absolute;
	top:-8px;
	left:-20px;
	width:120px;
	padding:3px;
	background:#FFF;
	font-size:10px;
	display:none;	
}

#shadowbox {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:none;
	z-index:10002;
	display:none;
	}
	
#shadowbox_wrapper {
	position:relative;
	width:380px;
	margin:0 auto;
	z-index:10002;
	background:none;
}
	
#shadowbox_content {
	display:table;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	margin-top:170px;
	margin-bottom:10px;
	background:#FFF;
	border:8px solid #999;
	z-index:10003;
}

#minline {
	position:relative;
	margin:0 auto;
	top:2px;
	border-top:1px solid #000;
}

#minarrow {
	position:absolute;
	top:1px;
	left:0px;
	height:0px;
	width:0px;
	border-top:5px solid #000;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
}


#cartrowtitlebar {
	clear:both;
	float:left;
	margin-top:8px;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	padding-bottom:3px;
	padding-top:3px;	
	width:98%;
}

.cartrowtitle {
	float:left;
	width:13%;
	text-align:center;
	background:#000;
	color:#fff;
	padding:1px;
	margin-right:8px;
	border:0px solid #fff;
}

#cartcontents {
	float:left;
	width:98%;
	height:290px;
	overflow:auto;
	margin-bottom:6px;
	border-bottom:1px solid #c0c0c0;
}

.cartrow {
	clear:both;	
	position:relative;
	float:left;
	border-bottom:1px dotted #c0c0c0;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:middle;
	background:none;
	z-index:900;
}

.cartrow:hover {
	background:#e7e7e7;
}

.cartrow form {
	display:inline;
}

.cartrow input {
	display:inline;
	height:15px;
	width:60px;
	border:none;
	background:none;
	font-size:11px;
	text-align:center;
}

.cartrow .linkrow {
	float:left;
	width:14px;
	text-align:left;
}

.cartrow .linkbox {
	float:left;
	margin-left:-18px;
	height:13px;
}

.cartrow .AssetName {
	/* prevent text highlight */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit browsers */
	text-align:left;
	width:80px;
}


.cartrow select {
	padding:none;
	margin:0px;
	font-size:11px;
	width:50px;
}

.cartrow .Resolution {
	width:96px;
}

.cartrow .Colorspace {
	width:60px;
}

.cartrow div {
	float:left;
	margin-right:15px;
	padding:1px;
	width:12%;
	text-align:center;
}

.cartrow .FSize {
	margin-left:-14px;
}

.cartrow .Width {
	margin-left:-38px;
}

.cartrow_actions {
	position:absolute;
	top:0px;
	right:-10px;
	border:1px solid #c0c0c0;
	background:#FFF;
	margin-top:1px;
	padding-left:2px !important;
	padding-right:0px !important;
	padding-top:2px !important;
	padding-bottom:2px !important;
	float:left;
	width:82px !important;
	text-align:center;
}

.cartrow_actions img {
	margin-right:2px;
}

#cartpreview {
	border:1px solid #000;
	background:#fff;
	text-align:center;
	padding:4px;
}

.smallinput{
	width:30px;
}


#highlight {
	position:absolute;
	top:67px;
	left:240px;
	height:23px;
	width:706px;
	background:#e2e2e2;
	display:none;
	z-index:800;
}

#cart_summary {
	float:left;
	width:229px;
	margin-top:0px;
	padding-top:26px;
	height:100%;
	border-right:1px solid #c0c0c0;
}

#cart_totals {
	width:70%;
	height:45px;
	margin:0 auto;
	border:1px solid #c0c0c0;
	padding:10px;
	text-align:center;
	background:#e6e6e6;
}

#cart_stats {
	clear:both;
	width:85%;
	font-size:10px;
	margin:0 auto;
	margin-top:24px;
}

.cs_title {
	border-bottom:1px solid #c0c0c0;
	font-size:11px;
	font-weight:bold;
}

#cart_stats table {
	width:100%;
}

#cart_stats td {
	padding:3px;
}

#cart_stats select {
	font-size:10px;
}

#cart_stats input {
	font-size:9px;
	margin-top:2px;
}

#filemeter {
	position:absolute;
	left:0px;
	width:0px;
	height:10px;
	background:#000;
	color:#fff;
	font-size:10px;
}

#filemeter_wrapper {
	position:relative;
	margin:0 auto;
	margin-top:4px;
	margin-bottom:4px;
	width:100px;
	height:10px;
	border:1px solid #777;
	background:#fff;
}

#cartCount #cartTotal {
	display:inline;
}


#cartright {
	float:left;
	margin-top:6px;
	margin-left:20px;
	width:720px;

}



#expand_cart {
	position:absolute;
	right:50px;
	top:-14px;
	height:6px;
	background:#fff;
	border:1px solid #c0c0c0;
	border-bottom:none;	
	font-size:11px;
	vertical-align:middle;
	text-align:center;
	padding:6px;
	padding-top:3px;
	width:60px;
	z-index:9998;

  border-radius:8px 8px 0 0;
  -webkit-border-radius:8px 8px 0 0;
  -moz-border-radius:8px 8px 0 0;
}


#minimize_cart {
	position:absolute;
	right:20px;
	top:-13px;
	height:5px;
	background:#fff;
	border:1px solid #c0c0c0;
	border-bottom:none;	
	font-size:11px;
	vertical-align:middle;
	text-align:center;
	padding:6px;
	padding-top:3px;
	width:10px;
	cursor:pointer;
	z-index:9998;

  border-radius:6px 6px 0 0;
  -webkit-border-radius:6px 6px 0 0;
  -moz-border-radius:6px 6px 0 0;
}

#cartshadow {
	position:absolute;
	top:-4px;
	height:3px;
	width:100%;
	background:#c0c0c0;
	z-index:9999;
	display:none;
}



#superuser {
	position:absolute;
	float:left;
	right:100px;
	top:60px;
	width:250px;
	height:410px;
	background:#f2f2f2;
	border:1px solid #000;
	padding:8px;
	padding-top:16px;
	padding-left:16px;
	z-index:12000;
	display:none;
}

#superhandle {
	cursor:all-scroll;
}

#superscroll {
	width:250px;
	height:360px;
	overflow:auto;
}

.cssinput {
	width:30px;
	float:left;
}

.csscp {
	float:left;
}

.csslabel {
	width:190px;
	float:left;
	margin-top:3px;
	
}







div.color_picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(/arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
  z-index:12001;
}

div#color_selector {
  width: 110px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index:12001;
}
  div#color_custom {width: 100%; float:left }
  div#color_custom label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div#color_custom input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.color_swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}





/* ++++++++++++++++++++++ */
/*     LOGIN PAGE CSS     */
/* ++++++++++++++++++++++ */

#login_container {
	clear:both;
	width:450px;
	margin:0 auto;
	top:100px;
	position:relative;	
	background-color:#fff;
	border:1px solid #000;
	padding:50px;
	height:300px;

}

.login_table {
	margin-left:0px;
	width:100%;
}

.login_table td {
	padding:6px;
}

.login_table input {
	width:90px;
}
/* ++++++++++++++++++++++ */
/*     LOGIN PAGE CSS     */
/* ++++++++++++++++++++++ */

#asset_container {
	width:900px;
	margin:0 auto;
	top:20%;
	position:relative;	
	background-color:#fff;
	border:1px solid #000;
	padding:14px;
	font-size:14px;
	overflow:auto;

}

.asset_table {
	width:800px;
}

.asset_table td {
	padding:6px;
	vertical-align:top;
}

.asset_table text,textarea {
	width:250px;
	border: 1px solid #c0c0c0;
}




#admin_items {
	position:relative;
	top:110px;
	left:0px;
	padding-left:40px;
	height:60px;
	font-size:12px;
	font-weight:medium;
	border-bottom:1px solid #777;
}

#admin_items div{
	float:left;
	width:108px;
	background:#000;
	border:1px solid #c0c0c0;
	color:#FFF;
	margin-right:15px;
	padding:12px;
	font-size:12px;
	text-align:center;
	}
	
.adminbtn {
	float:left;
	width:108px;
	background:#000;
	border:1px solid #c0c0c0;
	color:#FFF;
	margin-right:15px;
	padding:12px;
	font-size:12px;
	text-align:center;
	}

#admin_container {
	position:relative;
	margin-top:140px;
	padding-bottom:80px;
	left:50px;
	font-size:12px;
	font-weight:medium;
}

#admin_title {
	position: absolute;
	right:60px;
	float:right;
	top:34px;
	font-size:24px;
	font-weight:bold;
	}
	
#ataglance {
	clear:both;
	position:relative;
	top:50px;
	left:-10px;
	border:2px solid #333;
	background:#fff;
	width:424px;
	height:250px;
	padding:20px;
	padding-right:0px;
	vertical-align:bottom;
}

#ataglance_title {
	position:absolute;
	top:10px;
	left:10px;
	font-size:18px;
	font-weight:bold;
}

#ataglance .bar {
	float:left;
	position:relative;
	margin-right:20px;
	width:50px;
	height:200px;
	background:none;
	text-align:center;
	padding-top:8px;
	font-size:11px;
}

#ataglance .bar span {
	position:absolute;
	bottom:0px;
	left:0px;
	width:50px;
	height:0px;
	padding-top:0px;
	text-align:center;
	vertical-align:top;
	display:inline-block;
	background:#c0c0c0;
	border:1px solid #333;
	border-bottom:none;
	}
	
#ataglance .bar span  span{
	position:relative;
	top:-18px;
	text-align:center;
	display:inline-block;
	border:none;
}

#ataglance_months {
	clear:both;
	border-top:1px solid #333;
	width:402px;
	padding-right:0px;
	}
	
#ataglance_months span {
	margin-top:10px;
	margin-right:20px;
	width:50px;
	display:inline-block;
	text-align:center;
}

#library_stats {
	position:absolute;
	top:70px;
	left:480px;
	width:430px;
}

#library_stats td {
	padding:5px;
	padding-left:0px;
}

.statsbox {
	float:left;
	border:4px solid #c0c0c0;
	padding:16px;
	width:86px;
	margin-right:20px;
	margin-left:-4px;
	height:30px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	background:#f0f0f0;
}

.statsbox_title {
	font-size:11px;
	font-weight:normal;
}

#top10 {
	position:relative;
	margin-top:90px;
	margin-left:-50px;
	margin-right:50px;
	padding-left:50px;
	background:#111;
	color:#777;
	margin-bottom:-80px;
	padding-bottom:20px;
	min-height:300px;
	border-top:16px solid #333;
	overflow:hidden;
}

#top10 table {
	width:880px;
	margin-left:-8px;
}

#top10  td {
	padding:6px;
	vertical-align:top;
}

.mixedstats {
	line-height:20px;
}

.top10title {
	font-weight:bold;
	font-size:14px;
	color:#888;
}

.top10title span {
	padding-bottom:4px;
	text-align:center;
	border-bottom:1px solid #555;
}

.assetaction_button {
 border: 1px solid #000;
 background: #e0e0e0;
 height: 12px;
 font-size:10px;
}

.assetaction_button:hover {
 border: 1px solid #000;
 background: #a0a0a0;
 height:12px;
 font-size:10px;
}



#bugreport {
	position:absolute;
	bottom:8px;
	padding:4px;
	font-size:10px;
	color:#555;
	background:#FFF;
	border:1px solid #c0c0c0;
	z-index:12999;
	display:none;
}





/* SEND CART AUTOCOMPLETE FORMATTING
----------------------------------*/

.ui-autocomplete {
	background:#FFF;
	border:4px solid #c0c0c0;
	padding:6px;
	width:300px;
}

.ui-menu {
        list-style:none;
        padding: 2px;
        margin: 0;
        display:block;
}
.ui-menu .ui-menu {
        margin-top: -3px;
}
.ui-menu .ui-menu-item {
        margin:0;
        padding: 0;
        width: 100%;
}
.ui-menu .ui-menu-item a {
        text-decoration:none;
        display:block;
        padding:.2em .4em;
        line-height:1.5;
        zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
        background:#d6d6d6;
}

	