main-content/*
Company:	Nosara Yoga
File:		shop.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */

body {
	background: url(../images/parchment_bg_tile.jpg);

}
.shop{
	background: url(../images/parchment_bg_tile.jpg);
	text-align:center;
	}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 742px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* Body */
div#bd {
	width: 793px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

/* Footer */
div#ft {
	text-align: center;
	color: #b7a361;
	font-size: 85%;
	font-family: Georgia, serif;
	padding: 10px;
}
div#ft a:link, div#ft a:visited {
	color: #b7a361;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
div#wrap {
	background: url(../images/circle-bkg.gif) no-repeat 50% 0;
}
/* Logo */
div#logo {
	width: 231px;
	float: left;
	display: inline;
}

/* Top Nav */
div#top-nav {
	text-align: right;
	margin-top: 15px;
	font-size: 108%;
	font-family: Georgia, serif;
	color: #745e14;
	float: right;
	display: inline;
}
div#top-nav a {
	margin: 0 4px 10px 4px;
}
div#top-nav a:link, div#top-nav a:visited {
	color: #745e14;
	text-decoration: none;
}
div#top-nav a:hover {
	color: #a55e28;
	text-decoration: none;
}

/* Feature */
div#feature div.feature-left {
	width: 206px;
	height: 274px;
	background: url(../images/purple-side-hd.gif) no-repeat 0 0;
	float: left;
	display: inline;
}
div#feature div.feature-left p {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 182%;
	margin: 200px 10px 0 50px;
	text-align: right;
	line-height: 100%;
}
div#feature div.feature-right {
	width: 584px;
	height: 274px;
	float: left;
	display: inline;
}

/* Sidebar */
div#sidebar {
	width: 159px;
	margin-right: 15px;
	margin-top: 10px;
	font-family: Georgia, serif;
	float: left;
	display: inline;
}
div.photo-box {
	background: url(../images/photo-box.gif) no-repeat 0 0;
	width: 199px;
	height: 163px;
	padding: 1px 0;
	margin-bottom: 5px;
}
div.video-box {
	width: 199px;
	height: 190px;
	background: url(../images/video-box.gif) no-repeat 0 0;
	padding: 1px 0;
	margin-bottom: 5px;
}
div.video-box p, div.photo-box p {
	margin: 10px 0 5px 25px;
}
div.video-box div.content, div.photo-box div.content {
	margin-left: 15px;
}
div.photo-box a:link, div.photo-box a:visited, div.video-box a:link, div.video-box a:visited {
	color: #fff;
	text-decoration: none;
}
div.sidebar-linkbox {
	margin-bottom: 5px;
}

/* Content */
div#main {
	width: 768px;
	font-family: Georgia, serif;
	margin-left: 8px;
	
}
div.main-content {
	color: #333;
	width: 540px;
	float: left;
	display: inline;
}
div.main-content p {
	margin-bottom: 15px;
	font-size: 85%;
	line-height: 160%;
}
body.wide-page div.main-content {
	margin: 30px;
}

div#main-hd {
	width: 768px;
	height: 34px;
	background: url(../images/paper-bkg-top-wide.gif) no-repeat 0 0;
}
div#main-bd {
	width:100%; /*718px;*/
	background: url(../images/paper-bkg-mid-wide.gif) repeat-y 0 0;
	padding: 10px 25px;
}
div#main-ft {
	width: 768px;
	height: 34px;
	background: url(../images/paper-bkg-btm-wide.gif) no-repeat 0 0;
}

/* Prod Detail */
div.prod-detail {
	background-color: #fbf5e5;
	border: 1px solid #e9e2c6;
	padding: 20px;
}
body.prod-list div.main-content {
	width: 100%;
	background-color: #fbf5e5;
	border: 1px solid #e9e2c6;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.prod-detail div.left-col {
	width: 180px;
	text-align: center;
	margin-right: 20px;
	float: left;
	display: inline;
}
p.enlarge {
	padding-top: 10px!important;
	font-family: "Lucida Grande", Arial, sans-serif!important;
}
p.enlarge a {
	background: url(../images/mag-icon.gif) no-repeat 0 0;
	padding-left: 18px;
}
p.enlarge a:link, p.enlarge a:visited {
	color: #ca4a47;
	text-decoration: none;
}
div.prod-detail div.right-col {
	width: 280px;
	float: left;
	display: inline;
}

div.prod-thumb {
	width: 22%;
	padding: 0 1%;
	text-align: center;
	float: left;
	display: inline;
}
div.prod-thumb p {
	margin-bottom: 2px;
	line-height: 120%;
}
div.prod-thumb a:link, div.prod-thumb a:visited {
	color: #8d762a;
	text-decoration: underline;
}
div.thumb-row {
	margin-bottom: 20px;
}

/* Buttons */
div.btns {
	margin: 15px 0;
}
div.btns a {
	margin-right: 10px;
}

/* @end */

/* @group Nav */
div#nav {
	clear: both;
	text-align: center;
	font-size: 123.1%;
	font-family: Georgia, serif;
	padding-top: 10px;
}
div#nav ul li {
	display: inline;
	margin: 0 4px;
}
div#nav a:link, div#nav a:visited {
	color: #745e14;
	text-decoration: none;
}

div#nav a:hover {
	color: #a55e28;
	text-decoration: none;
}

ul.sidenav {
	font-size: 108%;
	font-family: Georgia, serif;
  text-align: left;
	margin-bottom: 15px;
}
ul.sidenav li {
	padding: 1px 0;
}
ul.sidenav li a {
	display: block;
	padding-left: 28px;
	margin: 8px 0;
}
ul.sidenav li a:link, ul.sidenav li a:visited {
	color: #745e14;
	text-decoration: none;
}
ul.sidenav li a:hover, ul.sidenav li.active a:link, ul.sidenav li.active a:visited {
	background: url(../images/nav-leaf.gif) no-repeat 0 2px;
}
/* @end */

/* @group Default Headings */
h1 {
	font-family: Georgia, serif;
	color: #996699;
	font-size: 153.9%;
	margin-bottom: 10px;
}
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Common Text Styles */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */


/**************newcss***********************/
.booktable{
font-size:11px;
font-weight:normal;
border-left: 1px solid #E4C56D;
border-top: 1px solid #E4C56D;
}
.booktable th{
border-right: 1px solid #E4C56D;
padding:3px;
font-size:11px;
font-weight:bold;
background-color:#F0DBA0;
height:20px;
}
.booktable td{
padding:3px;
font-size:11px;
font-weight:normal;
height:20px;
border-right: 1px solid #E4C56D;
border-bottom: 1px solid #E4C56D;
}

.border{
font-size:11px;
}

.border td{
padding:5px;
border-bottom: 1px solid #F8EAC3;
}

.border b{
font-size:14px;
color:#DCB33E;
}
.border span{
color:#FE3030;
}
.Error{
font-size:10px;
font-weight:bold;
color:#FF0000;
}

input{
font-size:11px;
}
/*.border td{
font-size:11px;
border-bottom: 1px solid #000000;
}*/

