@charset "utf-8";
/* CSS Document */
img {
	border: none;		
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background: url(/images/caboodle/background.gif) repeat-x 0 0;
}

a {
	text-decoration: none;
	color: #cc3300;
}

#header {
	height: 61px;
}
ul#nav {
	height: 30px;
	padding-left: 2px;
	margin: 0px Auto;
	width: 960px;
}

ul#nav li,
ul#nav li a {
	display: block;
	float: left;
	line-height: 12px;
}

ul#nav li {
	background: url(/admin/images/nav_separator.png) no-repeat right 0;
	padding-left: 0;
	padding-right: 2px;
	height: 30px;
	position: relative;
}

ul#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #343434;
	padding: 9px 12px;
	background: none;
}

ul#nav li.active a {
color: #a51414;
}
ul#nav li:hover a,
ul#nav li.over a {
color: #1a5ba4;
}

ul#nav img {
	border: none;	
}
.largerText {
	font-size: 12px;
	line-height: 20px;
}

#information {
	margin: 7px 3px;
	color: #666666;
}

.divider {
	background-color: #aaaaaa;
	height: 1px;
	margin: 7px 0;
}

.ticker {
	text-align: center;
}

.tableWithBorders {
	border-top: dotted 1px #aaa;	
}

.tableWithBorders th {
	border-bottom: dotted 1px #aaa;
	font-size: 10px;
}

.tableWithBorders td {
	border-bottom: dotted 1px #aaa;
}

.tableWithBorders img {
	border: none;	
}

#partners {
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
}

#partners img {
	margin: 24px 0 44px 0;	
}

#locater {
	text-align: left;
}

#footer {
	width: 960px;
	margin: 10px Auto;
	background-color: #d9d9d9;
}

#footer p {
	margin: 7px;	
}

#container {
	padding: 2px;
	clear: both;
}

#content {
	width: 960px;	
	margin: 0px Auto;
}

.prodDesc {
	width: 224px;
	height: 240px;
	float: left;
	border: solid 1px #999999;
	margin: 2px;
	padding: 4px;
	overflow: hidden;
	background-color: #fff;
}
 
.boxshot {
	padding: 0px;
	overflow: hidden;
	float: left;
}
.boxshot img {
}
.description {
	margin-left: 50px;
}

.productCode {
	font-size: 10px;	
}

.price {
	font-size: 12px;
	text-align: right;
}

#addToCart {
	position: relative;
	top: 195px;
	text-align: right;
	width: 224px;
}

h1 {
	text-align: left;
	font-size: 18px;
	color: #2c6bb4;
	margin: 0;
}
h2 {
	text-align: left;
	font-size: 16px;
	color: #1e5da5;
	margin: 0;
}

h3 {
	font-size: 14px;	
}

.bigInput {
	margin:0 auto;
	width:446px;
	border:1px solid #ccc;
	font-size:18px;
	line-height:20px;
	margin:0;
	padding:3px;
}

.breadcrumbs {
	margin-top: 0px;
	font-size: 10px;
	padding-bottom: 5px;
}

#sideBar {
	width: 236px;
	float: right;
}

.box {
	border: solid 1px #aaa;	
	color: #444;
	margin-bottom: 4px;
}

.box p {
	margin: 5px 3px;
}

.box .title {
	background-color: #b9ddda;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #000;
}

#content .box .title a:link, #wrapper .expand.open a:visited {
	background-image:url(/images/arrow-down.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#content .box .title.open a:link, #wrapper .expand.open a:visited {
	background-image:url(/images/arrow-up.gif);
	background-repeat:no-repeat;
	background-position:right%;
}


.box .title a {
	color: #000;	
}

#portal {
	width: 720px;	
}

.row1 {
	background-color: #f5f5f5;	
}

form {
	margin: 0px;	
}

.orgChart {
	list-style: none;
	background-image: url(/images/orgTree-trunk.png);
	background-repeat: repeat-y;
	margin: 10px;
}

.orgChart ul {
	list-style: none;
	margin-left: 0;
	margin-top: 8px;
}

.orgChart ul li {
	background-image: url(/images/orgTree-branch.png);
	background-repeat: no-repeat;
	padding-left: 34px;
}

div.single-field {
	padding: 3px;
	position: relative;
}

div.curFocus {
	background: #b9ddda;
	font-weight: bold;
}

div.curFocus input.text {
	width: 400px;
}

label {
	width: 140px;
	display: block;
	float: left;
	padding-top: 5px;
}
.tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/images/corner-topleft.jpg);
	display: none;
}
.tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/images/corner-topright.jpg);
	display: none;
}
.bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/images/corner-bottomleft.jpg);
	display: none;
}
.br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/images/corner-bottomright.jpg);
	display: none;
}

#message {
	font-weight: bold;
	padding:6px;
	border: solid 1px #fdf1c4;
}

.homeTable h2 {
	text-align: center;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom: solid 1px #ababab;
	font-size: 16px;
}

.productCode {
	font-style: italic;
}

.productTable th {
	border-bottom: solid 1px #aaa;
	border-top: solid 1px #aaa;
}

th.header {     
	background-image: url(/images/bg.gif);         
	cursor: pointer;     
	font-weight: bold;     
	background-repeat: no-repeat;     
	background-position: center left;     
	padding-left: 20px;    
	border-right: 1px solid #dad9c7;     
	margin-left: -1px; 
} 

th.headerSortUp {     
	background-image: url(/images/asc.gif);     
	background-color: #b9ddda; 
} 

th.headerSortDown {     
	background-image: url(/images/desc.gif);     
	background-color: #b9ddda; 
} 


#quickLinks {
	float: right;	
	width: 242px;
	padding-left: 8px;
	border-left: solid 1px #ddd;
}

#quickLinks .title {
	font-weight: bold;	
	margin-bottom: 8px;
	background-coloir: 
}

#quickLinks ul {
	list-style-image: url(/images/content-bullet.gif);
	margin-bottom: 0;
	margin-top: 0;
}

#quickLinks ul li {
	margin-bottom: 4px;	
}












#copy {
	width: 700px;	
}

.question {
	font-weight: bold;
}

.answer {
	margin-left: 16px;	
}

#nextLink {
	float: right;	
}

#previousLink {
	float: left;	
}



.subCategory {
	padding: 3px;
	border-bottom: solid 1px #3f362f;
	background-color: #fff;
}

.subCategory a {
	text-decoration: none;
	color: #000;
}

#div_miniCart {
	border: solid 1px #ff9c00;
	margin-bottom: 5px;
	background-color: #ffE5BB;
}

#div_miniCart .title {
	background-color: #ffc15e;
	color: #000;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

#div_miniCart .content {
	padding: 5px;	
}

#div_miniCart .content p {
	margin: 2px;	
}

#box_miniLogin {
	border: solid 1px #ff9c00;
	background-color: #ffE5BB;
}

#box_miniLogin .title {
	background-color: #ffc15e;
	color: #000;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

#box_miniLogin .content {
	padding: 5px;	
}

#box_miniLogin .content p {
	margin: 2px;	
}
.red {
	font-weight: bold;
	color: #b00;
	text-align: center;
}

.large {
	width: 200px;	
}

fieldset {
	border: solid 1px #fff;
	margin-bottom: 5px;
}

legend {
	font-weight: bold;	
}

.productPrice {
	font-size: 14px;
	font-weight: bold;
}
.addToCart {
	cursor: pointer;	
}
.rightAlign {
	text-align: right;	
}
.msgError {
	padding: 5px;
	border: dotted 2px #990000;
	background-color:#ffaaaa;
	font-weight: bold;
}

.msgSuccess {
	padding: 5px;
	border: solid 1px #009900;
	background-color:#aaff55;
	font-weight: bold;
}
fieldset {
	border: solid 1px #45ed45;	
}

.categoryText {
	padding-top: 2px;	
	margin-left: 102px;
}

#shopSpecials {
	border: solid 1px #aaaaaa;
	border-top: none;
}

.center {
	text-align: center;	
}

.left {
	text-align: left;
}

.footerTD {
	width: 20%;
}

#qualTable img {
	margin-right: 3px;	
}

#configurator {
}

#configTabs {
	border-bottom: solid 1px #777;
	height: 78px;
}

.configTab {
	float: left;	
	width: 99px;
	height: 78px;
	text-align: center;
	border: solid 1px #777;
	margin: 0 4px 0 0;
	border-bottom: none;
	color: #aaa;
}

.configActiveTab {
	float: left;
	background-image: url(/images/configurator/activeTab.png);
	width: 99px;
	height: 78px;
	text-align: center;
	border: solid 1px #777;
	margin: 0 4px 0 0;
	border-bottom: none;
	font-weight: bold;
}

.configTabDone {
	float: left;
	width: 99px;
	height: 78px;
	text-align: center;
	border: solid 1px #777;
	margin: 0 4px 0 0;
	border-bottom: none;
}

.tabText {
	position: relative;
	top: 15px;
}

.tabText img {
	margin-bottom: 3px;	
}

#configuratorDiv {
	padding: 5px;
	background-image: url(/images/configurator/configurator.png);
	background-repeat: no-repeat;
	width: 704px;
	border-left: solid 1px #777;
	border-right: solid 1px #777;
	border-bottom: solid 1px #777;
	text-align: left;
}

#configInfo {
	background-image: url(/images/configurator/importantInformation.png);
	width: 308px;
	height: 240px;
}

#weRecommend {
	background-image: url(/images/configurator/weRecommend.png);
	width: 308px;
	height: 240px;
}

.text {
	position: relative;
	top: 34px;
	left: 8px;
	text-align: left;
	width: 292px;
}

#programList p {
	margin: 2px;	
}

.sm {list-style:none; width:100%; height:136px; display:block; overflow:hidden; margin: 0; padding: 0;}
.sm li {float:left; display:inline; overflow:hidden}