/* Main CSS styles */
html, body { background-image: url(../images/bg.gif); background-repeat: repeat-x; padding: 0px; margin: 0px; font-size: 12px; font-family: Arial, Verdana; }
h1 { float: left; display: inline; line-height: 35px; margin-top: 0px; padding-left: 0em; padding-bottom: 0em; padding-right: 0em; height: 37px; margin-left: 15px; margin-bottom: 0; margin-right: 0; font-weight: bold; font-size: 16px; }
h2 { float: left; display: inline; line-height: 35px; margin-top: 0px; padding-left: 0em; padding-bottom: 0em; padding-right: 0em; height: 37px; margin-left: 15px; margin-bottom: 0; margin-right: 0; font-weight: bold; font-size: 16px; }
h4 { float: left; display: inline; line-height: 35px; margin-top: 0px; padding-left: 0em; padding-bottom: 0em; padding-right: 0em; height: 37px; margin-left: 15px; margin-bottom: 0; margin-right: 0; font-weight: bold; font-size: 16px; }
h3 {
	float: left;
	margin: 0px;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

img {
	border-style: none;
}
a { 
	text-decoration: none; 
	color: #000000; 
}
a:hover { 
	color: #000000;
	text-decoration: underline;
}
form {
	padding: 0px;
	margin: 0px;
}

.module input {
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #fcfcfc;
	margin-bottom: 10px;
	width: 255px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	height: 16px;
	border-width: 1px;
	border-color: #B3B3B3;
	border-style: solid;
	color: #808080;
}
.module textarea {
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Arial, Verdana;
	margin-bottom: 10px;
	width: 260px;
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
	height: 80px;
	border-width: 1px;
	border-color: #B3B3B3;
	border-style: solid;
	color: #808080;
}
.inline { position: relative; float: left; display: inline; }
.inlineForm { margin-right: 8px; margin-top: 5px; display: inline; float: left; }.red { color: #eb0000; }
.bold { font-weight: bold; }
.divider {
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #B1AFAF;
	height: 2px;
	width: 100%;
}
.footer div.divider {
	height: 1px;
}
.separator {
	float: left;
	position: relative;
	display: block;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
}

.space {
	background-color: white;
	float: left;
	display: block;
	position: relative;
	height: 20px;
	width: 100%;
}

.spaceSmall {
	float: left;
	display: block;
	position: relative;
	height: 10px;
	width: 100%;
}

.size11 {
	font-size: 11px;
}

.darkGrey {
	color: #666666;
}

.darkerGrey {
	color: #323232;
}

.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
.header { float: left; width: 100%; }
.middle { float: left; display: block; margin-top: 20px; position: relative; width: 100%; }
.footer { text-align: center; clear: left; position: relative; display: block; height: 115px; width: 100%; }
.middle div.userInfo {
	position: relative;
	display: block;
	top: -10px;
}

.header div.logo { float: left; display: inline; padding-top: 10px; }
.header div.tag { padding-left: 10px; padding-top: 27px; font-size: 16px; float: left; display: inline; }
.header div.search { padding-top: 22px; float: right; display: inline; }
.header div#searchBtn { margin-left: 5px; }

.header div.menu {
	float: left;
	display: inline;
	margin-top: 9px;
}
.header div.secondMenu {
	display: inline;
	float: right;
	font-style: normal;
	font-weight: normal;
	margin-top: 9px;
}
.header div.blogMenu {
	margin-bottom: 10px;
	float: left;
	height:15px;
	margin-top: 9px;
}

.header div.menu_item {
	font-weight: bold;
	display: inline;
	position: relative;
}

.header div.menu_item a {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 6px;
	color: #FFFFFF;
}

div.blogMenu div.menu_item {
	font-style: normal;
	font-weight: normal;
	display: inline;
	position: relative;
}

div.blogMenu div.menu_item a {
	text-decoration: underline;
	color: #353434;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 6px;
}

div.blogMenu div.menu_item a:hover {
	text-decoration: none;
}

.header div.menu_item a:hover {
}

.secondMenu div.menu_item {
	color: #17ff53;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.header div.top {
	height: 70px;
}

.header div.bottom {
	position: relative;
	height:30px;
}

.header div.selected a {
	text-decoration: none;
	background-color: #ebebeb;
	color: #3c3c3c;
}

.footer div.menu_item {
	margin-right: 16px;
	position: relative;
	display: inline;
	font-style: normal;
	font-weight: normal;
}

.footer a {
	color: #3c3c3c;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer div.copyright {
	color: #3c3c3c;
	margin-top: 35px;
}

.footer div.copyright img {
	margin-right: 6px;
	vertical-align: middle;
}

.footer div.menu {
	margin-top: 8px;
}

.sidebar {
	left: 0px;
	width: 300px;
}

.main {
	float: right;
	left: 320px;
	width: 670px;
}

.main a {
	text-decoration: underline;
}

.main a:hover {
	text-decoration: none;
}

.main div.content {
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

.main div.divider {
}

.sidebar div.divider {
	margin: 0px;
}

.module {
	margin-bottom: 15px;
	position: relative;
	background-color: #EBEBEB;
	width: 100%;
	overflow: hidden;
}

.module div.inputLine {
	height: 20px;
}

.module div.hide {
	right: 15px;
	position: absolute;
	color: #4E4B4A;
	line-height: 15px;
	font-size: 10px;
	float: right;
}

.module div.hide a {
	text-decoration: none;
}

.module div.hide a:hover {
	float: none;
	position: relative;
	text-align: right;
	text-decoration: none;
	color: #ffffff;
	background-color: #4E4B4A;
}

.module div.top {
	height: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.module div.bottom {
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.module ul {
	padding: 0px;
	line-height: 20px;
	text-align: center;
	margin: 0px;
}

.module li {
	float: left;
	margin-right: 10px;
	display: inline;
}

.module a {
	text-decoration: underline;
}

.module a:hover {
	text-decoration: none;
}

.module div.storeList {
	height: 50px;
	margin-left: 10px;
	text-align: center;
}

.sidebar div.centered {
	text-align: center;
}

.module div.twoColumnLi ul {
	height: auto;
}

.module div.twoColumnLi li {
	display: block;
	float: none;
	text-align: left;
}

.module div.left {
	padding-bottom: 15px;
	float: left;
	width: 50%;
	display: inline;
}

.module div.right {
	padding-bottom: 15px;
	float: left;
	width: 50%;
	display: inline;
}

.module div.selectArea {
	float: left;
	position: relative;
	display: block;
	max-height: 350px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	color: #808080;
	background-color: #F4F4F4;
	width: 98%;
	overflow-x: hidden;
	overflow-y: auto;
}

.module input.list {
	margin-bottom: -5px;
}

.module input[type='checkbox'] {
	float: left;
	position: relative;
	display: inline;
	width: auto;
	background-color: transparent;
	border-width: 0;
}

.module div.selectArea div.divider {
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-top: 10px;
	background-color: #cccccc;
	height: 2px;
	width: 100%;
}

#subscribe input {
	margin-right: 10px;
	width: 165px;
}
#blogSearch input {
	margin-right: 10px;
	width: 220px;
}

.module div.centeredBtnInfo {
	margin-bottom: 20px;
}

.module div.centeredBtn {
	display: inline;
	float: none;
	position: absolute;
	text-align: center;
	height: 20px;
	width: 100%;
}

.module div.centeredInfo {
	display: inline;
	clear: none;
	position: absolute;
	float: left;
	width: 265px;
	text-align: center;
}

.module div.rightInfo {
	float: left;
	position: absolute;
	width: 265px;
	text-align: right;
}

.module div.centeredBtn img {
	left: 110px;
	position: absolute;
}

.module div.fillWidth {
	clear: left;
	float: left;
	display: block;
	width: 100%;
}

label {
	display: inline;
	padding-right: 5px;
}
div.main input {
	padding-top: 5px;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	height: 20px;
}

div.main input[type='text'] {
	background-color: #F4F4F4;
	width: 300px;
	font-size: 12px;
	border-width: 1px;
	border-color: #B3B3B3;
	border-style: solid;
	color: #212121;
}

div.main input[type='password'] {
	background-color: #F4F4F4;
	width: 300px;
	font-size: 12px;
	border-width: 1px;
	border-color: #B3B3B3;
	border-style: solid;
	color: #212121;
}
div.main textarea {
	background-color: #F4F4F4;
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Arial, Verdana;
	margin-bottom: 10px;
	width: 305px;
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
	height: 120px;
	border-width: 1px;
	border-color: #B3B3B3;
	border-style: solid;
	color: #212121;
}
div.main select {
	margin-bottom: 19px;
}

.main div.fillWidth {
	float: left;
	display: block;
	width: 100%;
}

.formList {
	float: left;
	position: relative;
	margin-bottom: 17px;
	margin-top: 17px;
	margin-right: 15px;
	margin-left: 15px;
}

.formList div.col1 {
	margin-top: 5px;
	float: left;
	margin-right: 5px;
	width: 105px;
	display: inline;
	position: relative;
}

.formList div.col2 {
	float: left;
	display: inline;
	position: relative;
}

.faded {
	filter: alpha(opacity = 30);
	opacity: 0.3;
}

.main div.content p {
}

.main ul {
	padding-left: 15px;
	line-height: 18px;
}

.main li {
	list-style-type: square;
	margin-bottom: 10px;
}

form.contact input[type='text'] {
	width: 350px;
}

form.contact textarea {
	width: 355px;
}

.tightSmall {
	line-height: 15px;
	font-size: 11px;
}

div#searchArea {
	left: 674px;
	position: absolute;
	z-index: 999;
	display: block;
	top: 55px;
	filter: alpha(opacity = 95);
	opacity: 0.95;
}

div.searchAjaxBlog {
	padding: 10px;
	display: block;
	background-color: white;
	width: 305px;
	border-width: 1px;
	border-color: #B3B3B3;
	border-style: solid;
	color: #808080;
}

div.searchAjax {
	padding: 5px;
	display: block;
	background-color: white;
	width: 305px;
	border-width: 1px;
	border-color: #B3B3B3;
	border-style: solid;
	color: #808080;
}

div.search input[type='text'] {
	padding-top: 5px;
	width: 275px;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	height: 21px;
	border-width: 1px;
	border-color: #B3B3B3;
	border-style: solid;
	color: #808080;
}

div.searchAjax div.searchHeader {
	background-color: #808080;
	font-weight: bold;
	width: 100%;
	height: 25px;
	color: white;
}

div.searchHeader div.txt {
	margin-left: 6px;
	padding-top: 7px;
	line-height: 10px;
}

div.searchAjax img {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	width: 70px;
}

div.searchAjax div.txt {
	margin-left: 5px;
	padding-top: 8px;
}

div.searchAjax div.searchItem {
	font-weight: bold;
	height: 30px;
	color: #606060;
	cursor: default;
}

div.searchAjax div.searchItemOver {
	font-weight: bold;
	height: 30px;
	color: white;
	background-color: #A8A8A8;
	cursor: pointer;
}

div.searchAjax div.searchCSV {
	line-height: 17px;
	font-size: 11px;
	padding-bottom: 3px;
	font-style: normal;
	font-weight: normal;
	color: #4a4a4a;
}

div.searchAjax div.searchCSV a {
	text-decoration: underline;
}

div.searchAjax div.searchCSV a:hover {
	text-decoration: none;
}

.left {
	text-align: left;
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

.centerAlign {
	text-align: center;
}

.module div.avatar {
	display: block;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.module div.avatar div.image {
	margin-top: 3px;
	float: left;
	position: relative;
	margin-right: 10px;
	display: inline;
}

.module div.avatar div.description {
	float: left;
	position: relative;
	display: inline;
}

.module div.avatar div.block {
	width: 220px;
	display: block;
}

.module div.avatar div.image img {
	width: 26px;
}

.module div.avatar div.description p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.module div.socialLinks {
	margin-left: 6px;
	height: 41px;
}

.module div.group p {
	margin: 0px;
}

div.pricegrabber { font-size: 11px; line-height: 15px; }


/* Top Edit Bar */
div#editBar { height: 20px; width: 100%; background-color: black; color: white; position: fixed; z-index: 9999999; }
div#editBar ul { margin-left: auto; margin-right: auto; width: 990px; position: relative; margin-top: 2px; }
div#editBar li { display: inline; margin-right: 10px; }
div#editBar li a { color: white; }

