﻿body 
{
	font-family: Tahoma;
	height: 100%;
	background: transparent url('img/page_bg.png') repeat-x top left;
	font-size:12px;
	margin:0;
}

a
{
	color:#cf1b1e;
	text-decoration:none;
	font-size:12px;
}

a:hover
{
	text-decoration:underline;
}

#header
{
	background: transparent url('img/page_bg.png') repeat-x top left;
}

#topheader
{
	height: 65px;
	width:950px;
	background: transparent url('img/logo.png') no-repeat ;
}

#bottomheader
{
	height:91px;
	background: transparent url('img/partners.png') no-repeat 60px 0px;
}

#headerright, #signout
{
	padding:10px;
	float:right;
}

#headerright div
{
	text-align:right;
}

#headerright input
{
	font-size:12px;
	color:#666666;
	width:150px;
	border: solid 1px #adadad;
}

#main
{
	width:950px;
	float:left;
}

#leftmenu
{
	width:200px;
	float:left;
	text-align:left;
}

#leftmenu ul 
{
	list-style: none;
	padding:0; margin:0;
}

#leftmenu li 
{
	padding: 5px;
	border-bottom:solid 1px #dfdfdf;
}


#maincontent
{
	width:750px;
	float:right;
}

.inner
{
	padding:10px;
}

.modalbg
{
	background-color:#808080;
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

.modalpopup
{
	width:400px;
	padding:20px;
	background-color:#ffffff;
	text-align:left;
}

.modalpopup h1
{
	font-size:16px;
	font-weight:bold;
	color:#cf1b1e;
	border-bottom:solid 1px #dfdfdf;
	margin:0;
}

.modalpopup p
{
	margin:5px;
}

.retailerlist
{
	padding:10px;
	height:280px;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:5px;
	margin-bottom:10px;
}

h1
{
	font-size:20px;
	font-weight:bold;
	color:#cf1b1e;
	border-bottom:solid 1px #dfdfdf;
	margin:0;
	margin-bottom:10px;
	padding-bottom:5px;
}

#divChangesMade
{
	padding:10px;
	display:none;
	text-align:center;
	background-color:#fff0ff;
	border:dotted 1px #dfdfdf;
}

.tblHeader{background-color:#adadad; color:#fbfbfb; font-weight:bold;}
.tblRow{}
.tblAltRow{ background-color:#fbfbfb;}

#widgetlist li
{
	display: block;
	float:left;
	width:33%;
	overflow:auto;
	text-align:center;
}

#widgetlist li div
{
	background-color: #fbfbfb;
	border:solid 1px #d7d7d7;
	padding:10px;
	margin:10px;
}

#widgetlist img
{
	margin-top:10px;
}

/* Search Result Formatting */

.cThumbnail
{
	width:40px; margin-right:10px; float:left; position:relative;
}

.cSearchResults{ width:100%; border:none;  font-family: Helvetica, sans-serif;}
.cSearchResults h2{ font-size:10px; margin:0; }
.cSearchResults h3{ font-size:9px; font-weight:normal; margin:5px 0px 0px 0px;}
.cSearchResultButton{ padding-top:5px; float:right; position:relative;}
.cSearchResults input {font-size:10px; color:#999999;}

.cSearchItem{ background-color: #ffffff;}
.cAltSearchItem{ background-color: #fbfbfb;}

.cSelectedItem{background-color:#ececec; }
.cSelectedItem img { opacity:0.3;filter:alpha(opacity=30);}
.cSelectedItem h3{color:#ccc;}
.cSelectedItem a{color:#ccc;}

.cRemove{float:right; position:relative; text-decoration:none; font-family:Gill Sans MT; color:#ccc; font-weight:bold;}
.cRemove:hover{color:#000000;}

.cTitle
{
	padding:5px;
	background-color:#ba1d1b;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	margin-top:20px;
}

.itempicker input, .itempicker select
{
	font-size: 10px;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

div.cPreviewWindow
{
	padding:40px;
	background-color: #f7f7f7;
	border:solid 1px #d7d7d7;
	margin-top:20px;
	text-align:center;
}

div.cAttributesWindow
{
	padding:20px;
	background-color: #f7f7f7;
	border:solid 1px #d7d7d7;
	margin-top:20px;
	margin-bottom:20px;
}

div.cColorPicker
{
	background-color:#FFFFFF;
}

.cColorPickerRow
{
	position:relative;
}

.cColorPickerContainer
{
	position:absolute;
	top:22px;
	left:30px;
	background-color:#FFFFFF;
}

.cImagePicker
{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}

.cImagePicker img
{
	width:80px;
	float:left;
	margin:5px;
}

#servicepanel
{
	width:200px;
	float:right;
	background-color: #fbfbfb;
	border:solid 1px #d7d7d7;
	padding:10px;
	margin-left:20px;
}

#servicepanel h2
{
	color:#cf1b1e;
	font-size:16px;
	text-decoration:underline;
}

#servicepanel p
{
	margin-top:5px;
	margin-bottom:5px;
}

.terms
{
	padding:10px 5px 10px 0px;
	height:150px;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#fcfcfc;
	border:solid 1px #d7d7d7;
	font-size:11px;
}
