/*---MAIN STYLES---*/

clear {
	clear: both;
}

html, body {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
}

body {
	background-color: #39494e; 
	background-image: url('/images/main/mainbg3.jpg'); 
	background-repeat: repeat-x;
	background-position: top;
	z-index: 0;
}

#main {
	width: 1300px;
	height: 1300px;
	background-image: url('/images/main/mainbg1.jpg'); 
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}

p {
	color: #585f61;
	margin-bottom: .5em;
	line-height: 1.6em;
}

p.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.light_green {
	font-weight: bold;
	color: #abc03f;
}

.dark_green {
	font-weight: bold;
	color: #5e6d71;
}

.grey {
	color: #b2b2b2;
}

.light_grey {
	color: #e5e5e5;
}

.red {
	color: red;
}

.white {
	color: white;
}

.center {
	text-align: center;
}

.page_links {
	color: #abc03f;
}

.page_links_left {
	color: #abc03f;
	float: left;
}

.page_links_right {
	color: #abc03f;
	float: left;
	margin-left: 164px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #5e6d71;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #5e6d71;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #5e6d71;
	margin-bottom: .5em;
}

h3.quote {
	font-style: italic;
	color: #b2b2b2;
	line-height: 1.6em;
	margin-bottom: 30px;
}

h4 {
	font-size: .9em;
	font-weight: bold;
	color: #b2b2b2;
	margin-bottom: .5em;
}

h5 {
	margin-bottom: .5em;
}

h6 {
	font-size: .85em;
	font-weight: bold;
	margin-bottom: .5em;
}

#content_area li {
	color: #505050;
	margin-bottom: .5em;
	line-height: 1.6em;
	margin-left: 20px;	
}

strong {
	font-weight: bold;
}

blockquote {
	margin: 10px;
	background: #ffffff;
	padding: 20px;
	border: 10px solid #f5f5f5;
	font-family: Georgia, Garamond, Cochin, "Times New Roman", Times, serif;
	font-style: italic;
	-webkit-box-shadow: 0 2px 6px #333333;
    -moz-box-shadow: 0 2px 6px #333333;
}

.container {
	clear: none;
}

hr {
	color: #abc03f;
	background-color: #abc03f;
	height: 2px;
}

img.right {
	float: right;
}

img.left {
	float: left;
}

img.content_right {
	float: right;
	padding: 5px;
	margin: 0 0 15px 15px;
	max-width: 280px;
	-webkit-box-shadow: 0 2px 6px #333333;
    -moz-box-shadow: 0 2px 6px #333333;
}

img.content_left {
	float: left;
	padding: 5px;
	margin: 0 15px 15px 0;
	max-width: 280px;
	-webkit-box-shadow: 0 2px 6px #333333;
    -moz-box-shadow: 0 2px 6px #333333;
}

img.content {
	padding: 5px;
	margin: 15px 0 15px 0;
	max-width: 610px;
	-webkit-box-shadow: 0 2px 6px #333333;
    -moz-box-shadow: 0 2px 6px #333333;
}

img.rounded3d {
  	border-bottom-right-radius: 10px;
  	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-right-radius: 10px;
 	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#adobe_user {
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 130px;
	background: #f5f5f5;
	height: 200px;
	-webkit-box-shadow: 0 2px 2px #8A99A6;
  	-moz-box-shadow: 0 2px 2px #8A99A6;
  	border-bottom-right-radius: 10px;
  	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-right-radius: 10px;
 	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#adobe_group {
	clear: both;
	display: block;
	width: 610px;
	height: 200px;
}

#breadcrumbs {
	text-align: left;
	color: #b2b2b2;
	font-size: .8em;
	position: absolute;
	margin: 50px 0 0 60px;
}

.breadcrumbs a {
	color: #b2b2b2;
}

#block {
	padding: 10px;
	margin: 10px;
	margin-right: -10px;
	width: 270px;
	float: right;
	background: #ffffff;
	border: 10px solid #f5f5f5;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #5e6d71;
	-webkit-box-shadow: 0 1px 2px #333333;
    -moz-box-shadow: 0 1px 2px #333333;
}

ol {
	margin-left: 30px;
}

table.calculator {
	-webkit-box-shadow: 0 2px 6px #333333;
    -moz-box-shadow: 0 2px 6px #333333;
}

table.acn {
//	border: 1px solid #b2b2b2;
	padding: 0px;
	margin: 0px;
	cell-padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.green {
//	border: 1px solid #b2b2b2;
	padding: 0px;
	margin: 0px;
	cell-padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

td.green {
	background: #abc03f;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

td.grey {
	background: #f5f5f5;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

td.acn1 {
	padding: 3px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	width: 90px;
}

#content_area p.acn1 {
	font-size: .85em;
	line-height: 1em;
}

#content_area p.whitehead {
	font-size: 1em;
	line-height: 1em;
	color: #ffffff;
}

#content_area p.onetoone {
	font-size: 1.2em;
	font-style: bold;
	line-height: 1em;
}

td.acn2 {
	padding: 3px;
	margin: 0px;
	text-align: left;
}

td.acn3 {
	padding: 3px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	background: #f5f5f5;
}

table.training {
//	border: 1px solid #b2b2b2;
	padding: 0px;
	margin: 0px;
	cell-padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content_area p.training {
	font-size: .85em;
	line-height: 1em;
	color: #FFFFFF;
}

td.training {
	padding: 3px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	background: #abc03f;
	width: 150px;
}

/*---MAIN LOGO---*/

#main_logo {
	height: 106px;
	z-index: 2;
}

#main_logo a {
	padding: 0;
	margin: 0;
}

/*---RIGHT SHADOW (NOT FOR IE)---*/

#right_shadow {
	background: none;
}

/*---LINK STYLES---*/

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

a:hover {
	color: #00a2ff;
	text-decoration: underline;
}

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

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

a:link.inherit {
	color: inherit;
	text-decoration: inherit;
}

a:hover.inherit {
	color: inherit;
	text-decoration: inherit;
}

a:visited.inherit {
	color: inherit;
	text-decoration: inherit;
}

a:active.inherit {
	color: inherit;
	text-decoration: inherit;
}

/*---SIDEBAR---*/

#main_menu {
	margin: 0;
	background: url('/images/main/main_link_border.jpg') no-repeat;
	background-position: bottom right;
}

.main_menu_selected {
	font-family: Avenir, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1.5px;
	/*padding-left: 90px;*/
	text-align: left;
	float: right;
	color: #abc03f;
	height: 30px;
	line-height: 32px;
	width: 144px;
	background: url("/images/main/main_menu_selected4.jpg") no-repeat;
	background-position: top right;
}

#extras_menu {
	margin-top: 30px;
	background: none;
	background-position: bottom right;
}

#sidebar {
	/*background: url("/images/main/sidebar_bg.jpg") repeat-y;*/
	width: 230px;
	float: left;
	margin-top:0px;
	z-index: 2;
}

#sidebar ul {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	background: url('/images/main/main_link_border.jpg') no-repeat;
	background-position: bottom right;
}

#sidebar img.apr {
	background: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 106px;
}

#sidebar img.voda {
	background: none;
	padding-bottom: 15px;
	padding-left: 96px;
}

#sidebar ul a {
	font-family: Avenir, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: .85em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding-left: 86px;
}

#sidebar input {
	margin-left: 86px;
	margin-top: 4px;
	font-size: .8em;
	padding: 4px;
	background: #e5e5e5;
	border: 2px solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	float: left;
}

#sidebar button.search {
	height: 26px;
	width: 26px;
	background: url("/images/main/searchbutton_bg.png") left no-repeat;
	margin-top: 3px;
	margin-left: 0px;
	float: left;
	padding: 0;
}

#sidebar a:link {
	color: #b3b3b3;}

#sidebar a:visited {
	color: #b3b3b3;
}

#sidebar a:hover {
	color: #abc03f;
}

#sidebar a:active {
	color: #fff;
}

#sidebar li {
	height: 30px;
	line-height: 28px;
	background: url('/images/main/main_link_border.jpg') no-repeat;
	background-position: top right;
}

#sidebar li:hover {
	background: url("/images/main/main_link_rollover.png") no-repeat;
}

/*---CONTENT---*/

#content {
	padding: 0;
	margin: 0;
	width: 820px;
	float: left;
	background: url('/images/main/content_bg.jpg') repeat-y;
	text-align: center;
	z-index: 2;
	-webkit-box-shadow: 0 0 20px #232d30;
  	-moz-box-shadow: 0 0 20px #232d30;
}

#content_area {
	margin: 0 auto;
	//min-height: 424px;
	/*margin-top:20px;*/
	padding-left: 30px;
	padding-right: 30px;
	width: 700px;
	background-color: #ffffff;
	text-align: center;
	z-index: 3;
}

#content_area p {
	font-size: 1em;
	color: #505050;
	margin-bottom: .5em;
}

#content_area p.light_green {
	color: #abc03f;
	margin-bottom: 0px;
}

#content_area p.light_green {
	color: #5e6d71;
	margin-bottom: 0px;
}

#content_area p.red {
	color: red;
}

#content_area p.back {
	color: #cdcdcd;
	font-size: .8em;
}

#content_area p.note {
	font-size: .8em;
	color: #999999;
	font-style: italic;
}

#content_area p.small {
	font-size: .8em;
	margin-bottom: 15px;
}

#content_area blockquote p {
	line-height: 1.8em;
	color: #5e6d71;
}

a.more_info {
	font-size: .8em;
}

#content_area h2.contacts {
	text-transform: capitalize;
	color: #abc03f;
}

#content_area h3.store {
	border-top: 2px solid #e5e5e5;
	font-size: 1em;
	/*margin-top: 20px;*/
}

/*---CONTENT COLUMNS---*/

#double_column {
	float: left;
	width: 610px;
	margin: 30px 30px 0px 30px;
	text-align: left;
	background: #ffffff;
}

#double_column_nomargins {
	float: left;
	width: 610px;
	margin: 0;
	text-align: left;
	background: #ffffff;
}

#double_column_nomargins h2 {
	padding-top: 20px;
}

#content_column {
	float: left;
	width: 290px;
	margin: 0px 30px 0px 30px;
	text-align: left;
	background: #ffffff;
}

#content_column .small {
	font-size: .8em;
}

#content_column_nomargin {
	float: left;
	width: 290px;
	margin: 0px 30px 0px 0px;
	text-align: left;
	background: #ffffff;
}

#content_column h2 {
	padding-top: 30px;
}

#content_column_nomargin h2 {
	padding-top: 30px;
}

#content_column.glider {
	float: left;
	width: 275px;
	margin: 0;
	padding-right: 30px;
	text-align: left;
	background: #ffffff;
}

#content_column_nomargin h2 {
	padding-top: 30px;
}

#content_column_nomargin.glider {
	float: left;
	width: 275px;
	margin: 0;
	padding-right: 30px;
	text-align: left;
	background: #ffffff;
}

#double_column.glider {
	float: left;
	width: 610px;
	margin: 0;
	padding-top: 30px;
	text-align: left;
	background: #ffffff;
}

#homepage_content {
	height: auto;
	margin-top: 140px;
}

/*---WEBTILES---*/

#webtile {
	width: 700px;
	height: 280px;
	margin: 0 auto;
	padding-top: 20px;
	background: #ffffff;
	clear: right;
	margin-bottom: 0px;
}

#webtile h2 {
	font-size: 1em;
	font-weight: bold;
	color: #abc03f;
	margin-bottom: .5em;
	line-height: 1.6em;
}

#webtile h2.price {
	font-weight: bold;
	color: #5e6d71;
}

#webtile_image {
	float: left;
	width: 460px;
	//margin-bottom: 50px;
	vertical-align: middle;

}

#webtile img.large {
	vertical-align: middle;
	max-width: 700px;
	//max-height: 347px;
}

#webtile img {
	vertical-align: middle;
	max-height: 280px;
	max-width: 460px;
}

#webtile_text {
	float: right;
	text-align: left;
	width: 220px;
	clear: right;
	margin-bottom: 50px;
}

#webtile h1.dept {
	margin-top: 50px;
}

#webtile ul {
	list-style-type: disc;
	margin-bottom: .5em; 
	margin-left: 15px;
}

#webtile ul.no_dots {
	list-style-type: none;
	margin-left: 0px;
}

#content_area ul.no_dots {
	list-style-type: none;
	margin-left: 0px;
}

#content_area li {
	font-size: 1em;
	color: #505050;
	margin-bottom: .5em;
	line-height: 1.6em;
	margin-left: 20px;	
}

#content_area li.float {
	font-size: 1em;
	color: #505050;
	margin-bottom: 0px;
	line-height: 1em;
	margin-left: 0px;
	display: inline;
}

#content_area li.vid {
	font-size: .9em;
	font-weight: bold;
	color: #505050;
	margin-bottom: 0px;
	line-height: 1.3em;
	margin-left: 0px;
}

#webtile li {
	font-size: .85em;
	color: #b2b2b2;
	margin-bottom: 0px;
	line-height: 1.2em;
	margin-left: 0px;
}

#webtile li.light_green {
	color: #abc03f;
}

#webtile li.red {
	color: red;
	margin-bottom: 5px;
}

.controls {
	margin-top: 0px;
}

#webtile .controls {
	float: right;
	clear: both;
}

#webtile p.controls {
	font-size: .85em;
	color: #b2b2b2;
	margin: 0 0 1px 0;
	float: left;
}

.controls_tiles {
	margin-top: -20px;
}

/*---NEWS---*/

#news {
	float: left;
	width: 450px;
	margin: 0px 20px 0px 0px;
	text-align: left;
}

#news h1 {
	padding: 10px 5px;
	font-size: 1.6em;
	background: #f3f3f3 url("/images/main/headerbar.jpg") bottom repeat-x;
	-webkit-box-shadow: 0 2px 2px #8A99A6;
  	-moz-box-shadow: 0 2px 2px #8A99A6;
  	/*border-bottom-right-radius: 10px;
  	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-right-radius: 10px;
 	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;*/
}

#news p.light-green {
	color: #abc03f;
}

#news img {
	width: 210px;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 15px;
}

#article {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-top: solid 2px #e5e5e5;
	//height: auto;
	position: relative;
	clear: both;
	/*-webkit-box-shadow: 0 2px 6px #8A99A6;
  	-moz-box-shadow: 0 4px 4px #8A99A6;
  	border-bottom-right-radius: 10px;
  	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-right-radius: 10px;
 	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;*/
	
}

#article h2 {
	font-size: 1.6em;
}

#article_image {
	min-height: 165px;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	position: relative;
}

#article_image img {
	max-width: 280px;
}

#news p.date {
	float: right;
	font-weight: bold;
	color: #b2b2b2;
	padding-left: 5px;
	margin-left: 5px;
}

#news a.subscribe {
	padding-top: 10px;
	float: right;
	display: inline;
	font-size: .9em;
	color: #b2b2b2;
	font-weight: bold;
	text-decoration: none;
}

#news a.subscribe:hover {
	color: #999999;
}

#news a.subscribe p {
	padding-top: 2px;
	float: left;
	padding-right: 5px;
	color: inherit;
}

#news a.subscribe img {
	height: 14px;
	margin-top: 3px;
	padding-right: 10px;
	float: none;
	display: inline;
	padding-left: 0;
	padding-top: 0;
	width: auto;
}

#double_column p.date {
	float: right;
	font-weight: bold;
	color: #b2b2b2;
}

#double_column a.subscribe {
	padding-top: 5px;
	float: right;
	display: inline;
	font-size: .9em;
	color: #b2b2b2;
	font-weight: bold;
	text-decoration: none;
}

#double_column a.subscribe:hover {
	color: #999999;
}

#double_column a.subscribe p {
	padding-top: 2px;
	float: left;
	padding-right: 5px;
	color: inherit;
}

#double_column a.subscribe img {
	height: 14px;
	margin-top: 3px;
	padding-right: 10px;
	float: none;
	display: inline;
	padding-left: 0;
	padding-top: 0;
}

img.news_page {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	max-width: 250px;
	position: relative;
}

#double_column #article {
	padding: 5px;
	margin-top: 30px;
	border-top: solid 2px #e5e5e5;
	//height: auto;
	position: relative;
	clear: both;
}

#double_column h1.news_page {
	//border-bottom: solid 5px #e5e5e5;
	padding-bottom: 20px;
}

#promo_deal {
	/*background: #b00000 url('/images/main/promo_bg.jpg') repeat-x bottom;*/
	margin-top: 0x;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 200px;
	border-left: 8px #e5e5e5 solid;
	/*-webkit-box-shadow: 0 1px 4px #8A99A6;
  	-moz-box-shadow: 0 2px 2px #8A99A6;
  	border-bottom-right-radius: 10px;
  	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-right-radius: 10px;
 	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;*/
}

#promo_deal_wide {
	/*background: #b00000 url('/images/main/promo_bg.jpg') repeat-x bottom;*/
	margin-top: 10px;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	width: 162px;
	clear: right;
	border-left: 8px #e5e5e5 solid;
	/*-webkit-box-shadow: 0 1px 4px #8A99A6;
  	-moz-box-shadow: 0 2px 2px #8A99A6;
  	border-bottom-right-radius: 10px;
  	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-right-radius: 10px;
 	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;*/
}

#promo_deal p {
	font-size: .9em;
	line-height: 2em;
}

#promo_deal_wide p {
	font-size: .9em;
	line-height: 2em;
}

#article a.article_link {
	text-transform: none;
}

#article a:hover.article_link {
	text-transform: none;
}

/*---ACTIVITY---*/

#activity {
	float:  left;
	width: 230px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: #e5e5e5;
	-webkit-box-shadow: 0 2px 2px #8A99A6;
  	-moz-box-shadow: 0 2px 2px #8A99A6;
  	border-bottom-right-radius: 10px;
  	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	/*border-top-right-radius: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-right-radius: 10px;
 	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;*/
}

#activity h1 {	
	padding: 10px 5px;
	font-size: 1.6em;
	background: #f3f3f3 url("/images/main/headerbar.jpg") bottom repeat-x;
	-webkit-box-shadow: 0 2px 2px #8A99A6;
  	-moz-box-shadow: 0 2px 2px #8A99A6;
}

#activity h2 {
	margin-top: 20px;
	border-top: 2px solid #e5e5e5;
}

#twitter_feed {
	padding: 10px;
}

#facebook_badge {
	padding: 10px;
}

#flickr_feed {
	padding: 10px;
}

#downloads {
	float:  left;
	width: 230px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: #e5e5e5;
	-webkit-box-shadow: 0 2px 2px #8A99A6;
  	-moz-box-shadow: 0 2px 2px #8A99A6;
  	/*border-bottom-right-radius: 10px;
  	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;*/
	/*border-top-right-radius: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-right-radius: 10px;
 	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;*/
}

#downloads img {
	height: 30px;
	float: left;
	//margin: 5px;
}

#downloads h1 {	
	padding: 10px 5px;
	font-size: 1.6em;
	background: #f3f3f3 url("/images/main/headerbar.jpg") bottom repeat-x;
	-webkit-box-shadow: 0 2px 2px #8A99A6;
  	-moz-box-shadow: 0 2px 2px #8A99A6;
}

#downloads h2 {
	margin-top: 20px;
	border-top: 2px solid #e5e5e5;
}

#downloads p {
	margin-top: 2px;
	font-size: .9em;
	//margin-bottom: 20px;
	vertical-align: middle;
}

#downloads .small {
	font-size: .8em;
}

#downloads table {
	padding: 5px;
}

#downloads tr {
	margin-bottom: 20px;
	vertical-align: middle;
}

#downloads td {
	vertical-align: middle;
	margin-bottom: 20px;
}

#downloads hr {
	width: 90%;
	margin: 0 10px 0 10px;
	height: 1px;
}

#testimonials {
	float:  left;
	width: 230px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: #e5e5e5;
	-webkit-box-shadow: 0 2px 2px #8A99A6;
  	-moz-box-shadow: 0 2px 2px #8A99A6;
  	/*border-bottom-right-radius: 10px;
  	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
 	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;*/
	/*border-top-right-radius: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-right-radius: 10px;
 	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;*/
}

#testimonials h1 {	
	padding: 10px 5px;
	font-size: 1.6em;
	background: #f3f3f3 url("/images/main/headerbar.jpg") bottom repeat-x;
	-webkit-box-shadow: 0 2px 2px #8A99A6;
  	-moz-box-shadow: 0 2px 2px #8A99A6;
}

#testimonials h2 {
	margin-top: 20px;
	border-top: 2px solid #e5e5e5;
}

#testimonials p {
	margin: 10px;
	margin-top: 15px;
	font-size: .85em;
	//margin-bottom: 20px;
	vertical-align: middle;
	font-style: italic;
}

#testimonials p.name {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: .9em;
	//margin-bottom: 20px;
	vertical-align: middle;
	color: #5e6d71;
	font-style: normal;
	font-weight: bold;
	line-height: 0px;
}

#testimonials p.info {
	margin-top: 2px;
	margin-left: 10px;
	font-size: .85em;
	//margin-bottom: 20px;
	vertical-align: middle;
	color: #abc03f;
	font-style: normal;
	font-weight: bold;
}

#testimonials p.more {
	margin-top: 5px;
	font-size: .85em;
	//margin-bottom: 20px;
	vertical-align: middle;
	text-align: right;
	color: #abc03f;
	font-style: normal;
}

#testimonials .small {
	font-size: .8em;
}

/*---BUTTONS---*/

#buynow_button {
	height: 20px;
	width: 73px;
	background: url("/images/products/product_buynow_button.jpg") center no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0;
	float: left;
	padding: 0;
	display: none;
}

#moreinfo_button {
	height: 20px;
	width: 73px;
	background: url("/images/products/product_moreinfo_button.jpg") center no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0;
	float: left;
	padding: 0;
}

#contact_button {
	height: 20px;
	width: 73px;
	background: url("/images/main/contact_button.jpg") center no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0;
	float: left;
	padding: 0;
}

#buynow_button.greybg {
	height: 20px;
	width: 73px;
	background: url("/images/products/product_buynow_button_greybg.jpg") center no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0;
	float: left;
	padding: 0;
	display: none;
}

#moreinfo_button.greybg {
	height: 20px;
	width: 73px;
	background: url("/images/products/product_moreinfo_button_greybg.jpg") center no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0;
	float: left;
	padding: 0;
}

/*---PRODUCTS---*/

#product_group {
	height: 400px;
	width: 700px;
	margin-top: 20px;
	clear: both;
	text-align: left;
}

#acer_group {
	height: 450px;
	width: 700px;
	margin-top: 20px;
	clear: both;
	text-align: left;
}

#product_group h2 {
	border-top: solid 1px #abc03f;
}

#acer_group h2 {
	border-top: solid 1px #abc03f;
}


#product {
	position: relative;
	text-align: center;
	height: 320px;
	width: 212px;
	padding: 10px;
	float: left;
	vertical-align: bottom;
}

#software {
	position: relative;
	text-align: center;
	height: 280px;
	width: 212px;
	padding: 10px;
	float: left;
	vertical-align: bottom;
}

#accessory {
	position: relative;
	text-align: center;
	height: 230px;
	width: 212px;
	padding: 10px;
	float: left;
	vertical-align: bottom;
}

#iphone {
	position: relative;
	text-align: center;
	height: 230px;
	width: 190px;
	padding: 10px;
	float: left;
	vertical-align: bottom;
	padding-top: 0px;
}

#double_column_nomargins h2.iphone {
	padding-top: none;
}

#acer {
	position: relative;
	text-align: center;
	height: 250px;
	width: 212px;
	padding: 10px;
	float: left;
	vertical-align: bottom;
}

#product_img {
	text-align: center;
	width: 212px;
	float: left;
	bottom: 140px;
	position: absolute;
}

#ipod_product_img {
	text-align: center;
	height: 200px;
	float: left;
	bottom: 140px;
	position: absolute;
}

#acer_img {
	text-align: center;
	width: 212px;
	float: left;
	bottom: 90px;
	position: absolute;
}

#hero_image {
	height: 280px;
	clear: both;
	float: none;
}

#category_img {
	//width: 150px;
	float: left;
	bottom: 140px;
	position: absolute;
}

#softwarecategory_img {
	//width: 150px;
	float: left;
	bottom: 140px;
	position: absolute;
}

#category_img img {
	height: 150px;
}

#softwarecategory_img img {
	width: 150px;
}

#product_text {
	width: 200px;
	float: left;
	position: relative;
	top: 200px;
	bottom: 0px;
	text-align: left;
}

#software_text {
	width: 200px;
	float: left;
	position: relative;
	top: 170px;
	bottom: 0px;
	text-align: left;
}

#accessory_text {
	width: 200px;
	float: left;
	position: relative;
	top: 120px;
	bottom: 0px;
	text-align: left;
}

#iphone_text {
	width: 180px;
	float: left;
	position: relative;
	top: 0px;
	bottom: 0px;
	text-align: left;
}

#product_price {
	padding-left: 5px;
	width: 80px;
	float: left;
	position: absolute;
	top: 270px;
	bottom: 0px;
	text-align: left;
	border-left: 8px solid #e5e5e5;
}

#iphone_price {
	padding-left: 0px;
	width: 180px;
	float: left;
	position: absolute;
	top: 20px;
	bottom: 0px;
	text-align: left;
	//border-left: 8px solid #e5e5e5;
	clear: both;
}

#iphone_price p {
	margin-bottom: 0px;
	line-height: 1.6em;
}

#iphone_price p.small {
	margin-bottom: 6px;
}

#iphone_price ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#iphone_price li {
	color: #b2b2b2;
	line-height: 1em;
	margin-left: 0px;
	padding-left: 0px;
	font-size: .8em;
}

#iphone_price h3.light_green {
	border-top: 1px solid #abc03f;
	margin-top: 25px;
	padding-top: 5px;
}

#acer_text {
	width: 200px;
	float: left;
	position: relative;
	top: 180px;
	bottom: 0px;
	text-align: left;
}


#acer_price {
	padding-left: 5px;
	width: 80px;
	float: left;
	position: absolute;
	top: 300px;
	bottom: 0px;
	text-align: left;
	border-left: 8px solid #e5e5e5;
	min-height: 80px;
}

#product_buttons {
	position: absolute;
	top:  278px;
	left: 140px;
	display: inline;
	float: right;
}

#iphone_buttons {
	position: absolute;
	top:  100px;
	left: 140px;
	display: inline;
	float: right;
}
		
.rrp_price {
font-size: 1em;
	color: #5e6d71;
}

#product_price h5 {
	font-size: 1em;
	font-weight: normal;
	color: #5e6d71;
}

#product_price h6 {
	font-size: .8em;
	font-weight: normal;
	color: #abc30f;
}

#acer_price h5 {
	font-size: 1em;
	font-weight: normal;
	color: #5e6d71;
}

#acer_price h6 {
	font-size: .8em;
	font-weight: normal;
	color: #abc30f;
}

#product_group table {
	width: inherit;
	float: left;
	display: inline;
	vertical-align: bottom;
}

#product_group td {
	vertical-align: bottom;
}

#product_hero {
	width: 700px;
	clear: right;
}

#product_blerb {
	position: relative;
	float: left;
	width: 220px;
	text-align: left;
}

#product_image {
	margin-top: 20px;
	position: relative;
	float: right;
	width: 460px;
	bottom: 0;
	clear: right;
}

#product_image img {
	vertical-align: middle;
}

#product_config {
	/*height: 400px;*/
	width: 700px;
	float: left;
	margin-top: 20px;
	position: relative;
	clear: both;
	text-align: left;
}

#iphone_config {
	height: 1500px;
	width: 700px;
	float: left;
	margin-top: 20px;
	position: relative;
	clear: both;
	text-align: left;
}

#config_column {
	padding: 5px;
	float: left;
	text-align: left;
	width: 160px;
	background: #ffffff;
	padding-left: 10px;
	border-top: 10px solid #ffffff;
}

#config_column h3 {
margin-top: 10px;
	margin-bottom: 10px;
}

#config_column ul {
	border-top:  2px solid #e5e5e5;
	border-bottom:  2px solid #e5e5e5;
	list-style-type: none;
	margin-top:  10px;
	margin-bottom: 10px; 
}

#config_column li {
	font-size: .8em;
	color: #585f61;
	margin-bottom: 5px;
	margin-left: 0px;
}

#config_column h3.price {
	font-size: 1.2em;
	color: #000000;
	margin-bottom: 0;
}

#product_list {
	
}

#list_item {
	border-top: 1px solid #abc03f;
	font-size: .85em;
	//height: 200px;
	clear: both;
	min-height: 50px;
	position: relative;
}

#list_item img.left {
	float: left;
	margin: 10px;
	max-width: 100px;
}

#list_item_text {
	float: right;
	margin: 10px;
	text-align: left;
	width: 520px;
	border-left: 8px solid #e5e5e5;
	padding-left: 10px;
	//border-right: 8px solid #e5e5e5;
	padding-right: 10px;
}

#list_item_details {
	margin: 10px;
	clear: both;
	position: relative;
	height: auto;
}

#list_item_prices_deal {
	float: left;
	text-align: right;
	//clear: both;
	width: 420px;
	margin-bottom: 20px;
}

#list_item_prices_nodeal {
	float: left;
	text-align: right;
	//clear: both;
	width: 600px;
	margin-bottom: 20px;
}

#list_item_deals {
	float: left;
	text-align: right;
	width: 180px;
/*	clear: both;
	width: 100px;*/
	margin-bottom: 20px;
	position: relative;
}

#list_item_codes {
	float: right;
	width: 80px;
	text-align: right;
}

#list_item_codes p {
	font-size: .9em;
	line-height: 2.1em;
	color: #b2b2b2;
}

#bto_list {
	background-color: #f5f5f5;
	padding: 10px 20px;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px #333333;
  -moz-box-shadow: 0 1px 3px #333333;
    height: auto;
    margin: 20px 20px 10px 5px;
    width: 150px;
    float: left;
}

#bto_list h3 {
	margin-left: 5px;
	line-height: 2em;
}

#announcement_button {
	height: 14px;
	width: 70px;
	background: url("/images/main/announcement.gif") center repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	float: right;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}

/*---EVENTS---*/

#event_button {
	width: 182px;
	height: 290px;
	margin: 10px;
	padding: 10px 0;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px #333333;
  -moz-box-shadow: 0 1px 3px #333333;
  text-align: center;
  float: left;
}

#event_button img {
	margin-bottom: 10px;
	width: 182px;
}

#event_button button.submit {
	margin-bottom: 0;
	margin: 5px;
}

#event_button p {
	font-size: .7em;
	margin-bottom: 5px;
}

/*---FORMS---*/

#form {
}

#form p {
	font-size: 1em;
	color: #999999;
}

#form p.bold {
	font-weight: bold;
	color: #ffffff;
	background-color: #b2b2b2;
	padding: 3px;
}

#form_column {
	width: 280px;
	float: left;
	padding-right: 20px;
}

input {
	font-size: 1em;
	padding: 4px;
	margin-bottom: 20px;
	background: #f5f5f5;
	border: 2px solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
}



textarea {
	font-size: 1em;
	padding: 4px;
	margin-bottom: 20px;
	background: #f5f5f5;
	border: 2px solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
}

button.submit {
	font-size: .8em;
	text-transform: uppercase;
	color: #ffffff;
	height: 25px;
	width: 82px;
	padding: 2px;
	margin-bottom: 20px;
	background: url('/images/main/blank_button.jpg');
	border: none;
	font-weight: bold;
}

select {
	margin-bottom: 20px;
	font-size: .9em;
	background: #f5f5f5;
	border-top-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	padding: 5px;
}

select.yesno {
	width: 250px;
}

select.training {
	margin-bottom: 20px;
	font-family: monospace;
	font-size: .9em;
	background: #f5f5f5;
	border-top-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	padding: 5px;
	width: 610px;
}

.highlight {
	padding-top: 5px;	
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #abc03f;
	color: #ffffff;
}

#errormessage {
	font-size: 1em;
	color: #000000;
	background-color: #f6dbdb;
	padding: 3px;
	font-weight: bold;
	padding: 10px;
}

.error {
	background: #f6dbdb;
}

#okmessage {
	background: #e5e5e5;
	padding: 20px;
	font-size: 1em;
	color: #585f61;
	font-style: italic;
	margin-bottom: 10px;
}

#t_and_cs {
	padding: 10px;
	background: #e5e5e5;
	margin-bottom: 10px;
}

#content_area p.t_and_cs {
	margin-bottom: 0px;
	line-height: auto;
	font-size: .8em;
}

input.t_and_cs {
	font-size: 1em;
	padding: 4px;
	margin-bottom: 0px;
	background: #f5f5f5;
	border: 2px solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
}

/*---SUB-MENU---*/

#sub_menu {
	width: 820px;
	height: 60px;
	padding-top: 12px;
	background: #e5e5e5 url("/images/main/sub_menu_bg.jpg") bottom;
	z-index: 3;
}

#sub_menu ul {
	text-align: center;
	list-style-type: none;
	margin: 0 auto;
}

#sub_menu li {
	display: inline;
	line-height: 34px;
}

#sub_menu a {
	font-family: Avenir, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: .85em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin-right: 2px;
}

#sub_menu a:link {
	color: #5e6d71;}

#sub_menu a:visited {
	color: #5e6d71;
}

#sub_menu a:hover {
	color: #f6f6f6;
}

#sub_menu font:hover {
	background: #c2e21f url('/images/main/sub_menu_rollover.jpg') repeat-x bottom;
	border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
}

#sub_menu font:hover.sub_menu_current {
	background: #ffffff;
}

#sub_menu a:active {
	color: #5e6d71;
}

.sub_menu_other {
	padding: 6px 10px 4px 10px;
	background: #c1c1c1 url('/images/main/sub_menu_inactive.jpg') repeat-x bottom;
	color: #ffffff;
	font-weight: bold;
	border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
	
}

.sub_menu_other_red {
	padding: 6px 10px 4px 10px;
	background: #e21f30 url('/images/main/sub_menu_red.jpg') repeat-x bottom;
	color: #ffffff;
	font-weight: bold;
	border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
}

/*#sub_menu font.sub_menu_other_red {
	color: red;
}*/

.sub_menu_current {
	font-family: Avenir, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1.5px;
	//margin-right: 2px;
	padding: 7px 10px 7px 10px;
	color: #5e6d71;
	background-image: none;
	background-color: #fff;
	border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
}

/*---FOOTER---*/

#partner_logos {
	background: #f2f2f2 url('/images/main/partnerlogos_bgnew.jpg') repeat-x;
	height: 80px;
	width: 820px;
	text-align: center;
	margin-left: -60px;
}

#partner_logos img {
margin-top: 14px;
padding: 12px;
}

#footer {
	margin: 0 auto;
	/*padding-top: 50px;*/
	padding-left: 60px;
	padding-right: 60px;
	width: 700px;
	background: #6a6a6a url('/images/main/footer_bottom.jpg') repeat-x bottom;
	height: 1050px;
	text-align: left;
	clear: left;
	z-index: 3;
}

#footer h3.mission {
	font-style: italic;
	text-align: center;
	color: #b2b2b2;
	font-weight: lighter;
	margin-top: 15px;
}

/*#footer a {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a.social_media {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}*/

#footer img.browsers {
	vertical-align: middle;
	margin-right: 3px;
}

#footer img.social_media {
	margin-bottom: 10px;
	vertical-align: middle;
	margin-right: 5px;
}

/*#footer a:link {
	color: #919b9d;
}

#footer a:visited {
	color: #919b9d;
}

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

#footer a:active {
	color: #abc03f;
}*/

#footer_column {
	width: 173px;
	padding: 30px;
	float: left;
}

#footer_column h1 {
	font-size: 1.1em;
	color: #abc03f;
	font-weight: bold;
	margin-bottom: 14px;	
}

#footer_column h1.tip {
	font-color: #b9b9b9;
}

#footer_column p {
	font-size: .9em;
	color: #b9b9b9;
	margin-bottom: 20px;
	line-height: 1.4em;
}

#footer_column a:link {
	color: inherit;
}

#footer_column a:visited {
	color: inherit;
}

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

#footer_column a:link.light_green {
	color: #abc03f;
}

#footer_column a:visited {
	color: #inherit;
}

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

#footer_tricolumn {
	float: left;
	width: 163px;
	padding: 20px;
}

#footer_quadcolumn {
	float: left;
	width: 100px;
	padding: 20px;
}

#disclaimers {
	clear: both;
}

#disclaimers p {
	font-size: .8em;
	color: #b9b9b9;
	line-height: 1.4em;
	text-align: center;
}

#email_address {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	text-align: center;
}

#email_address h1 {
	font-size: 1.1em;
	color: #abc03f;
	font-weight: bold;
}

#locations {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
}

#locations h1 {
	font-size: 1.1em;
	color: #abc03f;
	font-weight: bold;
	margin-bottom: 14px;
}

#locations p {
	font-size: .9em;
	color: #b9b9b9;
	margin-bottom: 20px;
	line-height: 1.4em;
}



.storename {
	font-size: 1em;
	font-weight: bold;
}

.address {
	font-size: 1em;
	font-weight: bold;
}

/*#more_info {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}*/

#more_info h1 {
	font-size: 1.1em;
	color: #abc03f;
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 20px;
}

#more_info p {
	font-size: .8em;
	color: #b9b9b9;
	margin-bottom: 5px;
	line-height: 1.4em;
}

#footer_column p.social_media {
	font-size: .9em;
	vertical-align: middle;
	margin-bottom: 0px;
}

#footer_column a:link {
	color: inherit;
}

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

/*---SITE INFO---*/

#bottom_navs {
	position: relative;
	top: 30px;
	margin-bottom: 20px;
}

#bottom_right {
	float: right;
	margin-right: 30px;
}

#bottom_right p {
	font-size: .8em;
	color: #e5e5e5;
}

#bottom_left {
	float: left;
	margin-left: 30px;
}

#bottom_left p {
	font-size: .8em;
	color: #e5e5e5;
}

/*#footer p.location {
	font-size: .7em;
	margin-bottom: 10px;
}

#footer h1 {
	font-size: .9em;
	color: #abc03f;
	font-weight: bold;
	margin-bottom: 14px;
}

#footer p {
	font-size: .6em;
	color: #b9b9b9;
	margin-bottom: .5em;
	line-height: 1.2em;
}

#footer img.partner_logo {
	padding: 10px;
	vertical-align: middle;
}

#footer p.storename {
	font-weight: bold;
	font-size: .8em;
}*/

/*---TOOLTIP STYLES---*/

.desc {
	color: #939598;
}

a.tt{
    position:relative;
    z-index:24;
    color:#abc03f;
    //font-size: 14pt;
	font-style: inherit;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: inherit; background:;}
a.tt:hover span.tooltip{
    display:block;
    font-size: 1.1em;
    line-height: 1.8em;
    letter-spacing: 1px;
    position:absolute;
    top:0px; left:0;
	padding: 0;
	width:230px;
	color: #e5e5e5;
    text-align: left;
	filter: alpha(opacity:80);
	KHTMLOpacity: 0.80;
	MozOpacity: 0.80;
	opacity: 0.80;
}
a.tt:hover span.top{
	display: block;
	padding: 15px 8px 0;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 20px; 
	background-color: #1e252a; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #fff;
    }

/*--- VALENTINES CSS ---*/

/**
 * Global Image styles
 */

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}


img.ttl {
	display:block;
    margin:0;
    padding:27px 0 0 48px;
}

img.side {
	display:block;
    margin:0;
    padding:8px 0 0 48px;
}



img.storeInfo {
    float:left;
    margin:20px 0 0 35px ;
}

img.map {
    float:right;
    margin:13px 15px 0 0;
}


img.topLeft {
    float:left;
    margin:0 0 21px 1px;
}

img.topRight {
    float:right;
    margin:0 0 21px 0;
    padding: 0 1px 0 0;
}

img.cta {
    padding: 15px 0 0 0;
}

img.family {
	padding:0 0 0 45px;
}


/**
 * Main page layout
 */
 
#clear {
	margin:0 0 0 0;
}
 
#top {
    width:700px;
    margin:30px auto;
    _margin: auto;
}    
 
.main-content {
    width:700px;
    margin:0 auto;
    border: 1px solid #ABABAB;
    background-color:#ffffff;
    clear:both;
}    

#header {
    position: relative;
    padding:43px 0 63px;
    background: transparent url(/html/products/ipods/valentines/img/main_bg.jpg) no-repeat scroll 0 0;
    background-position:top right;
   	height:1%;
    border-bottom: 1px solid #ABABAB;
}

#header h1 {
    margin:244px 0 0 0;
    _margin:264px 0 0 0;
}

#header h2 {
  	font-size:13px;
    line-height:1.2em;
    color:#848484;
    font-weight:normal;
   	text-align:center;
	padding: 13px 170px;
}

#vdaymain {
	margin:28px 0 0 0;
	width:700px;
	text-align: left;
}


#mainLeft {
	float:left;
	width:700px;
	 margin:0 0 31px 0;
}


.cluster {
    float:left;
    width:315px;
   
}

.clusterRight {
    float:left;
    width:345px;
    _width:325px;
    
}


.copy {
    float:right;
    margin:0 0 0 47px ;
    height:218px;
 }
 

.copy p {
	padding:3px 30px 0 3px ;
    color:#848484;
    font-size:12px;
    line-height:1.4em;
}


.copy img {
	display:block;
}

.copyRight {
    float:left;
    margin:0 10px 0 47px;
    height:218px;
 }
 

.copyRight p {
	padding:3px 0px 0 2px ;
    color:#848484;
    font-size:12px;
    line-height:1.4em;
}


.copyRight img {
	display:block;
}


#pink {
  	margin:21px auto;
  	clear:both;
  	background-color:#D12679;
  	width:664px;
  	height:138px;
}

#pink h1 {
  	font-size:12x;
    line-height:1.2em;
    color:#ffffff;
    font-weight:normal;
   	text-align:left;
	padding: 31px 0 0 34px;
	float;left;
}


#pink a {
  	color:#ffffff;
    font-weight:normal;
  	text-decoration:none;
}

#pink a:hover {
  	text-decoration:underline;
}

#pink p {
  	font-size:10px;
    line-height:1.2em;
    color:#ffffff;
    font-weight:normal;
   	text-align:left;
	padding: 0 220px 0 34px;
	float;left;
}
  

#bottom {
    clear:both;
}

#vdayfooter {  
	width:700px;
   	margin:0 auto;
	padding:15px 10px 50px 21px;
    clear:both;
    height:1%;
    font-size:9px;
    color:#b4b4b4;
    line-height:1.4em;
}


#footerSecond {  
	width:700px;
   	margin:0 auto;
	padding:0 10px 30px 21px;
    clear:both;
    height:1%;
    font-size:9px;
    color:#b4b4b4;
    line-height:1.4em;
}

/*---GOOGLE SEARCH---*/
/**
 * Shiny theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0;
  width: 680px;
  margin-top: 0px;
  margin-left: -5px;
}

.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  font-family: Verdana, sans-serif;
  border: none;
  border-color: #dae0e5;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: none;
}
/**
 * Table cell containing the search input.
 * 4 pixels added to create more space between input and button.
 */
.cse td.gsc-input,
td.gsc-input {
  padding-right: 0px;
}
/* Search form element */
.cse form.gsc-search-box,
form.gsc-search-box {
  background: #e5e5e5 url('/cse/images/look/cse_theme_shiny_form_bg.png') repeat-x top left;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 680px;
  padding: 10px 0 0 10px;
  margin: 0;
  display: block;
}
/* Search input */
.cse input.gsc-input,
input.gsc-input {
  font-size: 14px;
  border: none;
  border-color: #8A99A6;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.cse input.gsc-input,
input.gsc-input {
  font-family: inherit;
  font-size: 14px;
  border: none;
  border-color: #8A99A6;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 8px 3px 8px;
  background: #5e6d71;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #333333;
  -moz-box-shadow: 0 1px 2px #333333;
}
/* Base tab selector styles */
.cse .gsc-tabHeader,
.gsc-tabHeader {
  padding: 2px 8px 0 8px;
  border: none;
  display: none;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  background-color: #e5e5e5;
  border: none;
  border-bottom: none;
  color: #fff;
  display: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #e5e5e5;
  border: none;
  border-bottom: none;
  color: #fff;
  display: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: none;
  padding: 0;
}

/* Wrapper for all results */
.cse .gsc-results,
.gsc-results {
  width: 700px;
  background-color: #FFFFFF;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
.cse div.gs-title,
div.gs-title,
.cse .gs-snippet,
.gs-snippet,
.cse .gs-visibleUrl,
.gs-visibleUrl,
.cse .gs-visibleUrl-short,
.gs-visibleUrl-short {
  padding: 0 8px;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: 6px 0;
  border-top: 1px solid;
  border-color: #ffffff;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border-top: 1px solid;
  border-color: #d2d6dc;
  background-color: #ededed;
  -webkit-box-shadow: 0 1px 4px #8A99A6;
  -moz-box-shadow: 0 2px 2px #8A99A6;
}
/* Set link colors. */
.cse .gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link,
.cse .gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link b,
.cse .gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited,
.cse .gs-webResult.gs-result a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited b,
.cse .gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover,
.cse .gs-webResult.gs-result a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:hover b,
.cse .gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active,
.cse .gs-webResult.gs-result a.gs-title:active b,
.gs-webResult.gs-result a.gs-title:active b,
.cse .gsc-cursor-page,
.gsc-cursor-page,
.cse a.gsc-trailing-more-results:link,
a.gsc-trailing-more-results:link {
  color: #5e6d71;
  font-weight: bold;
}
/* Override default.css selector to disable underlines. */
.cse .gs-result .gs-title,
.gs-result .gs-title,
.cse .gs-result .gs-title *,
.gs-result .gs-title * {
  text-decoration: none;
}
.cse .gs-webResult.gs-visibleUrl,
.gs-webResult.gs-visibleUrl,
.cse .gs-webResult.gs-visibleUrl-short,
.gs-webResult.gs-visibleUrl-short {
  color: #e5e5e5;
  font-weight: bold;
  font-size: 11px;
}
/* Snippet text color */
.cse .gs-webResult.gs-result .gs-snippet,
.gs-webResult.gs-result .gs-snippet {
  color: #333333;
}
/* Pagination container centered */
.cse .gsc-cursor-box,
.gsc-cursor-box {
  border-color: #8A99A6;
  padding: 1.2em 0 2em 0;
  text-align: center;
}

/* Pagination */
.cse .gsc-cursor-page,
.gsc-cursor-page {
  padding: .2em .5em;
  background-color: #fff;
  border:1px solid;
  border-color: #b2bdc6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
}
/* Selected pagination */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #abc03f;
  text-shadow: 0px 1px 1px #fff;
  text-shadow: 0 1px 2px #fff;
  background-color: #e5e5e5;
  border:1px solid;
  border-color: #d2d6dc;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #e5e5e5;
  border: 1px solid;
  border-color: #D2D6DC;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #5e6d71;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #5e6d71;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #abc03f;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #e5e5e5;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #333333;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #5F6A73;
}

#cse-search-results {
	background: #ffffff;
}

#cse-search-results iframe {
	width: 680px;
}

#vid_list {
	background-color: #f5f5f5;
	padding: 10px 20px;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px #333333;
  -moz-box-shadow: 0 1px 3px #333333;
    height: 440px;
    margin: 0px 20px 10px 5px;
    width: 590px;
}

#vid_list h3 {
	margin-left: 0px;
	line-height: 1.4em;
}

#vid_blerb {
	width: 460px;
}