@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	/*font-size: 72%;  Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: center;
}
.more_info{font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight:bold;
	line-height: 25px;
	}
.copy {
	/*font-size: 72%; *//* Resets 1em to 10px */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
.editcopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}

#page {
	margin: 0px auto;
	padding: 0px;
	background-color: white;
	border: 0px solid #666666;
	text-align: left;
	width: 980px;
}
#side_nav {
	margin: 0px auto;
	padding-left:10px;
	background-color: white;
	border: 0px solid #666666;
	text-align: left;
	width: 180px;
	float:left;
}
#side_right {
	padding: 0px 0px 0px 0px;
	float:right;
	width:778px;
	font-size:0.72em;
}
#side_right-home {
	padding: 0px 0px 0px 0px;
	float:right;
	width:790px;
	font-size:0.72em;
}
#side_nav .submenutitle {
	font-size:13px;
	color:#1d69d1;
	font-weight:bold;
	padding-top:30px;
	line-height:40px;
}
#audio_home {
	height:43px;
	padding: 2px 0px 0px 520px;
	background: url('images/slideshow-base.gif');
	background-repeat:no-repeat;
	width: 265px;
	color:#FFFFFF;
}
#pagecontent{width: 700px;}
#3colors {
	width: 790px;
	float:right;
}
#main {
	width:100%;
	padding-top:8px;
}
#content {
	font-size: 1.2em;
	width:980px;
	/*padding-left:194px;*/
	float:left;
}
#sample_holder {
	font-size: 1.2em;
	width:190px;
	padding-bottom:40px;
	float:left;
	text-align:center;
}
/* ----------------- Header  ---------------- */
#header {
	height:95px;
	position: relative;
	padding: 0px 0px 0px 5px;
	width: 980px;
	overflow: hidden;
}
#header .logo {
	width: 270px;
	height: 110px;
	float: left;/
}

#header .strapline {
	float: left;
	width: 150px;
	height: 40px;
	margin-top:30px;
}
#header div.searchBox {
	border: 1px solid #969696;
	width: 251px;
	height: 23px;
	margin-bottom: 6px;
}
#header div.searchBox input {
	color: #646464;
	border: none;
	background: transparent;
	height: 23px;
	padding: 0px;
	float: left;
}
#header div.searchBox input.text {
	width: 214px;
	padding: 3px 0px 0px 6px;
}
#header div.searchBox input.button {
	width: 28px;
	/*background: url('images/icons/search.gif') 50% 50% no-repeat;*/
	text-indent: -9999px;
	font-size: 0px;
	color: #ffffff;
	cursor: pointer;
	cursor: mouse;
}
#header div.breadcrumb {
	font-size: 95%;
}
#header div.breadcrumb a {
	color: #639ec8;
	text-decoration: underline;
}
#header div.breadcrumb a:hover {
	text-decoration: none;
}
/* ----------------- End Header  ---------------- */
/* ----------------- Footer  ---------------- */
#footer {
	margin: 0px auto;
	padding-top:25px;
	width: 980px;
	height:89px;
	clear: both;
	color: #444;
	/*background-image: url(images/footer.jpg);*/
	background-repeat: repeat-x;
	font-size:0.72em;
}
#footer p {
	margin: 0;
	padding: 6px 0;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #444;
	text-align: center;
	text-decoration:none;
	padding-right: 6px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
#footer a:hover {
	text-decoration:underline;
}
#footer a.last {
	border-right-style:none;
	padding-right: 0px;
	margin-right:6px;
}
#footer a.first {
	padding-left: 0px;
}
/* ----------------- End Footer  ---------------- */



/* ----------------- Admin Links ---------------- */
#adminlinks {
}
#adminlinks a:link, #adminlinks a:visited {
	color: #444;
	text-decoration:none;
}
#adminlinks a:hover {
	text-decoration:underline;
}
/* ----------------- End Admin Links  ---------------- */

/* ----------------- Holder  ---------------- */
#holder {
	width: 262px;
	padding: 12px;
	float: none;
	margin: 3px;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
}
#holder-gen {
	padding: 12px;
	margin: 3px;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
}
/* ----------------- End Holder  ---------------- */
img {
	border:0px;
}
a:link {
	color: #96bf3d;
	text-decoration:none;
}
a:visited {
	color: #96bf3d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}

/* ----------------- START FORMS  ---------------- */
.formcopy {
	font: 11px Arial, Helvetica, sans-serif;
}
.formBox {
	font-size:12px;
	border: 1px solid #CCCCCC;
	width: 180px;
	height: 16px;
}
.formBoxSmall {
	font-size:12px;
	border: 1px solid #CCCCCC;
	width: 90px;
	height: 16px;
}
.formSubscribe {
	font-size:12px;
	border: 1px solid #CCCCCC;
	width: 220px;
	height: 18px;
}
.loginBox {
	font-size:12px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 150px;
	height: 16px;
}
.formArea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 300px;
}
.form_dropdown {
	font-size:11px;
	border: 1px solid #CCCCCC;
	height: 21px;
}
/* ----------------- END FORMS  ---------------- */

/* ----------------- START SUB MENU  ---------------- */
#productLinks {
	width:170px;
	font-size:12px;
}
#productLinks a:link, #productLinks a:visited {
	display: block;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	color: #555;
	line-height: 25px;
	padding-right: 0px;
	padding-left: 2px;
}
#productLinks a:hover {
	background-color:#1d69d1;
	background-image: none;
	text-decoration: none;
	color: #fff;
}
#productLinksSelected a:link, #productLinksSelected a:visited {
	background-color: #1d69d1;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
#main {
	width:980px;
	margin:auto;
	text-align:left;
}
#header {
	float:none;
	padding-bottom:8px;
	width: 980px;
}
#help_faq {
	float:right;
	width:600px;
	height:29px;
	text-align:left;
}
#basket {
	float:right;
	width:130px;
	height:20px;
	text-align:right;
	margin-top:40px;
	padding-right:0px;
}
#adminbararea {
	float:right;
	width:350px;
	height:29px;
	background-image:url(http://way2goguides.com/images/help_bg_border.gif);
	background-repeat:no-repeat;
	text-align:right;
	padding-top:5px;
	padding-right:40px;
}
#adminbar a:link, #adminbar a:visited {
	color: #666666;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
}
#adminbar a:hover {
	color: #333;
	text-decoration:underline;
}
.click_here:link {
	color: #96bf3d;
	padding-right:15px;
	font-weight:normal;
}
.click_here:visited {
	color: #96bf3d;
	padding-right:15px;
	font-weight:normal;
}
.click_here:hover {
	color: #96bf3d;
	padding-right:15px;
	font-weight:normal;
}
.click_here:active {
	color: #96bf3d;
	padding-right:15px;
	font-weight:normal;
}
.name {
	color: #1d69d1;
	font-weight: bold;
	font-size:13px;
}
.top_sub_total {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#left {
	width:170px;
	float:left;
	padding-left:10px;
	padding-right:4px;
	padding-top:15px;
}
.left_ad_bannerfirst {
	text-align:center;
	padding-top:50px;
	padding-bottom:20px;
	padding-right:18px;
}
.left_ad_banner {
	text-align:center;
	padding-bottom:20px;
	padding-right:18px;
}
#news_letter {
	width:980px;
	padding-top:4px;
	background-image: url(http://way2goguides.com/images/newsletter-bg.gif);
	background-repeat: no-repeat;
	float:left;
	height:40px;
}


#Price {
	font-size:22px;
	font-weight:bold;
	color:#1d69d1;
	padding-top:12px;
}
#Heading {
	text-align:left;
}
.product_page_heading {
	font-size: 54px;
	color: #96bf3d;
	font-weight:lighter;
	line-height:80px;
}
.product_page_gry_heading {
	font-size: 30px;
	color: #a6a6a6;
	font-weight:lighter;
}
#product_page_top_image {
	float:left;
	margin-right:4px;
}
#product_details_contaner {
	margin-top:30px;
}
#product_contaner {
	float:left;
	width:200px;
}
#product_text_contaner {
	clear:right;
	text-align:right;
}
.product_page_price {
	font-size:34px;
	font-weight:normal;
}
.home_page_price {
	font-size:25px;
	font-weight:bold;
	color:#1d69d1;
	padding-bottom:12px;
}



.track_listing {
	font-size:13px;
	color:#333333;
	font-weight:bold;
}
#traking_list_midd {
	background-color:#96bf3d;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}
#traking_list_midd_inner_1 {
	background-color:#dbe9bc;
	height:40px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	font-size:13px;
}
#traking_list_midd_inner_2 {
	background-color:#b6d278;
	height:40px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	font-size:13px;
}
.traking_list_midd_text {
	float:left;
	padding-top:11px;
	color:#333333;
}
.traking_list_midd_play {
	text-align:right;
	padding-top:8px;
}
#add_button {
	padding-top:5px;
	padding-bottom:5px;
}
#sample_audio {
	font-size:20px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	background-image:url(images/news_letter_bg.gif);
	background-repeat:no-repeat;
	height:41px;
	padding-left:100px;
	padding-top:8px;
}


.green {
	color:#96bf3d;
}
.white {
	color:#fff;
}
.blue {
	color:#1d69d1;
}
.red {
	color:#ff0000;
}
.error{
	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:none;
	padding-left:10px;
}
