@charset "utf-8";
/* General Styles */

.lightGray {color:#a7a7a7;}
.brown {color:#887e6e;}
.white {color:#fff;}
.green {color:#b2bc36;}
.darkGreen {color:#869200;}
.orange {color:#f79320;}
.smallText {font-size:11px;}
/*.border{border:1px #323232 solid;}*/
.border{border:1px #cccccc solid;}
/*.paddedBorder{border:1px #323232 solid; padding:2px;}*/
.paddedBorder{border:1px #cccccc solid; padding:2px;}
.tableRow2{background-color:#f9f9f2;}

a, a:link, a:visited {
	color:#b2bc36;
	text-decoration:underline;
}

a:hover, a:active {
	color:#323232;
	text-decoration:none;
}

a.brown, a.brown:link, a.brown:visited {
	color:#887e6e;
	text-decoration:underline;
}

a.brown:hover, a.brown:active {
	color:#323232;
	text-decoration:none;
}

.white a, .white a:link, .white a:visited {
	color:#fff;
	text-decoration:underline;
}

.white a:hover, .white a:active {
	color:#fff;
	text-decoration:none;
}

form p {
	padding:0;
	margin:0 0 6px 0;
}

form a, form a:link, form a:visited {
	color:#887e6e;
	text-decoration:underline;
}

form a:hover, form a:active {
	color:#323232;
	text-decoration:none;
}

input[type="text"], input[type="password"], input[type="text"]#projectName {
	border: 1px solid #323232;
	width:158px;
	height:16px;
	margin:0;
}

select {
	border: 1px solid #323232;
	width:160px;
	height:20px;
	margin:0;
}

input[value="submit"] {
	margin:14px 0 6px 0;
}

.error {
	color:#a81f24;
}

.errorMessage {
	background:#fbe3e4;
	border:1px #a81f24 solid;
	color:#a81f24;
	padding:0 4px;
	margin:0 20px 20px 0;
}

.success {
	color:#869200;
	font-weight:bold;
}

.required {
	color:#a81f24;
}

.red {
	color:#a81f24;
}

.pageTitle {
	padding:0 0 10px 0;
}

#wrapper {
	width:1000px;
	margin: 0 auto;
	position:relative;
}

.arrowList li {
	list-style: url("/assets/img/studio/arrow.gif");
}

/* Web Header */

#webHeader {
	position:relative;
	width:860px;
	height:66px;
	margin: 0 auto;
	background:url(/assets/img/layout/dot_horizontal.png) bottom left repeat-x;
}

#webHeader ul, #webHeader li {
	padding:0;
	margin:0;
}

#webHeader li {
	display:inline;
}

#logo {

	position:absolute;
	top:28px;
	left:3px;
}

#webNav {
	position:absolute;
	top:13px;
	right:0px;
}

/* Studio Header */

#studioHeaderWrapper {
	position:relative;
	height:90px;
	margin: 0 20px;
	text-align:left;
	min-width:960px;
}

#studioHeaderWrapper a, #studioHeaderWrapper a:link, #studioHeaderWrapper a:visited {
	color:#869200;
	text-decoration:underline;
}

#studioHeaderWrapper a:hover, #studioHeaderWrapper a:active {
	color:#323232;
	text-decoration:none;
}

#studioHeaderWrapper ul, #studioHeaderWrapper li {
	padding:0;
	margin:0;
}

#studioHeaderWrapper li {
	display:inline;
}

#studioHeaderTop {
	position:relative;
	height:69px;
	background:url(/assets/img/layout/dot_horizontal.png) bottom left repeat-x;
}

#studioLogo {
	position:absolute;
	top:40px;
	left:10px;
}

#studioNav {
	position:absolute;
	top:20px;
	right:0px;
}

#studioHeaderBottom {
	position:relative;
	height:21px;
	color:#887e6e;
	font-size:11px;
}

#studioHeaderBottom a, #studioHeaderBottom:link, #studioHeaderBottom:visited {
	color:#b2bc36;
	text-decoration:underline;
}

#studioHeaderBottom a:hover, #studioHeaderBottom a:active {
	color:#887e6e;
	text-decoration:none;
}

#welcome {
}

#studioQuickLinks {
	position:absolute;
	top:0px;
	right:0px;
}

#studioQuickLinks li {
	padding-left:2px;
}

ul.myProjectsAddToCart {padding:0; margin:0;}
.myProjectsAddToCart li {display:inline; padding-right:5px;}
.myProjectsAddToCart .completedProjectButton {
	position:relative;
	top:10px;
	cursor:pointer;
}

/* Main Content */

#contentWrapper {
	background:url(/assets/img/layout/background.png) repeat-y;
	text-align:left;
}

#content {
	padding:35px 70px 0 70px;
}

#contentFooter {
	width:1000px;
	height:43px;
	background:url(/assets/img/layout/footer.png) no-repeat;
}

/* Web Content */

#contentWrapper .loginMain {
	background:url(/assets/img/layout/header_login.jpg) top no-repeat;
	min-height:279px;
}

#contentWrapper .webMain {
	background:url(/assets/img/layout/header_main.png) top no-repeat;
	min-height:240px;
}

/* Studio Content */

#contentWrapper .studioMain {
	background:url(/assets/img/layout/header_main.png) top no-repeat;
	min-height:240px;
}

#contentWrapper .studioMain a, #contentWrapper .studioMain a:link, #contentWrapper .studioMain a:visited {
	color:#869200;
	text-decoration:underline;
}

#contentWrapper .studioMain a:hover, #contentWrapper .studioMain a:active {
	color:#323232;
	text-decoration:none;
}

#addressBookContacts td {
	padding:3px 0;
}

/* Footer */

#footer {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#887e6e;
	margin-bottom:20px;
}

#footer ul, #footer li {
	padding:0;
	margin:0;
}

#footer li {
	display:inline;
}

#footer a, #footer a:link, #footer a:visited {
	color:#887e6e;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#b2bc36;
	text-decoration:underline;
}
/* also check bella.css when updating footer */

#styleCached {
	visibility:hidden;
	display:none;
}

.footerBar {
	padding-top: 2em;
}
.footerButton {
	position: relative;
	top: 3px;
}
.footerColumnBlock {
	width: 750px;
	position: relative;
	left: 125px;
}
.footerColumn {
	width: 150px;
	float: left;
	text-align: left;
	line-height: 1.5em;
}
.footerColumnHeader {
	color: #b2bc36;
	font-weight: bold;
}


/* Layout */

.vDivider {
	background:url(/assets/img/layout/dot_vertical.png) top repeat-y;
	float:left;
	width:3px;
	margin:0 10px;
}

.hDivider {
	background:url(/assets/img/layout/dot_horizontal.png) left repeat-x;
	height:3px;
	margin:10px 0;
}

.bottomDotBorder {
	background:url(/assets/img/layout/dot_horizontal.png) bottom left repeat-x;
}

#bugz {
	position:absolute;
	bottom:3px;
	right:-25px;
}

#csAgent {
	position:absolute;
	width:250px;
	bottom:3px;
	right:-250px;
}

#shopBreadcrumb {
	padding:0 0 10px 0;
}

#shopBreadcrumb ul {
	margin: 0;
	padding: 0;
}

#shopBreadcrumb li {
	margin: 0;
	padding: 0;
	display: inline;
}

#agentTotalsTable td {
	padding: .1em;
	border: thin solid black;
}
#agentTotalsTable .rowheader {
	background-color: #dddddd;
}
#agentTotalsTable .rowdata {
	text-align: right;
}

#manualOrderReasonTextarea {
	width: 100%;
	height: 75px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

