@charset "utf-8";
/* CSS Document for CORDCRADLE.COM*/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
	background-image:url(images/bg.gif);
	margin-top: 0px;
	padding:0px;

}

h1, h3, h4 {
	color:#007297;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

a:link {
	color:#007297;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:active {
	color:#007297;
	text-decoration: none;
}

.padding {
	padding:15px 25px 0 25px;
	vertical-align: top;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:Right;
}
/* Main Content */
.content {
	background-image: url(images/content_bt_mid.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
}

#header {
	margin: 0px;
	padding: 0px;
}
.headerTxt {
	font-size: 14px;
	font-weight: bold;
}
.menubar {
	background-image:url(images/menubarBG.jpg);
	background-position:top;
	background-repeat: repeat-x;
	text-align:center;
	height:30px;
}
.topBar {
	height: 14px;
	background-image: url(images/topBar.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-position:center;
}

.leftPanel {
	width: 195px;
	background-image: url(images/left_bg_mid.jpg);
	background-repeat: repeat-y;

}
.leftPanel_bot {
	background-image:url(images/left_bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:150px;
}

#leftMenu {
	text-align:right;
	margin: 0px;
	padding: 0px 20px 0px 0px;

}

.menuItem {
	color: #007297;

}

.rightPanel_bot {
	height:150px;
	background-image:url(images/content_bt_bot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:bottom;
	padding:15px 25px 0 25px;
}

.warning {
	color:#CC3300;
}

.rightContent {
	margin-left: 260px;
}
/*Items for sale */
.itemPrice {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#007297;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}

.redTxt {
	color:#CC3300;
	font-weight:bold;
}
.shopDesript {
	padding:10px;
	text-align:justify;
}

.notes {
	font-size: 85%;
}
/*Footer*/
#footer {
	color: #D8D8D8;
	font-size: 80%;
	letter-spacing: .2em;
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	height: 40px;
	text-align:center;
	padding-top: 10px;
	line-height: 1.5em;
}

#footer a:visited {
	color: #00FFFF;
}

#footer a:active {
	color: #00FFFF;
}

#footer a:link {
	color: #00FFFF;
}

#footer a:hover {
	color: #FF9900;
}
