/*
Theme Name: Calves Hill Theme
Author: Duck On Water
Author URI: http://www.duckonwater.co.uk/
*/
* {
    margin: 0;
    padding: 0;
}
body {
	text-align: left;
	font: 11px Verdana, Geneva, sans-serif;
	color: #565656;
	background: none;
}
a {
    text-decoration: none;
    color: #4D5C62;
}
a:hover {
    text-decoration: none;
    color: #5096A5;
}
img { border: 0 }
.break {
    font-size: 0;
    width: 0;
    height: 0;
    clear: both;
}
.alignleft {
    float: left;
    margin: 4px 10px 5px 0;
}
.alignright {
    float: right;
    margin: 4px 0 5px 10px;
}
.aligncenter { text-align: center }
.hidden { display: none }
/** BEGIN wrapper **/
#wrapper {
    width: 950px;
    margin: auto auto;
    text-align: left;
    background: url(images/dots.gif) no-repeat left bottom;
}
/** END wrapper **/
/** BEGIN header **/
#header {
    height: 102px;
    background: url(images/header.gif) repeat-x 0 bottom;
    padding-top: 25px;
}
#header ul {
	list-style-type: none;
	height: 35px;
	margin-top: 6px;
}
#header ul li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 1px;
	background: url(images/divider.gif) no-repeat 0 11px;
}
#header ul li.f {
    padding-left: 10px;
}
#header ul li a {
    color: #ffffff;
    display: block;
    padding: 11px 12px;
}
#header ul li a:hover { text-decoration: underline }
#header .logo {
    float: left;
    padding-left: 15px;
}
#header .logo h1 {
    font-size: 0;
    text-indent: -99999px;
    position: absolute;
}
#header .logo h1 a {
    display: block;
    outline: none;
    text-indent: -9999px;
    background: url(images/logo.gif) no-repeat 0 0;
    width: 324px;
    height: 53px;
}
#header .logo p {
    display: block;
    font-size: 4em;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    color: #6B7E89;
}
#header .contact {
    float: right;
    width: 400px;
    text-align: right;
    margin: 0px;
    padding: 0px;
    height: 60px;
}
#header .contact p {
    font-size: 3.1em;
    letter-spacing: 0.1em;
    margin: 0px 0px -5px;
    padding: 0px;
    float: right;
    display: block;
    text-align: right;
}
#header .contact a {
    font-size: 2.3em;
    margin: -2px 0px 0px;
    padding: 0px 3px 0px 0px;
    float: right;
    display: block;
    letter-spacing: 0.06em;
}
#wrapper #header .contact a:hover { color: #5096A5 }
/** END header **/
/** BEGIN body **/
#body {
    border-width: 0 1px;
    border-style: solid;
    border-color: #D7D7D7;
    background: url(images/body.gif) repeat-y 615px 0;
}
#secondNav {
	width: 948px;
	float: left;
	height: 50px;
	background: #EFEFEF;
	border-bottom: 1px solid #D7D7D7;
	margin: 0px;
	padding: 0px;
	display: block;
}
#secondNav ul {
    float: right;
    margin: 0px;
    padding: 0px;
}
#secondNav li {
    float: left;
    font-size: 2em;
    list-style: none outside;
    text-transform: uppercase;
    margin: 10px 1em 0px 0px;
    padding: 0px;
    text-decoration: none;
}
#secondNav a { text-decoration: none }
#content #secondNav a { text-decoration: none }
#content #secondNav a:hover {
    text-decoration: underline;
    color: #5096A5;
}
/*  =NAVIGATION
-------------------------------------------------------------- */
#shopMenu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 61px;
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	width: 948px;
	font-weight: normal;
	text-transform: uppercase;
	background: #EFEFEF;
	border-bottom: 1px solid #D7D7D7;
}
#shopMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#shopMenu li {
	padding: 0 5px 0 3px;
	position: relative;
}
#shopMenu li {
	float: left;
	background: #EFEFEF;
	border-bottom: 1px solid #D7D7D7;
}
#shopMenu li.menuEnd {
	float: left;
	background: none;
}
#shopMenu .menu-header,
div.menu {
	margin-left: 0px;
}
#shopMenu .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#shopMenu .menu-header li,
div.menu li {
	float:left;
	position: relative;
	margin: 0;
	padding: 0;
}
#shopMenu a {
	display:block;
	text-decoration:none;
	color:#4D5C62;
	padding:2px 8px 4px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	text-align: center;
}
#shopMenu ul ul {
	display: none;
	float:left;
	width: 180px;
	z-index: 99999;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0;
	background: #EFEFEF;
}
#shopMenu ul ul li {
	background: #EFEFEF;
	padding: 0;
	width: 180px;
	list-style: none;
}
#shopMenu ul ul ul {
	display:none;
	float:left;
	width: 180px;
	z-index: 99999;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0;
}
#shopMenu ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	text-align: left;
	width: 160px;
}
#shopMenu a:hover {
	text-decoration: none;
	background: #6A7E87;
	color: #FFF;
}
#shopMenu ul ul a:hover {
	background: #6B7E89;
	color: #fff;
}
#shopMenu ul li .children li .children li {
	clear: both;
	float: left;
}
/** END body **/
/** BEGIN content **/
#content {
    width: 615px;
    float: left;
    padding-bottom: 20px;
}
#contentFull {
	width: 948px;
	float: left;
	background: #FFF;
	border-right: 1px solid #D7D7D7;
	margin: 0px;
	padding: 0px 0px 20px;
}
.contentFullmain
{
	width: 800px;
	padding: 15px 0px 0px;
	display: block;
	margin: 0px 0px 0px 50px;
	float: left;
}
#content p {
	margin-bottom: 10px;
	font-size: 12px;
}
#content a {
	text-decoration: none
}
#content h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: normal;
    display: block;
    margin-top: 30px;
}
#content .redNumber {
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 10px;
}
#content blockquote {
    margin-bottom: 10px;
    padding: 10px 10px 5px;
    background-color: #eeeeee;
    border-width: 1px 0;
    border-style: solid;
    border-color: #cccccc;
    font-style: italic;
    font-weight: bold;
}
#content ul { margin: 0 0 10px 18px }
#content ol {
    margin: 0 0 10px 16px;
    padding-left: 10px;
}
#content li { padding: 2px 0 }
#content .title {
    border-bottom: 1px solid #E1E1E1;
    padding: 20px 15px 15px;
    color: #999999;
    text-transform: capitalize;
    font: bold 2em Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    text-decoration: none;
}
#content .post {
	padding: 15px 15px 50px;
	clear: both;
	border-top: 4px solid #E1E1E1;
	width: 585px;
	float: left;
}
#content .post iframe {
    border: 1px solid #D7D7D7;
    margin: 20px auto 30px;
}
#breadcrumbs {
    margin: -5px 0px 0px;
    padding: 0px;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    height: auto;
    vertical-align: top;
}
#breadcrumbs p {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #C1C1C1;
    vertical-align: top;
}
#breadcrumbs a {
    color: #C1C1C1;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
#breadcrumbs a:hover {
    color: #5096A5;
    margin: 0px;
    padding: 0px;
}
#breadcrumbs strong { text-decoration: underline }
#content .f { border-top: 0 }
#content img {
    border: 2px solid #B4BFC5;
    display: block;
    padding: 0px;
    margin: 0px;
	max-width: 960px;
}
#content .wp-caption-text { text-align: center }
#content .wp-caption {
    background: #EFEFEF;
    padding: 8px 5px 5px 10px;
    margin: 30px auto 40px;
    display: block;
    border: 1px solid #C0C0C0;
    -moz-border-radius: 3ex;
    -moz-border-radius: 3ex;
    -webkit-border-radius: 3ex;
    -webkit-border-radius: 3ex;
}
#content .post .thumb {
    float: left;
    margin: 0 10px 10px 0;
}
#content .post .thumb img { width: 250px }
#content .post h2 {
    font-size: 2em;
    line-height: 1.5em;
    margin: 0px 0px 20px;
    padding: 0px;
}
#content .post p {
	margin-bottom: 10px;
	line-height: 1.4em;
	display: block;
}
#content .post .details {
    font-weight: bold;
    color: #63777F;
    padding-top: 10px;
}
#content .post .details a { margin: 0 5px }
/** END content **/
/*  Table Styling */
#content .tankTable { }
#content .tankTable .wp-table-reloaded {
    border-collapse: separate;
    border-spacing: 1px;
    margin: 10px 0px 15px;
    font-size: 20px;
    text-align: left;
    padding: 0px;
    line-height: 100px;
    background: #FFF;
    border-style: none;
}
#content .tankTable .wp-table-reloaded a {
    margin: 0px;
    padding: 0px;
    color: #000;
    line-height: 1.5em;
    font-size: 14px;
    text-decoration: none;
}
#content .tankTable .wp-table-reloaded a:hover {
    margin: 0px;
    padding: 0px;
    color: #5F7D71;
    text-decoration: underline;
}
#content .tankTable .wp-table-reloaded th {
    padding: 10px;
    background: #A6A9AB;
    text-align: left;
}
#content .tankTable .wp-table-reloaded td {
    color: #3D3D3D;
    padding: 5px;
    background-color: #FFFFFF;
    vertical-align: top;
    text-align: center;
}
#content .tankTable .wp-table-reloaded .even td { background-color: #FFFFFF }
#content .tankTable .wp-table-reloaded .odd td { background: #E8E9EA }
#content .tankTable .wp-table-reloaded .row-hover tr:hover td { background-color: #D0D0D6!important }
#content .tankTable .wp-table-reloaded-table-description {
    clear: both;
    display: block;
    font: 14px Verdana, Geneva, sans-serif;
    color: #666;
}
#content .tankTable .wp-table-reloaded img {
    margin: 0px;
    padding: 0px;
    height: 130px;
    width: 130px;
    border-style: none;
}
/**Table finish **/
/** BEGIN sidebar **/
#sidebar {
	width: 332px;
	float: right;
	margin: 0px;
	padding: 0px 0px 20px;
}
#sidebar .cartWidget {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    text-align: left;
    background: url(images/cart.png) no-repeat right 0px;
    width: 300px;
	min-height:60px;
}
#sidebar .cartWidget h3 {
	margin: 10px 0px 5px;
	padding: 0px;
}
#shopp-cart-ajax .status { line-height: 1.7em }
#sidebar .ssl {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#sidebar .cartWidget #shopp-cart-ajax ul {
    margin: 10px 0px 0px 15px;
    padding: 0px;
}
#sidebar .cartWidget #shopp-cart-ajax ul li {
    margin: 0px 0px 5px;
    padding: 0px;
}
#sidebar .l .widget h3 { margin-left: 15px }
#sidebar h2 {
    font-size: 1em;
    text-transform: uppercase;
    padding: 15px 15px 10px;
    text-align: left;
}
#sidebar ul {
    list-style-type: none;
    padding: 0 15px 15px;
    border-bottom: 1px solid #ECECEC;
}
#sidebar ul li {
    line-height: 1.4em;
    padding: 5px 0;
}
#sidebar ul li a { color: #565656 }
#sidebar ul li a:hover {
    color: #63777F;
    text-decoration: none;
}
#sidebar .l {
    float: left;
    width: 165px;
}
#sidebar .l .textwidget p:hover { color: #B90000 }
#sidebar .l .textwidget p {
    color: #5096A5;
    font-size: 12px;
    text-align: left;
    word-spacing: 0.1em;
    vertical-align: top;
    display: block;
    margin: 0px;
    padding: 0px 0px 10px 15px;
    line-height: 1.4em;
}
#sidebar .l .textwidget a {
    color: #5096A5;
    text-decoration: underline;
}
#sidebar .l .textwidget a:hover { color: #6C8089 }
#sidebar .r {
    float: right;
    width: 155px;
    padding-right: 10px;
}
#sidebar .r a {
    font-weight: bold;
    color: #B6B6B6;
}
#sidebar .r a:hover {
    color: #565656;
    text-decoration: underline;
}
#sidebar .r  p { padding-left: 15px }
#sidebar .l ul,
#sidebar .r ul { border-bottom: 0 }
#sidebar form {
    border-bottom: 1px solid #E1E1E1;
    width: 140px;
    height: 27px;
    padding: 8px 11px;
    margin: 0px;
}
#sidebar #searchform {
    margin: 0px 0px 0px 15px;
    padding: 0px;
    height: 90px;
    background: url(none);
}
#sidebar #searchform form { border-width: 0px }
#sidebar #searchform #s {
    border: 1px inset #999999;
    width: 140px;
    margin: 10px 0px 0px;
    padding: 1px 1px 0px;
    height: 20px;
}
#searchform #searchsubmit {
    margin: 10px 0px 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 140px;
    border: 1px outset #CCCCCC;
    height: 20px;
}
#sidebar .photos {
    padding: 0 15px 15px;
    border-bottom: 1px solid #ECECEC;
    text-align: center;
}
#sidebar .photos img {
    margin: 5px;
    width: 75px;
    height: 75px;
}
#sidebar .video {
    padding: 0 15px 15px 20px;
    border-bottom: 1px solid #ECECEC;
}
#sidebar .tags {
    padding: 0 15px 15px;
    border-bottom: 1px solid #ECECEC;
}
#sidebar p { padding-left: 15px }
#sfstest-sidebar p {
    padding-left: 15px;
    padding-top: 5px;
}
#sidebar p cite {
    margin-bottom: 15px;
    color: #565656;
    display: block;
    font-weight: bold;
}
.sfststreadmore a {
    padding-left: 15px;
    padding-top: 15px;
    text-decoration: underline;
}
#serviceBoxSidebar {
    width: 280px;
    padding: 10px;
    margin: 20px auto 15px;
    border: 2px solid #B90000;
    background: url(http://www.calveshill.com/C_H_datA_01/wp-content/themes/calveshill/images/dotts-red-large.gif) no-repeat right bottom;
}
#serviceBoxSidebar h3 {
    color: #B90000;
    font-size: 1.7em;
    text-align: center;
}
#serviceBoxSidebar a { color: #B90000 }
#serviceBoxSidebar a:hover {
    color: #FF0000;
    text-decoration: none;
}
#serviceBoxSidebar em {
    font-size: 1.2em;
    display: block;
    margin: 0px;
    padding: 0px;
}
#serviceBoxSidebar p {
    font-size: 1.2em;
    text-align: center;
}
#quoterotator {
    padding-left: 15px;
    width: 140px;
}
#quoterotator #quoteauthor { text-align: left }
/** END sidebar **/
/** BEGIN footer **/
#footer {
    clear: both;
    background-color: #63777F;
    color: #ffffff;
    padding: 10px 20px;
}
#footer a { color: #ffffff }
#footer .linkH {
    color: #81969F;
    font-size: 3px;
}
/** END footer **/
/** BEGIN miscellaneous **/
.postnav {
    clear: both;
    padding: 0 15px;
    font-size: 0.9em;
}
.postnav a {
    border: 1px solid #cccccc;
    padding: 3px 8px;
    color: #999999;
}
.postnav a:hover {
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
}
#comments {
    padding: 10px 15px;
    border-top: 1px solid #ECECEC;
}
#comments h2 {
    margin: 20px 0 5px;
    font-size: 1.5em;
    font-weight: normal;
}
#comments p {
    margin-bottom: 10px;
    line-height: 1.5em;
}
#comments form { padding-top: 20px }
#comments form p { margin-bottom: 5px }
#comments form input,
textarea {
    border: 1px solid #cccccc;
    font-size: 0.9em;
    font-family: Verdana;
    padding: 4px;
    background-position: 4px 4px;
    background-repeat: no-repeat;
}
#comments form input {
    width: 260px;
    border: 1px solid #cccccc;
}
#comments form textarea {
    width: 350px;
    padding: 4px 4px !important;
    border: 1px solid #cccccc;
}
#comments form button {
    border: 1px solid #909090;
    background-color: #cccccc;
    font-size: 0.9em;
    font-family: Verdana;
    width: 120px;
    height: 23px;
}
.commentdetails { margin-top: 25px }
.commentauthor {
    margin-bottom: 5px !important;
    font-weight: bold;
}
.commentdate {
    font-size: 0.8em;
    margin-bottom: 5px;
    color: #909090;
}
.required { color: #ff0000 }
.notfound { padding: 40px }
.notfound h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
/** END miscellaneous **/
/** BEGIN wordpress 2.7 comments **/
#comments ol {
    list-style-type: none;
    clear: both;
    padding: 0;
    margin: 0;
}
#comments ol li {
    padding: 10px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}
#comments ol li .avatar { float: right }
#comments ol li .comment-author { }
#comments ol li .comment-author .fn {
    font-weight: bold;
    font-size: 1.2em;
}
#comments ol li .comment-meta {
    font-size: 0.9em;
    color: #999999;
    margin: 5px 0 10px;
}
#comments ol li .reply {
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 10px;
}
#comments .children { list-style-type: none }
#comments .navigation {
    padding: 10px 0 20px;
    font-size: 0.9em;
}
#comments .navigation a {
    color: #999999;
    padding: 3px 8px;
    border: 1px solid #cccccc;
}
#comments .navigation a:hover {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
}
/** END wordpress 2.7 comments **/
#bodyHome {
    border-width: 0 1px;
    border-style: solid;
    border-color: #D7D7D7;
    background: #FFFFFF url(images/dots.gif) no-repeat left bottom;
}
#homepage {
    width: 615px;
    float: left;
    padding-bottom: 20px;
    background: #FFFFFF;
}
#homePage h1 {
    color: #63777F;
    font-size: 3em;
    font-weight: normal;
    margin-left: 20px;
    display: block;
}
#homePage .tankPic h2 {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40px;
    font-weight: normal;
}
#homePage .tankPic {
    padding: 5px;
    margin: 20px 0px 30px 14px;
    float: left;
    background: #666666;
    -moz-border-radius: 3ex;
    -moz-border-radius: 3ex;
    -webkit-border-radius: 3ex;
    -webkit-border-radius: 3ex;
}
#homePage .tankPic a:hover {
    color: #5096A5;
    text-decoration: none;
}
#homePage .tankPic .domestic {
    height: 160px;
    width: 210px;
    background: #EFEFEF url(/images/domestic-oil.jpg) no-repeat left top;
    margin: 0px;
    padding: 0px;
    float: left;
    -moz-border-radius: 2ex;
    -moz-border-radius: 2ex;
    -webkit-border-radius: 2ex;
    -webkit-border-radius: 2ex;
}
#homePage .tankPic .commercial {
    height: 160px;
    width: 210px;
    background: #EFEFEF url(/images/commercial-oil.jpg) no-repeat left top;
    margin: 0px;
    padding: 0px;
    float: left;
    -moz-border-radius: 2ex;
    -moz-border-radius: 2ex;
    -webkit-border-radius: 2ex;
    -webkit-border-radius: 2ex;
}
#homePage .tankPic .supply {
    height: 160px;
    width: 210px;
    background: #EFEFEF url(/images/domestic-oil.jpg) no-repeat left top;
    margin: 0px;
    padding: 0px;
    float: left;
    -moz-border-radius: 2ex;
    -moz-border-radius: 2ex;
    -webkit-border-radius: 2ex;
    -webkit-border-radius: 2ex;
}
#homePage .tankPic .water {
    height: 160px;
    width: 210px;
    background: #EFEFEF url(/images/water-tanks.jpg) no-repeat left top;
    margin: 0px;
    padding: 0px;
    float: left;
    -moz-border-radius: 2ex;
    -moz-border-radius: 2ex;
    -webkit-border-radius: 2ex;
    -webkit-border-radius: 2ex;
}
#homeText {
    width: 530px;
    padding: 20px 0px 20px 20px;
    margin: 0px;
    float: left;
}
#homeText p {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 0.7em;
}
#rightCont {
    width: 360px;
    float: right;
    margin: 0px;
    padding: 0px;
    display: block;
}
#rightCont a {
    font-size: 1.5em;
    font-weight: bold;
}
#rightCont li {
    list-style: disc inside;
    margin: 0px 0px 20px;
    padding: 0px;
}
#rightCont #leftCol {
    width: 170px;
    float: left;
    margin: 0px;
    padding: 0px;
}
#rightCont #rightCol {
    float: left;
    margin: 0px;
    padding: 0px;
}
#serviceBox {
	width: 320px;
	float: right;
	padding: 10px;
	margin: 0px 20px 20px 0px;
	border: 2px solid #B90000;
	background: url(http://www.calveshill.com/C_H_datA_01/wp-content/themes/calveshill/images/dotts-red-large.gif) no-repeat right bottom;
	clear: right;
}
#serviceBox h3 {
    color: #B90000;
    font-size: 2em;
}
#serviceBox a { color: #B90000 }
#serviceBox a:hover {
    color: #FF0000;
    text-decoration: none;
}
#serviceBox em {
    font-size: 1.2em;
    padding-left: 10px;
    padding-bottom: 5px;
    display: block;
}
#serviceBox p {
    font-size: 1.2em;
    text-align: center;
}
#onlineShop {
	float: right;
	width: 324px;
	margin: 0px;
	padding: 0px 35px 10px 0px;
	}
#onlineShop img {
	margin: 0px auto;
	padding: 0px;
}
#logos {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px 0px 20px;
}
#logos img {
    margin-right: 32px;
    float: right;
}
.rounded {
    -moz-border-radius: 3ex;
    -moz-border-radius: 3ex;
    -webkit-border-radius: 3ex;
    -webkit-border-radius: 3ex;
}

#content .error h2 {
	margin: 20px 0px 0px;
	padding: 0px 20px 20px;
	display: block;
	text-align: left;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 570px;
}
#shopp h3 {
	font: 20px Arial, Helvetica, sans-serif;
	text-align: left;
}
#shopp h3.price {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.post.f #shopp .details dd {
	font-size: 12px;
	font-weight: normal;
	color: #565656;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.post.f #shopp .gallery {
	display: block;
	float: left;
}
.post.f #shopp .gallery .thumbnails li img {
	cursor: pointer;
	display: inline;
	float: left;
	width: 75px;
	height: 50px;
	margin-bottom: 5px;
}
.post.f #shopp li label{
	margin-bottom: 5px;
	padding-bottom: 5px;
}.post.f #shopp .headline big {
	font-size: 12px;
	font-weight: normal;
}
.post.f #shopp #relatedProducts {
	background: #F3F4F5;
	border: 1px solid #D7D7D7;
	width: 545px;
	float: left;
	display: block;
	height: auto;
	margin: 0px 0px 10px;
	padding: 0px 20px;
}
#dateTime {
	position: relative;
	float: right;
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 17px 20px 0px 0px;
}
.post.f #shopp label {
	margin-bottom: 10px;
	display: block;
}
#checkout #delivery {
	padding: 5px 5px 0px;
	border: 1px dotted #63777F;
	margin: 10px 0px;
	display: block;
}
#checkout #delivery h4 {
	font-size: 14px;
}
#checkout-button {
	cursor: pointer;
	background: #288F2A;
	border: 1px solid #124113;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	margin: 0px;
}
#checkout-button:hover {
	color: #288F2A;
	background: #FFF;
}
#wrapper #body #content .post.f #shopp #checkout input {
	max-width: 570px;
}
#checkout ul #billing-address-fields .left #billing-city {
	max-width: 100px;
}
#sidebar .sideproduct h3 a {
	color: #4D5C62;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#sidebar .sideproduct .price big {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#shopp #checkout ul #shipping-address-fields input {
max-width: 100px;
}
#shopp #checkout ul li span #phone {
	width: 165px;
}
#shopp #checkout ul li span #order-data-secondary-contact-number {
	width: 165px;
}
#shopp #checkout ul #billing-address-fields #billing-state {
	width: 120px;
}
#shopp #checkout ul #shipping-address-fields {
	float: left;
	margin-left: 20px;
}
#cboxPhoto {
max-width: 900px;
}
#cart .vat {
	font-size: 10px;
	font-weight: normal;
	color: #7A7A7A;
}
.freeshipping{
	font-size: 14px;
	color: #26752F;
	font-weight: bold;
}
#shopp .bottomText {
	width: 600px;
	margin: 20px 0px 0px;
	padding: 0px;
	display: block;
	position: relative;
	float: left;
}
.clear {
	width: 600px;
	margin: 0px;
	padding: 0px;
	height: 10px;
	position: relative;
	clear: both;
}

