@charset "utf-8";
/*
Theme Name: seedmaster
Theme URI: http://opera-carmen.com/wordpress/
Description: 株式会社シードマスター
*/


/*content css*/
.section-header { 
	position: relative;
}
.section-header h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
}
.section-header p{ 
	position: absolute;
	top: 5px;
	right: 5px;
}
.section-header p a{
	padding-left: 15px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
	font-size: 90%;
}

.box p {
	margin-bottom: 5px;
}

/*news*/
#news{ 
	clear: both;
}
#news dl {
	padding: 0 15px;
}
#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}
#news dd {
	float: left;
	width: 500px;
	padding-top: 8px;
	padding-left: 95px;
}

#news dd.info{
	background: url(images/seedmaster_15.gif) no-repeat 0 8px;
}

#news dd.concert{
	background: url(images/seedmaster_18.gif) no-repeat 0 8px;
}

#news dd.event{
	background: url(images/seedmaster_18.gif) no-repeat 0 8px;
}

#news dd.media{
	background: url(images/media_tag.gif) no-repeat 0 8px;
}

#news dd a.photo {
	padding-right: 28px;
	background: url(images/icon_camera.gif) no-repeat right center;
}


.box-inner {
	margin:20px 10px;
}

.box-inner h3{
	margin-bottom: 7px; 
	padding: 7px 0px;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}


.box-inner h3 .ttl-info {
	display: block;
	padding-right: 55px;
	background: url(images/seedmaster_15.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-concert {
	display: block;
	padding-right: 55px;
	background: url(images/seedmaster_18.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-event {
	display: block;
	padding-right: 55px;
	background: url(images/seedmaster_18.gif) no-repeat right bottom;
}

.box-inner h3 .ttl-media {
	display: block;
	padding-right: 55px;
	background: url(images/media_tag.gif) no-repeat right bottom;
}


.box-inner .data { 
	color: #999;
	text-align: right;
}


.box-inner p{
	padding-bottom: 1em;
}
.box-inner ul{
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box-inner ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}


/*top-menu*/
.top-menu {
}

.top-menu ul {
	font-size:12px;
    margin: 0;
    width: 740px;
}
.top-menu ul li {
    float: left;
    margin-right: 20px;
    padding-bottom: 15px;
    width: 230px;
}
.top-menu ul li.third {
    margin-right: 0;
}

.top-menu a {
    color: #645F5D;
    display: block;
    padding: 0 0 15px;
    width: 230px;
}

.top-menu span, #top-page-wrapper .top-contents-menu strong {
    display: block;
}

.top-menu a:hover span, #top-page-wrapper .top-contents-menu a:hover strong {
    cursor: pointer;
}

.top-menu .image-photo {
    height: 120px;
    margin: 0 0 16px;
    width: 218px;
}

.top-contents-menu strong {
    height: 36px;
    margin: 0 0 14px;
}

.top-contents-menu .explain {
    font-size: 11px;
}

/*production*/
.pro-menu {
}

.pro-menu ul {
    margin: 0;
    width: 740px;
}
.pro-menu ul li {
    float: left;
    margin-right: 10px;
    padding-bottom: 20px;
    width: 175px;
	height:300px;
}
.pro-menu ul li.last {
    margin-right: 0;
}

.pro-contents-menu a {
    color: #645F5D;
    display: block;
    padding: 0 0 15px;
    text-decoration: none;
    width: 175px;
}

.pro-menu a .content-menu-wrapper {
    padding: 5px 5px 0;
}


.pro-menu span, #top-page-wrapper .top-contents-menu strong {
    display: block;
}

.pro-menu a:hover span, #top-page-wrapper .top-contents-menu a:hover strong {
    cursor: pointer;
}

.pro-menu .image-photo {
    height: 200px;
    margin: 0 0 16px;
    width: 175px;
}

.top-contents-menu strong {
    height: 36px;
    margin: 0 0 14px;
}

.top-contents-menu .explain {
    font-size: 11px;
	margin:3 0;
}

.disc{
	margin:10px;
}

.disc li{
	list-style:circle inside;
	padding:10px 0;
}

/*event*/
#event h3{
	margin-bottom: 7px; 
	padding: 7px 0px;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#event .fLeft{
	float:left;
	width:210px;
}

#event .fRight{
	float:right;
	width:480px;
	margin-right:10px;
}

#event .fRight table{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}

#event .fRight th{
	width: 20%;
	padding: 10px;
	border: 1px solid #000;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

#event td{
	width: 80%;
	padding: 10px;
	border: 1px solid #000;
	vertical-align: middle;
}

#event ul.item-lists li p {
	padding-bottom: 8px;
}


/*concert-single*/

.concert-left{
	float: left;
	width: 480px;
}
.concert-right {
	float: right;
	width: 210px;
}

.ei-start {
    background-image: url("images/event_date.png");
    background-position: left 1px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 90px;
}
.ei-place {
    background-image: url("images/event_venue.png");
    background-position: left 1px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 90px;
}
.ei-charge {
    background-image: url("images/event_ticket.png");
    background-position: left 1px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 90px;
}
.ei-act {
    background-image: url("images/event_cast.png");
    background-position: left 1px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 90px;
}


/*advertisement*/
.category-menu-2 {
}
.category-menu-2 ul {
    font-size: 12px;
    margin: 0;
    width: 730px;
}
.category-menu-2 ul li {
    float: left;
    margin-right: 20px;
    padding-bottom: 15px;
    width: 350px;
}
.category-menu-2 ul li.second {
    margin-right: 0;
}
.category-menu-2 span, .category-menu-2 strong {
    display: block;
}
.category-menu-2 a:hover span, .category-menu-2 a:hover strong {
}
.category-menu-2 span {
    margin: 0 0 23px;
}
.category-menu-2 .category-menu-wrapper {
    padding: 5px 5px 0;
}
.category-menu-2 span.explain {
    margin: 0;
}
.category-menu-2 strong {
    margin: 0 0 13px;
}
.category-menu-2 a {
    color: #645F5D;
    display: block;
    width: 350px;
}


/*graphic*/
#graphic ul.item-lists {
	padding-top: 20px;
}
#graphic ul.item-lists li {
	position: relative;
	float: left;
	width: 170px;
	margin-left: 10px;
}

#graphic ul.item-lists li p {
	padding:0;
	font-size:12px;
}

#graphic ul.item-lists li p a img {
	border: 2px solid #eee;
}

#graphic ul.item-lists li p a:hover img {
	border: 2px solid #3ba8ff;
}

/*web*/
#web ul.item-lists {
	padding-top: 20px;
}
#web ul.item-lists li {
	position: relative;
	float: left;
	width: 230px;
	height:280px;
	margin-left: 10px;
}

#web ul.item-lists li p {
	padding:10px 0;
	font-size:12px;
}

#web ul.item-lists li p a img {
	border: 2px solid #eee;
}

#web ul.item-lists li p a:hover img {
	border: 2px solid #3ba8ff;
}


/*culture*/
.culture-left{
	float: left;
	width: 480px;
}
.culture-right {
	float: right;
	width: 210px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

/*PagiNavi*/
.wp-pagenavi { 
	padding-top: 10px;
	padding-bottom: 25px;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #300;
}

/*map*/
#map {
	margin-top: 20px !important;
	border: 1px solid #999;
}


/*お問い合わせ*/
.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 1em;
}
.wpcf7-form .wpcf7-submit {
	width: 150px;
}

.contactText{
	border:#999 1px solid;
	margin-top:30px;
	padding:15px 20px 0px;
}

/* catbox */
#contents .catbox {
	width: auto;
	height: 100%;
}

.storycontent{
	margin-bottom:30px;
}

/* page_box */
#content .page_box {
	width: auto;
	margin: 0px;
	padding: 30px 20px;
	background-image: url(images/pagebox_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
/* thumbnail_box */
#content .thumbnail_box {
	width: 119px;
	height: 190px;
	margin: 4px 0px 0px 4px;
	padding: 8px;
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
}
.thumbnail_box .thumimg {
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.thumbnail_box .thumtitle {
	width: auto;
	margin: 10px 5px 5px 0px;
	padding: 0px;
	background-image: url('images/list1.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 20px;
}
.thumbnail_box .thumtitle a {
	text-decoration: underline;
	white-space: normal;
	word-wrap: break-word;
}
.thumbnail_box .thumtitle a:hover {
	font-weight: bold;
}
.thumbnail_box a.detailbutton {
	width: 89px;
	height: 16px;
	padding-top: 5px;
	margin-top: 10px;
	background-image: url('images/button_bg_detail01.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.thumbnail_box a.detailbutton:active {
	background-image: url('images/button_bg_detail01.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	outline: none;
}
/* content common CSS End */

/*********************************************************************/
/* Welcart Item single page CSS Start */
span.price {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
	font-weight: bold;
	color: #ED5B14;
}
span.cprice {
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}
em.tax {
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: inherit;
	letter-spacing: 0em;
}
dl.itemGpExp {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp dt {
	height: 16px;
	margin: 0px;
	background-image: url('images/gp.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0px 0px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FF3333;
}
dl.itemGpExp dd {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp ul {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	letter-spacing: 1px;
}
#itempage {
	width: 100%;
	overflow:hidden;
}
#itempage .field {
	height: auto;
	width: auto;
	margin: 0px;
}
#itempage .field hr {
	color: #CCCCCC;
}
#itempage .field .field_name {
	text-align: left;
}
#itempage .field .field_price {
	width: auto;
	margin: 0px;
	padding: 0px;
	color: #ED5B14;
	font-size: 140%;
	font-weight: bold;
	text-align: right;
}
#itempage h3 {
	height: 18px;
	margin-bottom: 10px;
	margin-left: 210px;
	padding: 3px 5px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
#itempage .exp {
	min-height: 220px;
	margin-bottom: 10px;
}
*:first-child+html #itempage .exp {
	display: inline;
}
#itempage form {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#itempage .itemimg {
	width: 200px;
	margin-right: 10px;
	float: left;
}
#itempage .itemsubimg {
	margin-bottom: 10px;
}
#itempage .itemsubimg img {
	width: 135px;
	height: 135px;
	padding: 5px;
}
#itempage .skuform {
	width: 100%;
}
#itempage .skuform .skuquantity {
	width: 50px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: right;
}
#itempage table.skusingle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#itempage table.skusingle td {
	margin: 0px;
	padding: 3px 10px 3px 0px;
}
#itempage table.skumulti {
	width: 100%;
	margin-top: 0px 0px 10px 0px;
	padding: 0px;
	border: 2px solid #CCC;
	border-collapse: collapse;
}
#itempage table.skumulti th {
	margin: 0px;
	padding: 3px;
	background-color: #E6E6E6;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#itempage table.skumulti th.thborder {
	border-bottom: 2px solid #CCC;
}
#itempage table.skumulti td {
	margin: 0px;
	padding: 3px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 2px solid #CCCCCC;
}
#itempage table.skumulti td.subborder {
	border-bottom: 1px solid #D9D9D9;
}
#itempage table.skumulti td.skudisp {
	font-weight: bold;
}
#itempage .assistance_item {
	width: auto;
	padding: 0px;
}
#itempage .assistance_item h3 {
	height: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 3px 5px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
#itempage .assistance_item ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#itempage .assistance_item li {
	width: 312px;
	margin: 0px;
	float: left;
	padding: 0px 0px 10px 0px;
}
#itempage .assistance_item .listbox {
	width: auto;
	margin-right: 10px;
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
}
#itempage .assistance_item .slit {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}
#itempage .assistance_item .detail {
	width: auto;
	margin: 0px;
	padding-top: 5px;
	padding-left: 115px;
}
#itempage .assistance_item h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
#itempage .assistance_item .detail p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	line-height: 150%;
}
.page_content {
	padding: 10px;
}
/* Welcart Item single page CSS End */
/* content common CSS End */




.loopimg{
	display:none;
}

/*gallery*/
#.gallery {
	padding: 0 7px;
	margin-left: -20px;
}
dl.gallery-item {
	float: left;
	width: 284px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;	
}
dt.gallery-icon {
	float: none;
	width: 284px;
}

dt.gallery-icon a img {
	border: 2px solid #eee;
}
dt.gallery-icon a:hover img {
	border: 2px solid #3ba8ff;
}

dd.gallery-caption {
	float: none;
	width: 284px;
	padding: 6px 0 3px;
	border-bottom: 1px dotted #999;
	text-align: left;
}

/*********************************************************************/
/* Welcart cart page CSS Start */
.usccart_navi ol {
	width: auto;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/cart_navi.jpg');
	background-repeat: no-repeat;
	display: block;
	list-style-image: none;
	list-style-type: none;
}
.usccart_navi li {
	height: 31px;
	margin: 0px;
	padding: 2px 0px 0px 35px;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
}
.usccart_navi ol.usccart_cart {
	background-position: 0px 0px;
}
.usccart_navi ol.usccart_customer {
	background-position: 0px -32px;
}
.usccart_navi ol.usccart_delivery {
	background-position: 0px -63px;
}
.usccart_navi ol.usccart_confirm {
	background-position: 0px -95px;
}
.usccart_navi li.usccart_cart {
	width: 85px;
}
.usccart_navi li.usccart_customer {
	width: 94px;
}
.usccart_navi li.usccart_delivery {
	width: 125px;
}
.usccart_navi li.usccart_confirm {
	width: 70px;
}
#inside-cart .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#inside-cart h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ffcc00;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#inside-cart p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
#inside-cart .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ffcc00;
	text-align: center;
}
#cart_table .num{
	width:20%
}

#customer-info .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
}
#customer-info .error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#customer-info h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff9900;
	border-bottom: 2px solid #ffc56a;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#customer-info form {
	margin: 0px;
	padding: 0px;
}
#customer-info table {
	margin-top: 10px;
	border-collapse: collapse;
}
#customer-info th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#customer-info td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 11px;
	line-height: 150%;
}
#customer-info .customer_form input {
	width: 50%;
	margin-right: 3px;
}
#customer-info .customer_form tr.inp1 input {
	width: 50%;
	margin-left: 3px;
}
#customer-info .customer_form tr.inp2 input {
	width: 75%;
	margin-left: 0px;
	margin-right: 3px;
}
#customer-info .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ff9900;
	text-align: center;
}
#delivery-info .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
}
#delivery-info h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff6600;
	border-bottom: 2px solid #ffaa68;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#delivery-info form {
	margin: 0px;
	padding: 0px;
}
#delivery-info table.customer_form {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
#delivery-info th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	color: #4c4d25;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#delivery-info td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 11px;
	line-height: 150%;
}
#delivery-info .error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
}
#delivery-info .customer_form dl {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#delivery-info .customer_form dt {
	width: auto;
	padding-top: 5px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#delivery-info .customer_form dd {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#delivery-info #delivery_table input {
	width: 50%;
	margin-right: 3px;
}
#delivery-info #delivery_table tr.inp1 input {
	width: 83%;
	margin-right: 0px;
	margin-left: 3px;
}
#delivery-info #delivery_table tr.inp2 input {
	width: 76%;
	margin-right: 3px;
	margin-left: 0px;
}
#delivery-info .customer_form .btn {
	width: 24px;
}
#delivery-info #time {
	margin-top: 10px;
}
#delivery-info #time textarea {
	height: 100px;
	width: 94%;
}
#delivery-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ff6600;
}
#info-confirm .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
	background-color: #ffffff;
}
#info-confirm h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff3300;
	border-bottom: 2px solid #ff8f71;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#info-confirm form {
	margin: 0px;
	padding: 0px;
}
#info-confirm #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
#confirm_table h3 {
	margin: 0px;
	padding: 0px;
	color: #ff3300;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
#confirm_table th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #50511d;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
}
#confirm_table td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 12px;
	line-height: normal;
}
#confirm_table .ttl {
	background-color: #ffffef;
}
#confirm_table .bdc {
	background-color: #edf6ff;
}
#info-confirm .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #FF3300;
	text-align: center;
}
#coml-page h2,#error-page h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #666600;
	border-bottom: 2px solid #b2b165;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#coml-page p,#error-page p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#coml-page form,#error-page form {
	margin: 0px;
	padding: 0px;
}
#coml-page .send,#error-page .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #b2b165;
	text-align: center;
}
#coml-page .post,#error-page .post {
	width: auto;
	margin-top: 10px;
	padding: 15px;
	background-color: #ffffff;
}
/* Welcart cart page CSS End */
/*********************************************************************/
