/* @group RESET */

* {
	padding: 0;
	margin: 0;
}

h1 {
	padding-bottom: 1.0em;
	line-height: 1.0em;
	text-indent: -9999px;
	float: left;
	position: absolute;
}

h2 {
	margin: 0 0 0.75em;
	padding: 0;
	line-height: 1.2em;
	color: #5a2049;
	font-size: 2.1em;
	font-weight: 700;
	letter-spacing: -0.01em;
	font-family: Helvetica, Arial, sans-serif;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.2em;
	color: #9FAD3E;
	font-size: 1.7em;
	letter-spacing: -0.01em;
	font-family: Helvetica, Arial, sans-serif;
}

h4 {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.2em;
	color: #5a2049;
	font-size: 1em;
	letter-spacing: -0.01em;
	font-family: Helvetica, Arial, sans-serif;
}

h5 {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.2em;
	color: #9FAD3E;
	font-size: 1.7em;
	letter-spacing: -0.01em;
	font-family: Helvetica, Arial, sans-serif;
}

h6 {
	margin: 0 0 0.25em 0;
	padding: 0;
	line-height: 1.2em;
	color: #5a2049;
	font-size: 0.5em;
	letter-spacing: -0.01em;
	font-family: Helvetica, Arial, sans-serif;
}

p {
	margin: 0 0 0.25em 0;
}

ul,ol {
	padding: 0;
	margin: 0 10px 1.5em 20px;
}

li {
	margin-left: 1.2em;
	line-height:1.5em;
	padding-bottom:1.1em;
}

.no-left {
	margin-left: 0;
}

/* @end */

/* @group STICKER */

html,body {
	height: 100%;
}

.body_bg {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1px;


/* the bottom margin is the negative value of the footer's height */
}

.anchor,.push {
	height: 1px;
/*

.push must be the same height as .footer */
}

/* @end */

/* @group General Styles */

body {
	font: 75%/1.8em "Lucida Grande","Lucida Sans Unicode",helvetica,verdana,arial,sans-serif;
	background-image: url(images/bg1-purple.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
}

p {
	
}

b,strong {
	
}

a:link,a:visited {
	text-decoration: none;
	color: #7f8937;
	font-weight: 700;
}

a:hover,a:active {
	text-decoration: underline;
	color: #7f8937;
	font-weight: 700;
}

img,a img {
	border-style: none;
}

.clear {
	clear: both;
}

.clear.special {
	margin: 10px 0 -35px;
	visibility: hidden;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.widthCheck {
	background-color: red;
	margin: 0;
	padding: 0;
	height: 200px;
}

code {
	
}

pre {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid;
	font-size: 1.2em;
}

sup {
	font: 0.9em "Times New Roman",Times,sans-serif;
	font-style: italic;
}

sub {
	font: 0.9em "Times New Roman",Times,sans-serif;
	font-style: italic;
}

.image-left {
	margin: 5px 10px 10px 0;
	float: left;
}

.image-right {
	margin: 5px 10px 0 10px;
	float: right;
}

.imageStyle {
	border-style: none;
}

blockquote,.standout {
	margin: 20px;
	font: 1.3em/1.5em Times,serif;
	font-style: italic;
}

/* Invalid RapidWeaver markup for stike through
s{}
*/

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* unordered list styles */

.mainContainer ul {
	
}

.mainContainer li {
	
}

/* Table Styles */

table {
	
}

/* @end */

/* @group Layout */

.body_bg,.body_grad {
	width: 100%;
	height: 100%;
}

#header,.mask {
	margin: 0 auto;
	height: 120px;
	width: 800px;
}

.header_custom {
	margin: 0 auto;
	height: 120px;
	width: 800px;
	background-color: #3300CC;
}

.title {
	margin: 0 auto;
	height: 100px;
}

#logo {
	display: block;
	padding: 13px 13px 5px 20px;
}

.site_title,.photo-title {
	margin: 0;
	padding: 30px 0 0;
	font-size: 1.8em;
}

.site_slogan,.photo-caption {
	font-size: 0.9em;
}

#contentContainer {
	margin: 0 auto;
	text-align: left;
}

#contentContainer p {
	line-height: 1.4em;
	margin: 0 0 1em;
	color: #4d4d4d;
}

.boilerPlate {
	font-size: 0.9em;
	line-height: 1.5em;
}

.contentContainer ul, .bodyContainer ol {
	list-style: none;
	margin: 0 0 1.5em 0;
	color: 3399CC;
}

.preContainer {
	padding: 15px;
	margin: 0 0 20px;
	border: 1px solid;
}

.sidebarContainer {
	width: 25%;
	float: left;
	padding: 15px;
	font-size: 0.9em;
	border: 1px solid;
}

#logosidebar {
	display: none;
	text-align: center;
}

#sidebar_title {
	font-size: 1.2em;
}

.mainContainer {
	display: block;
	padding: 20px;
	border: 1px solid;
	margin: 0 15px;
}

.postContainer {
	padding: 15px;
	margin: 20px 0;
	border: 1px solid;
}

#footer {
	text-align: center;
	font-size: 1em;
	margin: 0 auto;
	padding: 20px 0 40px;
}

/* @end */

/* @group toolbar_horizontal */

.tbh_bg {
	margin: 0 auto;
	width: 800px;
	height: 27px;
	background: url(images/nav_overlay1.png) repeat-x;
}

#toolbar_horizontal {
	margin: 0 auto;
	height: 27px;
}

#toolbar_horizontal .current {
	
}

/* Parent - Level 0 */

#toolbar_horizontal ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1;
}

#toolbar_horizontal li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px #abaca1 solid;
}

#toolbar_horizontal a {
	display: block;
	text-decoration: none;
	line-height: 27px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 20px;
}

#toolbar_horizontal a:hover,#toolbar_horizontal .current,#toolbar_horizontal .currentAncestor {
	background: url(images/nav_overlay1.png) repeat-x;
}

#toolbar_horizontal .current:hover,#toolbar_horizontal a:active {
	
}

#toolbar_horizontal .current:hover,#toolbar_horizontal .currentAncestor:hover {
	text-decoration: none;
}

/* Child - Level 1 */

/* All browsers will use this code,it will make the pop out menus work */

#toolbar_horizontal ul ul {
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	display: none;
	width: 125px;
	padding: 0;
	line-height: 20px;
}

#toolbar_horizontal ul ul li {
	display: block;
}

#toolbar_horizontal ul ul a {
	display: block;
	padding: 4px 5px 4px 20px;
	width: 110px;
	line-height: 15px;
}

#toolbar_horizontal ul ul a:hover,#toolbar_horizontal ul ul a:active,#toolbar_horizontal ul ul .currentAncestor,#toolbar_horizontal ul ul .current {
	display: block;
	background-image: none;
}

#toolbar_horizontal ul ul .current:hover {
	
}

/* Child Level 2 */

#toolbar_horizontal ul ul ul {
	position: absolute;
	top: 0;
	left: 135px;
	padding: 0;
	margin: 0;
}

#toolbar_horizontal ul ul ul li {
	position: relative;
}

#toolbar_horizontal ul ul ul a {
	position: relative;
}

#toolbar_horizontal ul ul ul a:hover {
	
}

div#toolbar_horizontal ul ul,div#toolbar_horizontal ul ul ul,div#toolbar_horizontal ul li:hover ul ul,div#toolbar_horizontal ul li:hover ul ul ul,div#toolbar_horizontal ul li:hover ul ul ul ul,div#toolbar_horizontal ul li:hover ul ul ul ul ul {
	display: none;
}

div#toolbar_horizontal ul li:hover ul,div#toolbar_horizontal ul ul li:hover ul,div#toolbar_horizontal ul ul ul li:hover ul,div#toolbar_horizontal ul ul ul ul li:hover ul,div#toolbar_horizontal ul ul ul ul ul li:hover ul {
	display: block;
}

/* @end */

/* @group toolbar_vertical */

#toolbar_vertical {
	margin-bottom: 10px;
}

#toolbar_vertical a {
	display: none;
	padding: 0 0 0 30px;
	margin: 0;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid;
	background: url(images/arrow.png) no-repeat;
}

#toolbar_vertical a:hover {
	text-decoration: none;
	background: url(images/arrow_hover.png) no-repeat;
}

/* Parent - Level 0 */

#toolbar_vertical ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid;
}

#toolbar_vertical ul li.lastListItem {
	height: 1px;
	position: relative;
	top: -1px;
	margin: 0 auto;
	padding: 0;
	width: 98%;
	background-color: #000;
}

#toolbar_vertical li {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Child - Level 1 */

#toolbar_vertical ul ul {
	border-style: none;
}

#toolbar_vertical ul ul li.lastListItem {
	display: none;
}

#toolbar_vertical ul ul a {
	display: block;
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	
}

.blog-entry-summary {
	margin: 10px;
}

.blog-archive-headings-wrapper {
	
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	
}

.blog-archive-link {
	
}

.blog-archive-link a:link,.blog-archive-link a:visited {
	
}

/* @end */

.blog-entry {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid;
}

h1.blog-entry-title {
	padding: 0;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

h1.blog-entry-title a {
	
}

.blog-entry-date {
	font-size: 0.9em;
	background: url(images/clock.png) no-repeat;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 0 22px;
}

.blog-entry-category {
	font-size: 0.9em;
	background: url(images/category.png) no-repeat 3px top;
	margin: 0 0 0 7px;
	padding: 3px 0 3px 22px;
	font-weight: bold;
}

.blog-entry-category a:link,.blog-entry-category a:visited {
	
}

.blog-read-more {
	
}

.blog-entry-body {
	padding: 10px;
}

.blog-entry-comments {
	margin: 20px 0 0 3px;
}

p.blog-entry-tags {
	font-size: 0.9em;
	background: url(images/tag.png) no-repeat 0 7px;
	line-height: 20px;
	padding: 5px 0 5px 20px;
	margin-top: 7px;
}

/* @group blog sidebar */

#plugin_sidebar {
	
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-top: 10px;
}

#blog-categories br {
	display: none;
}

a.blog-category-link-enabled {
	display: block;
	background: url(images/category.png) no-repeat 0 top;
	padding-left: 22px;
	line-height: 18px;
	height: 18px;
}

div.blog-category-link-disabled {
	background: url(images/category.png) no-repeat 0 top;
	padding-left: 22px;
	line-height: 18px;
	height: 18px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-top: 10px;
}

#blog-archives br {
	display: none;
}

a.blog-archive-link-enabled {
	display: block;
	background: url(images/clock.png) no-repeat 0 top;
	padding-left: 22px;
	line-height: 18px;
	height: 18px;
}

div.blog-archive-link-disabled {
	background: url(images/clock.png) no-repeat 0 top;
	padding-left: 22px;
	line-height: 18px;
	height: 18px;
}

/* styles the Tag Cloud in the sidebar */

ul.blog-tag-cloud {
	margin: 10px 0 0 0;
}

ul.blog-tag-cloud li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}

ul.blog-tag-cloud li a {
	
}

ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-top: 10px;
}

#blog-rss-feeds br {
	display: none;
}

.blog-rss-link {
	background: url(images/rss.png) no-repeat;
	display: block;
	padding-left: 22px;
	line-height: 22px;
}

.blog-comments-rss-link {
	background: url(images/rss.png) no-repeat;
	display: block;
	padding-left: 22px;
	line-height: 22px;
}

/* @end */

/* @end */

/* @group File Sharing */

/* sample HTML
<div class="filesharing-description"></div>
<div class="filesharing-item">
<div class="filesharing-item-title">
<a href="files/Aqua Blue.jpg">Aqua Blue.jpg</a>
</div>
<div class="filesharing-item-description">
The original Aqua Blue that shipped with Tiger.
</div>
</div>
*/

.filesharing-description {
	margin-bottom: 30px;
}

.filesharing-item {
	padding: 10px;
	margin: 0 0 10px;
	border: 1px solid;
}

.filesharing-item-title {
	
}

.filesharing-item-title:after {
	content: ":";
}

.filesharing-item-title a:link {
	
}

.filesharing-item-title a:hover {
	
}

.filesharing-item-title a:visited {
	
}

.filesharing-item-description {
	margin: 0;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

/* sample thumbnail code 
<div class="album-title">Your Album (Click to Change)</div>
<div class="album-description"></div>
<div class="album-wrapper"> <!--Start album wrapper -->
<div class="thumbnail-wrap" style="width:144px;height:144px;">
<div class="thumbnail-frame" style="width:144px;">
<a href="files/page11-1000-full.html"><img src="files/page11-1000-thumb.jpg" alt="20070928_DSC03723.JPG" width="144" height="144"/></a>
<p class="thumbnail-caption">20070928_DSC03723.JPG</p>
</div>
</div>
</div>
*/

.album-title {
	font-size: 2.3em;
	padding-bottom: 1.0em;
	line-height: 1.0em;
}

.album-description {
	margin-bottom: 80px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin: 0 25px 60px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	display: block;
	height: auto;
	width: 100%;
}

.thumbnail-frame a:hover {
	
}

.thumbnail-frame img {
	display: block;
	margin: auto;
}

.thumbnail-caption {
	text-align: center;
}

/* @end */

/* @group Single Page (Photo view) */

/* sample single page code
<body class="photo-background">
<div class="photo-navigation">
<p class="photo-title">By Merrifield-Photography.com</p>
<p class="photo-caption">20070928_DSC03723</p>
<p class="photo-links"><a href="../index.html">RapidWeaver's Photo Album</a> | <a href="page11-1001-full.html">Next</a></p>
</div>
<img class="photo-frame" src="page11-1000-full.jpg" alt="Loading Image" width="640" height="428"/>
<div class="exif-data"><p class="exif-exposure-time">Exposure Time:1/60</p><p class="exif-pixel-y-dimension">Y Dimension:2592</p><p class="exif-iso-rating">ISO:400</p><p class="exif-pixel-x-dimension">X Dimension:3872</p></div>
</body>
*/

.photo-background {
	text-align: center;
	margin: 0 auto;
}

.photo-navigation {
	height: 100px;
	margin: 0 auto 40px;
	text-align: center;
	clear: both;
}

.photo-title {
	margin: 0;
}

.photo-caption {
	margin: 0 30px;
}

.photo-links {
	margin: 0 30px;
}

.photo-navigation a:link,.photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	
}

.photo-frame {
	
}

/* @group EXIF data */

/* Data wrapper */

.exif-data {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

.exif-data p {
	display: inline;
	margin-right: 10px;
	text-align: center;
}

.exif-data p:after {
	content: ",";
}

/* p tag classes for all exif data */

p.exif-version {
	
}

p.exif-colour-space {
	
}

p.exif-focal-length {
	
}

p.exif-dimensions {
	
}

p.exif-pixel-y-dimension {
	
}

p.exif-pixel-x-dimension {
	
}

p.exif-oecf-value {
	
}

p.exif-subsec-time-original {
	
}

p.exif-exposure-mode {
	
}

p.exif-spatial-frequency-response {
	
}

p.exif-scene-capture-type {
	
}

p.exif-subject-location {
	
}

p.exif-shutter-speed {
	
}

p.exif-datetime-original {
	
}

p.exif-subsec-time {
	
}

p.exif-compressed-bits-per-pixel {
	
}

p.exif-flash-energy {
	
}

p.exif-saturation {
	
}

p.exif-brightness {
	
}

p.exif-exposure-time {
	
}

p.exif-f-number {
	
}

p.exif-file-source {
	
}

p.exif-gain-control {
	
}

p.exif-subject-area {
	
}

p.exif-cfa-pattern {
	
}

p.exif-scene-type {
	
}

p.exif-white-balance {
	
}

p.exif-flash {
	
}

p.exif-exposure-index {
	
}

p.exif-flashpix-version {
	
}

p.exif-device-setting-description {
	
}

p.exif-focalplane-x-resolution {
	
}

p.exif-image-uniqueid {
	
}

p.exif-components-configuration {
	
}

p.exif-light-source {
	
}

p.exif-sensing-method {
	
}

p.exif-aperture {
	
}

p.exif-sharpness {
	
}

p.exif-exposure-program {
	
}

p.exif-subject-distance {
	
}

p.exif-subsec-time-digitized {
	
}

p.exif-contrast {
	
}

p.exif-focalplane-resolution-unit {
	
}

p.exif-gamma {
	
}

p.exif-35mm-focal-length {
	
}

p.exif-datetime-digitized {
	
}

p.exif-subject-distance-range {
	
}

p.exif-custom-rendered {
	
}

p.exif-max-aperture {
	
}

p.exif-sound-file {
	
}

p.exif-metering-mode {
	
}

p.exif-spectral-sensitivity {
	
}

p.exif-exposure-bias {
	
}

p.exif-focalplane-y-resolution {
	
}

p.exif-iso-rating {
	
}

p.exif-maker-note {
	
}

p.exif-digital-zoom-ratio {
	
}

p.exif-user-comment {
	
}

/* @end */

/* @end */

/* @group Flash Slideshow */

#flashcontent {
	text-align: center;
}

/* @end */

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

/* sample Movie Album code
<div class="movie-page-title">Lotza Moobies</div>
<div class="movie-page-description">Ahh movies,you have to...</div>
<div class="movie-thumbnail-frame">
<a href="files/page10-1000-pop.html" onclick="window.open(this.href,'1000','width=700,height=586');return false;" onkeypress="this.onclick()">
<img src="files/page10-1000-thumb.jpg" alt="Kids will say the citest things." width="132" height="92" border="0"/>
</a>
<div class="movie-thumbnail-caption">Kids will say the citest things.</div>
</div>
*/

.movie-page-title {
	font-size: 2.3em;
	padding-bottom: 1.0em;
	line-height: 1.0em;
}

.movie-page-description {
	padding-bottom: 2.0em;
}

.movie-thumbnail-frame {
	float: left;
	width: 132px;
	margin: 0 10px 20px;
}

.movie-thumbnail-frame a {
	display: block;
	height: auto;
	width: 100%;
}

.movie-thumbnail-frame img {
	display: block;
	margin: auto;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-caption {
	width: 95%;
	text-align: center;
}

/* @end */

/* @group Single Page (Movie View) */

/* sample single page code
<body class="movie-background">
<div class="movie-frame">
<!-- Movie code here !-->
<script language="JavaScript" type="text/javascript">
QT_WriteOBJECT_XHTML('page10-movie-1.avi','640','496','','autoplay','false' );</script>
<object></object>
<!-- Movie code ends !-->
<p class="movie-title">Or sometimes say nothing at all.</p>
</div>
</body>
*/

.movie-background {
	
}

.movie-frame {
	margin: 0 auto;
	text-align: center;
}

.movie-frame object {
	border: 1px solid;
}

.movie-title {
	text-align: center;
}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-frame {
	margin: 0 auto 40px;
	text-align: center;
}

.movie-description {
	
}

/* @end */

/* @group Contact Form */

/* sample HTML code
<div class="message-text">
Fill in the form below to send me an email.
</div>
<form action="...">
<label>Your Name:</label> *
<input class="form-input-field" .../>
<textarea class="form-input-field"...></textarea>
<input class="form-input-button".../> <input class="form-input-button"
</form>
*/

.message-text {
	font-size: 1.5em;
}

.required-text {
	font-size: 1.5em;
}

form {
	
}

label {
	
}

input {
	
}

.form-input-field {
	border: 1px solid;
	width: 99%;
}

.form-input-button {
	margin-right: 10px;
}

/* @end */

/* @group plugin support*/

/*GoogaLoom*/

#googlecart-widget {
	top: 68px ! important;
}

#googlecart-widget-head {
	
}

#googlecart-arrow {
	
}

#googlecart-title {
	
}

#googlecart-summary {
	
}

#googlecart-widget-body {
	
}

#googlecart-widget-list {
	
}

.googlecart-widget-item {
	
}

.googlecart-widget-quantity-column {
	
}

.googlecart-widget-quantity-box {
	
}

.googlecart-widget-details-column {
	
}

.googlecart-widget-title {
	
}

.googlecart-widget-short-details {
	
}

.googlecart-widget-long-details {
	
}

.googlecart-widget-removed-message {
	
}

.googlecart-widget-image-column {
	
}

.googlecart-widget-img {
	
}

.googlecart-widget-price-column {
	
}

.googlecart-widget-price {
	
}

.googlecart-widget-remove {
	
}

.googlecart-widget-restore {
	
}

#googlecart-widget-emptymessage {
	
}

#googlecart-widget-foot {
	
}

.googlecart-widget-footertext {
	
}

.googlecart-widget-totalmessage {
	
}

.googlecart-widget-totalprice {
	
}

.googlecart-widget-disclaimer {
	
}

.googlecart-widget-checkout {
	
}

/* FormLoom styles*/

input.fl-text,textarea.fl-textarea {
	width: 98%;
}

/* @end */

/* @group special */

/*Up2five column CSS support*/

.column {
	float: left;
}

.one {
	width: 100%;
}

.two {
	width: 50%;
}

.three {
	width: 33.3%;
}

.four {
	width: 25%;
}

.five {
	width: 20%;
}

.two3rds {
	width: 66%;
}

.three4ths {
	width: 75%;
}

.four5ths {
	width: 80%;
}

.column .content {
	width: 90% ! important;
	margin: 0 auto;
	padding: 0 ! important;
	float: none ! important;
}

/* @end */

/* @group My Extra Login Container  */

#myExtraContainer3 {
	float: right;
	padding-right: 20px;
	font-size: 90%;
	color: #4D4D4D;
}

#myExtraContainer3 ul, ol {
	margin: 0 10px 1.5em;
	padding: 1em 0;
}

#myExtraContainer3 ul li {
	display: inline;
	margin: 0;
	list-style-type: none;
}

#myExtraContainer3 ul li a {
	color: #838F33;
	font-weight: normal;
}

#myExtraContainer3 ul li a:hover {
	color: #838F33;
	font-weight: normal;
}

/* @end */


/* My Services Accordion  */

/*#wrap {
	float: left;
	width: 99%;
	margin: 0 auto;
	order: 1px solid #ccc;
	overflow: hidden;
}

#navigation ul li {
	list-style-type: none;
	border-top: 1px solid #ccc;
	order-left: 1px solid #ccc;
	background: #fff;
}

#navigation ul li a {
	display: block;
	text-decoration: none;
	padding: 10px;
}

#navigation ul li a:hover {
	background: #ccc;
}

#navigation ul li.active a {
	background: #fafec1;
}

#navigation ul {
	float: left;
	width: 30%;
}

.content {
	float: right;
	width: 60%;
}

.clear {
	clear: both;
}*/