body
{
	position:relative;
	-webkit-text-size-adjust:none;
	min-height:416px;


	font-family:helvetica,sans-serif;
	-webkit-background-size:.438em 100%;
	Background:#FFFFFF;
	-webkit-touch-callout:none;
	margin:0
}

/*required for wordpress image alignment*/
img.alignright {float:right; max-width:100%; margin:0 0 1em 1em}
img.alignleft {float:left; max-width:100%; margin:0 1em 1em 0}
img.aligncenter {display: block; max-width:100%; margin-left: auto; margin-right: auto}
a img.alignright {float:right; max-width:100%; margin:0 0 1em 1em}
a img.alignleft {float:left; max-width:100%; margin:0 1em 1em 0}
a img.aligncenter {display: block; max-width:100%; margin-left: auto; margin-right: auto}
/*end of required for wordpress image alignment*/


#accordion {
	background:#E6E6E6;
	border-color:#E6E6E6;
	border-width:2px;
	border-style:None;
	margin:5px 5px 5px 5px;
	border-radius:8px
}



#accordion H2 {
	padding-top: 5px
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px 0px 0px 0px;
	background:#E6E6E6;
	font-size:17px;
	color:#000000;
	cursor: pointer;
	height:43px;
	overflow:hidden;
	border-top:1px solid #878787;
	font-weight: bold;
	line-height: 40px;
}

#accordion H2:first-child{
	border-top:none;
	border-radius:8px
}
#accordion H2:last-child{
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px
}
#accordion H2.current {
	background-color:#015FE6;
	color:#FFFFFF;
	cursor: default
}


#accordion div.acchead {
	padding-top: 5px
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	font-size:17px;
	background:#E6E6E6;
	font-size:17px;
	color:#000000;
	cursor: pointer;
	height:43px;
	overflow:hidden;
	border-top:1px solid #878787;
	line-height: 40px;
}

#accordion div.acchead:first-child{
	border-top:none;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}


#accordion div.acchead.current {
	background-color:#015FE6;
	color:#FFFFFF;
	cursor: default
}



#accordion .pane {
	padding-top: 15px
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
	color:#000000;

	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

#accordion .acchead .accarrow {
	float: right;
	valign: center;
	width:24px!important;
	height:24px!important;
	right:10px;
	top:18px;
	background:url(images/Down_LightTriangle_Transparent.png) 0 0 no-repeat;
	margin:0!important ;
	margin-top: 15px;
	padding-top: 15px;
}



/*required for slideshow tabs*/
/* container for slides */
.images {
	background:#3366CC;
	color:#72A200;

	border-color:#72A200;
	border-width:px;
	border-style:;


	overflow:hidden;
	margin-left:auto;
	margin-right:auto;

	position:relative;
	cursor:pointer;
	/* CSS3 tweaks for modern browsers */
	/* firefox */
	-moz-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	/* chrome */
	-webkit-border-radius:5px;
	-webkit-box-shadow:0 0 25px #666;
	/* IE9 */
	border-radius:5px;
	box-shadow:0 0 25px #666;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
}

.images div p a img.aligncenter {display: block; max-width:100%; margin-left: auto; margin-right: auto}
.images div p   img.aligncenter {display: block; max-width:100%; margin-left: auto; margin-right: auto}
.images div a   img.aligncenter {display: block; max-width:100%; margin-left: auto; margin-right: auto}
.images div     img.aligncenter {display: block; max-width:100%; margin-left: auto; margin-right: auto}
.images         img.aligncenter {display: block; max-width:100%; margin-left: auto; margin-right: auto}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;
}


/* prev and next buttons */
.forward, .backward {
	float:left;
	background:#fff url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; }


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;
}

/*end of required for slideshow tabs*/








.highlight
{
	background:#FFFF00;
}

.highlight_important
{
	background:#FFFF00;
}

.center
{
	display:block;
	text-align:center!important;
	margin:auto
}

a:hover .arrow
{
	background:0 -13px!important
}



#topbar.transparent
{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72A200), to(#72A200));
	background-image: -webkit-linear-gradient(top, #72A200, #72A200);
	background-image:    -moz-linear-gradient(top, #72A200, #72A200);
	background-image:     -ms-linear-gradient(top, #72A200, #72A200);
	background-image:      -o-linear-gradient(top, #72A200, #72A200);
}

#topbar
{
	position:relative;
	left:0;
	top:0;
	width:auto;
}

#title
{
	position:absolute;
	font-weight:bold;
	top:0;
	left:0;
	right:0;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	color:#FFF;
	color:#FFFFFF;
	text-shadow:rgba(0,0,0,0.6) 0 -1px 0;
	padding:0 10px
}

#logo{
	Background:#FFFFFF;
}
#content
{
	width:100%;
	position:relative;
	min-height:250px;


	height:auto;
	z-index:0;
	overflow:hidden;


}

p {
	padding:0 5px;
	color:#000000;

}

h1 {
	padding:0 5px;
	color:#000000;


}
h2 {
	padding:0 5px;
	color:#000000;


}
h3 {
	padding:0 5px;
	color:#000000;


}
h4 {
	padding:0 5px;
	color:#000000;


}
h5 {
	padding:0 5px;
	color:#000000;


}
h6 {
	padding:0 5px;
	color:#000000;


}

blockquote {
	background:#E6E6E6;
	color:#000000;

	border-color:#E6E6E6;
	border-width:px;
	border-style:None;
	overflow:hidden;
	position:relative;
	display:block;
	height:auto;
	width:auto;
	list-style:none;
	margin:3px 6px 10px;
	padding:0 5px;
	border-radius:8px
}

blockquote p {
	background:#E6E6E6;
	color:#000000;

}

.oamfooter p {
	padding:0 5px;
	color:#000000;

}

.oamtable {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	background:#E6E6E6;
	color:#000000;

	border-color:#000000;
	border-width:1px;
	border-style:Solid;
}

.oamtable td {
	background:#E6E6E6;
	color:#000000;

	border-color:#000000;
	border-width:1px;
	border-style:Solid;
	padding:2px;
}

.oamtable td p {
	background:#E6E6E6;
	color:#000000;

}

.oamiconlist {
	color:#FFFFFF;
}

.menulist {
	background:#72A200;
	color:#FFFFFF;

	border-color:#72A200;
	border-width:2px;
	border-style:None;
	overflow:hidden;
	position:relative;
	display:block;
	height:auto;
	width:auto;
	list-style:none;
	margin:3px 9px 17px;
	padding:0;
	border-radius:8px
}

.searchlist {
	background:#E6E6E6;
	color:#000000;

	border-color:#000000;
	border-width:2px;
	border-style:Solid;
	overflow:hidden;
	position:relative;
	display:block;
	height:auto;
	width:auto;
	list-style:none;
	margin:3px 9px 17px;
	padding:0;
	border-radius:8px
}

.searchform {
	background:#E6E6E6;
	color:#000000;

	border-color:#000000;
	border-width:2px;
	border-style:Solid;
	overflow:hidden;
	position:relative;
	display:block;
	height:auto;
	width:auto;
	list-style:none;
	margin:3px 9px 17px;
	padding:0;
	border-radius:8px
}
.searchform .button input {
	background:#B3B3B3;
	color:#FFFFFF;
}

.searchlist:hover,
{
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#058cf5),to(#015fe6))
}

.searchlist a:hover
{
	background-color:#CCF
}

.searchlist li a:hover
{
	background:#FFFFFF;
}

.searchlist a
{
	display:block;
	height:43px;
	width:auto;
	text-decoration:none
}

.searchlist a img
{
	width:auto;
	height:32px;
	float:left;
	margin:5px 0 0 5px
}

.searchlist .name
{
	width:auto;
	font-weight:bold;
	font-size:17px;
	color:#000000;

	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	margin:11px 0 0 7px
}

.searchlist a:hover .name
{
	color:#FFFFFF;
}

.searchlistsnippet
{
	padding-left:5px;
	padding-right:5px;
}


.rssfeedlist {
	background:#FFFFFF;
	color:#FFFFFF;

	border-color:#FFFFFF;
	border-width:px;
	border-style:Solid;
	overflow:hidden;
	position:relative;
	display:block;
	height:auto;
	width:auto;
	list-style:none;
	margin:3px 9px 17px;
	padding:0;
	border-radius:8px
}

.rssfeedlist:hover
{
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#058cf5),to(#015fe6))
}

.rssfeedlist a:hover
{
	background-color:#CCF
}

.rssfeedlist li a:hover
{
	background-color:#015fe6
}

.rssfeedlist a
{
	display:block;
	min-height:43px;
	width:auto;
	text-decoration:none
}

.rssfeedlist a img
{
	width:auto;
	height:32px;
	float:left;
	margin:5px 0 0 5px
}

.rssfeedlist .name
{
	width:auto;
	font-weight:bold;
	font-size:17px;
	color:#FFFFFF;

	float:left;
	margin:11px 0 0 7px
}

.rssfeedlist a:hover .name
{
	color:#FFFFFF;
}

.rssfeedlistsnippet
{
	padding-left:5px;
	padding-right:5px;
}



.oamcouponwidget {
	background:#3366CC;
	color:#000000;

	border-color:#000000;
	border-width:2px;
	border-style:Dashed;
	overflow:hidden;
	position:relative;
	display:block;
	height:auto;
	width:auto;
	list-style:none;
	margin:3px 9px 17px;
	padding:0;
	border-radius:8px
}



.optinform {
	background:#E6E6E6;
	color:#000000;

	border-color:#000000;
	border-width:2px;
	border-style:Solid;
	overflow:hidden;
	position:relative;
	display:block;
	height:auto;
	width:auto;
	list-style:none;
	margin:3px 9px 17px;
	padding:0;
	border-radius:8px
}
.optinform .button input {
	background:#3366CC;
	color:#FFFFFF;
}

.contactform {
	background:#E6E6E6;
	color:#000000;

	border-color:#000000;
	border-width:2px;
	border-style:Solid;
	overflow:hidden;
	position:relative;
	display:block;
	height:auto;
	width:auto;
	list-style:none;
	margin:3px 9px 17px;
	padding:0;
	border-radius:8px
}
.contactform .button input {
	background:#3366CC;
	color:#FFFFFF;
}

.directions {
	background:#E6E6E6;
	color:#000000;

	border-color:#000000;
	border-width:2px;
	border-style:Solid;
	overflow:hidden;
	position:relative;
	display:block;
	height:auto;
	width:auto;
	list-style:none;
	margin:3px 9px 17px;
	padding:0;
	border-radius:8px
}

.directions .button input {
	background:#3366CC;
	color:#FFFFFF;
}



.clear {
	clear: both;
}

.oamphone {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.oamphoneimg {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.phonebtnimg {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.phonebtn, .phonebtn:visited {
	background:#3366CC;
	color:#FFFFFF;

	border-color:#3366CC;
	border-width:px;
	border-style:Solid;



	display: inline-block;
	padding: 5px 10px 6px;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	font-weight:bold;
}







.oamfooter {
	Background:#FFFFFF;
	margin:0;
}
.oamfooter p {
	margin:0;
}

.textbox
{
	position:relative;
	overflow:hidden;
	border-top:1px solid #878787;
	padding:5px 9px
}

.searchbox
{
	height:44px;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f1f3f4),color-stop(3%,#e0e4e7),color-stop(50%,#c7cfd4),color-stop(51%,#bec7cd),color-stop(97%,#b4bec6),to(#8999a5));
	width:100%;
	margin:-13px 0 13px
}

.searchbox form
{
	height:24px;
	border-image:url(images/searchfield.png) 4 14 1 24;
	display:block;
	position:relative;
	top:8px;
	border-width:4px 14px 1px 24px;
	margin:auto
}

fieldset
{
	border:0;
	margin:0;
	padding:0
}

.searchbox input[type="text"]
{
	border:0;
	-webkit-appearance:none;
	height:18px;
	float:left;
	font-size:13px;
	position:relative;
	top:2px;
	left:2px;
	padding:0
}

.textbox img
{
	max-width:100%
}

.textbox p
{
	margin-top:2px;
	color:#000;
	margin-bottom:2px;
	text-align:justify
}

.textbox ul
{
	list-style:circle!important;
	margin:3px 0
}

.textbox li
{
	margin:0!important
}

.menulist li:first-child,.menulist li.form:first-child
{
	border-top:0
}

.menu,.checkbox,.radiobutton,.select,li.button,li.bigfield,li.smallfield,li.searchsmallfield,li.optinsmallfield,li.contactsmallfield,li.mapsmallfield
{
	position:relative;
	list-style-type:none;
	display:block;
	height:43px;
	overflow:hidden;
	border-top:1px solid #878787;
	border-top:1px solid #FFFFFF;
	width:auto
}

.menulist li:first-child:hover,.menulist li:first-child a,.radiobutton:first-child input,.select:first-child select,li.button:first-child input,.bigfield:first-child input
{
	border-top-left-radius:8px;
	border-top-right-radius:8px
}

.menulist li:last-child:hover,.menulist li:last-child a,.radiobutton:last-child input,.select:last-child select,li.button:last-child input,.bigfield:last-child input
{
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px
}

.menu:hover,.store:hover,.list #content li a:hover,.list .withimage:hover,.applist li:hover:nth-child(n),.ipodlist li:hover:nth-child(n)
{
	background:#3366CC;
	color:#FFFFFF;
}

.menu a:hover .comment
{
	color:#FFFFFF;
}

.menu a
{
	display:block;
	height:43px;
	width:auto;
	text-decoration:none
}

.menu a img
{
	width:auto;
	height:32px;
	float:left;
	margin:5px 0 0 5px
}

.menu .name,.checkbox .name,.radiobutton .name
{
	width:auto;
	font-weight:bold;
	font-size:17px;
	color:#ffffff;

	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	margin:11px 0 0 7px
}

.menu-item
{
	position:relative;
	list-style-type:none;
	display:block;
	height:43px;
	overflow:hidden;
	border-top:1px solid #878787;
	border-top:1px solid #FFFFFF;
	width:auto
}

.menu-item a
{
	display:block;
	height:43px;
	width:auto;
	text-decoration:none
}

.menu-item a img
{
	width:auto;
	height:32px;
	float:left;
	margin:5px 0 0 5px
}

.menu-item .name,.checkbox .name,.radiobutton .name
{
	width:auto;
	font-weight:bold;
	font-size:17px;
	color:#FFFFFF;

	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	margin:11px 0 0 7px
}
.menu-item:hover
{
	background:#3366CC;
	color:#FFFFFF;
}

.menu-item a:hover .comment
{
	color:#FFFFFF;
}

.menu-item .comment
{
	width:auto;
	font-size:17px;
	text-overflow:ellipsis;
	overflow:hidden;
	max-width:75%;
	white-space:nowrap;
	float:right;
	color:#324f85;
	margin:11px 30px 0 0
}
.menu-item .arrow
{
	position:absolute;
	width:24px!important;
	height:24px!important;
	right:10px;
	top:12px;
	background:url(images/LightOpenArrow_Transparent.png) 0 0 no-repeat;
	margin:0!important
}

.menu-item .arrowleft
{
	float:left;
	width:24px!important;
	height:24px!important;
	left:10px;
	top:12px;
	background:url(images/LightOpenArrow_Transparent.png) 0 0 no-repeat;
	margin:0!important
}
.menu-item a:hover .name
{
	color:#FFFFFF;
}




.menu .comment
{
	width:auto;
	font-size:17px;
	text-overflow:ellipsis;
	overflow:hidden;
	max-width:75%;
	white-space:nowrap;
	float:right;
	color:#324f85;
	margin:11px 30px 0 0
}

.menu .arrow,.store .arrow,.musiclist .arrow,.list .arrow
{
	position:absolute;
	width:24px!important;
	height:24px!important;
	right:10px;
	top:12px;
	background:url(images/LightOpenArrow_Transparent.png) 0 0 no-repeat;
	margin:0!important
}

.menu .arrowleft,.store .arrowleft,.musiclist .arrowleft,.list .arrowleft
{
	float:left;
	width:24px!important;
	height:24px!important;
	left:10px;
	top:12px;
	background:url(images/LightOpenArrow_Transparent.png) 0 0 no-repeat;
	margin:0!important
}



#leftnav,#leftbutton
{
	position:absolute;
	font-size:12px;
	left:9px;
	font-weight:bold
}

#leftnav,#leftbutton,#rightnav,#rightbutton
{
	z-index:5000
}

#leftnav a,#rightnav a,#leftbutton a,#rightbutton a
{
	display:block;
	color:#fff;
	text-shadow:rgba(0,0,0,0.6) 0 -1px 0;
	text-decoration:none
}

.black #leftnav a:first-child,.transparent #leftnav a:first-child
{
	border-image:url(images/navleftblack.png) 0 5 0 13
	-webkit-border-image:url(images/navleftblack.png) 0 5 0 13
	-moz-border-image:url(images/navleftblack.png) 0 5 0 13
	-o-border-image:url(images/navleftblack.png) 0 5 0 13
}

.black #leftnav a,.transparent #leftnav a
{
	border-image:url(images/navlinkleftblack.png) 0 5 0 13
	-webkit-border-image:url(images/navlinkleftblack.png) 0 5 0 13
	-moz-border-image:url(images/navlinkleftblack.png) 0 5 0 13
	-o-border-image:url(images/navlinkleftblack.png) 0 5 0 13
}

.black #rightnav a:first-child,.transparent #rightnav a:first-child
{
	-border-image:url(images/navrightblack.png) 0 13 0 5
	-webkit-border-image:url(images/navrightblack.png) 0 13 0 5
	-moz-border-image:url(images/navrightblack.png) 0 13 0 5
	-o-border-image:url(images/navrightblack.png) 0 13 0 5
}

.black #rightnav a,.transparent #rightnav a
{
	-border-image:url(images/navlinkrightblack.png) 0 13 0 5
	-webkit-border-image:url(images/navlinkrightblack.png) 0 13 0 5
	-moz-border-image:url(images/navlinkrightblack.png) 0 13 0 5
	-o-border-image:url(images/navlinkrightblack.png) 0 13 0 5
}

.black #leftbutton a,.black #rightbutton a,.transparent #leftbutton a,.transparent #rightbutton a
{
	border-image:url(images/navbuttonblack.png) 0 5 0 5
	-webkit-border-image:url(images/navbuttonblack.png) 0 5 0 5
	-moz-border-image:url(images/navbuttonblack.png) 0 5 0 5
	-o-border-image:url(images/navbuttonblack.png) 0 5 0 5
}

#leftnav a:first-child
{
	z-index:2;
	border-image:url(images/navleft_std.png) 0 5 0 13;
	-webkit-border-image:url(images/navleft_std.png) 0 5 0 13;
	-moz-border-image:url(images/navleft_std.png) 0 5 0 13;
	-o-border-image:url(images/navleft_std.png) 0 5 0 13;
	width:auto;
	border-width:0 5px 0 13px;
	border-radius:16px 6px 6px 16px
}

#leftnav a
{
	border-image:url(images/navlinkleft.png) 0 5 0 13;
	-webkit-border-image:url(images/navlinkleft.png) 0 5 0 13;
	-moz-border-image:url(images/navlinkleft.png) 0 5 0 13;
	-o-border-image:url(images/navlinkleft.png) 0 5 0 13;
	z-index:3;
	margin-left:-4px;
	padding-right:4px;
	float:left;
	border-width:0 5px 0 13px;
	border-radius:16px 6px 6px 16px
}

#rightnav,#rightbutton
{
	position:absolute;
	font-size:12px;
	right:9px;
	font-weight:bold
}

#rightnav a
{
	border-image:url(images/navlinkright.png) 0 13 0 5;
	-webkit-border-image:url(images/navlinkright.png) 0 13 0 5;
	-moz-border-image:url(images/navlinkright.png) 0 13 0 5;
	-o-border-image:url(images/navlinkright.png) 0 13 0 5;
	z-index:3;
	margin-right:-4px;
	padding-left:4px;
	float:right;
	border-width:0 13px 0 5px;
	border-radius:6px 16px 16px 6px
}

#rightnav a:first-child
{
	z-index:2;
	border-image:url(images/navright_std.png) 0 13 0 5;
	-webkit-border-image:url(images/navright_std.png) 0 13 0 5;
	-moz-border-image:url(images/navright_std.png) 0 13 0 5;
	-o-border-image:url(images/navright_std.png) 0 13 0 5;
	border-width:0 13px 0 5px;
	border-radius:6px 16px 16px 6px
}

#leftbutton a,#rightbutton a
{
	border-image:url(images/navbutton_std.png) 0 5 0 5;
	-webkit-border-image:url(images/navbutton_std.png) 0 5 0 5;
	-moz-border-image:url(images/navbutton_std.png) 0 5 0 5;
	-o-border-image:url(images/navbutton_std.png) 0 5 0 5;
	border-width:0 5px;
	border-radius:6px
}

.gform_body ul { list-style-type: none; }





.radiobutton .name
{
	z-index:1
}



.select select
{
	color:#000;
	font-weight:bold;
	font-size:17px;
	border-radius:0
}

.select option
{
	max-width:90%
}

.select .arrow
{
	background:url(images/arrow.png);
	width:8px;
	height:13px;
	display:block;
	-webkit-transform:rotate(90deg);
	position:absolute;
	right:10px;
	top:18px
}

.button input
{
	width:100%;
	height:100%;
	-webkit-appearance:none;
	border:0;
	font-weight:bold;
	font-size:17px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	background:none;
	border-radius:0
}

.textbox textarea
{
	margin-top:5px;
	font-size:medium;
	padding:0
}

.bigfield input
{
	-webkit-appearance:none;
	border:0;
	height:100%;
	background:transparent;
	font-weight:bold;
	font-size:17px;
	padding:0 0 0 5px;
	border-radius:0
}

.smallfield .name
{
	width:48%;
	position:absolute;
	left:0;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:bold;
	line-height:44px;
	font-size:17px;
	padding-left:5px;
	overflow:hidden
}

.smallfield input
{
	width:50%;
	position:absolute;
	right:0;
	height:44px;
	-webkit-appearance:none;
	border:none;
	background:#FFFFFF;
	font-weight:bold;
	font-size:17px;
	padding:0;
	border-radius:0
}

.smallfield:first-child input
{
	border-top-right-radius:8px
}

.smallfield:last-child input
{
	border-bottom-right-radius:8px
}


.searchsmallfield .name
{
	width:48%;
	position:absolute;
	left:0;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:bold;
	line-height:44px;
	font-size:17px;
	padding-left:5px;
	overflow:hidden
}

.searchsmallfield input
{
	width:50%;
	position:absolute;
	right:0;
	height:44px;
	-webkit-appearance:none;
	border:none;
	background:#FFFFFF;
	font-weight:bold;
	font-size:17px;
	padding:0;
	border-radius:0
}

.searchsmallfield:first-child input
{
	border-top-right-radius:8px
}

.searchsmallfield:last-child input
{
	border-bottom-right-radius:8px
}


.optinsmallfield .name
{
	width:48%;
	position:absolute;
	left:0;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:bold;
	line-height:44px;
	font-size:17px;
	padding-left:5px;
	overflow:hidden
}

.optinsmallfield input
{
	width:50%;
	position:absolute;
	right:0;
	height:44px;
	-webkit-appearance:none;
	border:none;
	background:#FFFFFF;
	font-weight:bold;
	font-size:17px;
	padding:0;
	border-radius:0
}

.optinsmallfield:first-child input
{
	border-top-right-radius:8px
}

.optinsmallfield:last-child input
{
	border-bottom-right-radius:8px
}



.contactsmallfield .name
{
	width:48%;
	position:absolute;
	left:0;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:bold;
	line-height:44px;
	font-size:17px;
	padding-left:5px;
	overflow:hidden
}

.contactsmallfield input
{
	width:50%;
	position:absolute;
	right:0;
	height:44px;
	-webkit-appearance:none;
	border:none;
	background:#FFFFFF;
	font-weight:bold;
	font-size:17px;
	padding:0;
	border-radius:0
}

.contactsmallfield:first-child input
{
	border-top-right-radius:8px
}

.contactsmallfield:last-child input
{
	border-bottom-right-radius:8px
}


.mapsmallfield .name
{
	width:48%;
	position:absolute;
	left:0;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:bold;
	line-height:44px;
	font-size:17px;
	padding-left:5px;
	overflow:hidden
}

.mapsmallfield input
{
	width:50%;
	position:absolute;
	right:0;
	height:44px;
	-webkit-appearance:none;
	border:none;
	background:#FFFFFF;
	font-weight:bold;
	font-size:17px;
	padding:0;
	border-radius:0
}

.mapsmallfield:first-child input
{
	border-top-right-radius:8px
}

.mapsmallfield:last-child input
{
	border-bottom-right-radius:8px
}



img,#duobutton a:last-child,#duoselectionbuttons a:first-child,.ipodlist li:hover:nth-child(n) .name,.ipodlist li:hover:nth-child(n) .time
{
	border:0
}

#triselectionbuttons a:hover,#triselectionbuttons a#pressed,#duoselectionbuttons a:hover,#duoselectionbuttons a#pressed,li#doublead:hover
{
	background:none
}

/*	color:#fff; */
.menu a:hover .name,.store:hover .starcomment,.store:hover .name,.store:hover .comment,.list .withimage a:hover .comment,.list #content li a:hover
{
	color:#ffffff;
}

@media screen and (max-width:320px) {
	#topbar
	{
		height:44px
	}
	#logo{
		max-width:320px;
		width:100%;
	}

	#title
	{
		line-height:44px;
		height:44px;
		font-size:16pt
	}


	.searchbox form
	{
		width:272px
	}

	.searchbox input[type="text"]
	{
		width:275px
	}

	.menu .name
	{
		max-width:77%
	}

	#leftnav a,#rightnav a,#leftbutton a,#rightbutton a
	{
		line-height:30px;
		height:30px
	}

	#leftnav img,#rightnav img
	{
		margin-top:4px
	}

	.textbox textarea
	{
		width:85%;
	}

	.bigfield input
	{
		width:295px
	}


	.checkbox .name,.radiobutton .name
	{
		max-width:190px
	}

	#leftnav,#leftbutton,#rightnav,#rightbutton
	{
		top:7px
	}
}

@media screen and (min-width:321px) {
	#topbar
	{
		height:32px
	}

	#title
	{
		line-height:32px;
		height:32px;
		font-size:13pt
	}

	.menu .name
	{
		max-width:85%
	}

	#leftnav a,#rightnav a,#leftbutton a,#rightbutton a
	{
		line-height:24px;
		height:24px
	}

	#leftnav img,#rightnav img
	{
		margin-top:4px;
		height:70%
	}


	.textbox textarea
	{
		width:85%;
	}

	#doublead
	{
		width:350px!important
	}


	.searchbox form
	{
		width:432px
	}

	.searchbox input[type="text"]
	{
		width:435px
	}

	.bigfield input
	{
		width:455px
	}

	.checkbox .name,.radiobutton .name
	{
		max-width:75%
	}

	#leftnav,#leftbutton,#rightnav,#rightbutton
	{
		top:4px
	}







}