/*
Terms of use
------------

This software is copyright Mesoconcepts Ltd, and is distributed under the terms of the Mesoconcepts license. In a nutshell, you may freely use it for any purpose, but may not redistribute it without written permission.

http://www.semiologic.com/legal/license/
**/


/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css feature. This allows to edit the skin
# without editing its css files. That way, you won't need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the custom-samples folder
#
*/

/* marker, large buttons */


.marker
{
	background-color: yellow;
	color: black;
}


.large_button
{
	width: 240px;
	height: 160px;
	margin: 2em auto;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: Tahoma, Helvetica, Sans-Serif;
}

.large_button .button_tag
{
	font-size: 24pt;
	padding: 24px 16px 14px 16px;
	font-weight: bold;
	color: firebrick;
}

.large_button .button_action
{
	font-size: 24pt;
	padding: 24px 24px;
	text-align: center;
	font-weight: bold;
	color: black;
	font-variant: small-caps;
}


/* sell page related stuff */

body.sell #ext_wrapper
{
	width: 590px;
	margin: 10px auto;
}

body.sell #ext_sidebar,
body.sell #sidebar,
body.sell #sem_admin_menu

{
	display: none;
}

body.sell
{
	background-color: steelblue;
	color: black;
}

body.sell #ext_wrapper,
body.sell #wrapper,
body.sell #main,
body.sell #body
{
	background-image: none;
	background-color: white;
	color: black;
	border: none;
}

body.sell #ext_wrapper
{
	border: inset 1px;
}

div.sell
{
	margin-left: 1em;
	margin-right: 1em;
}

div.side_testimonials
{
	float: right;
	padding: 0px 1em;
	margin-left: 1em;
	background-color: antiquewhite;
	color: black;
	width: 160px;
}

.sell blockquote
{
	background-color: antiquewhite;
	color: black;
}

body.sell a
{
	color: blue;
	text-decoration: underline;
}

body.sell a:hover
{
	color: firebrick;
}

.sell h1
{
	color: #d00;
	font-weight: 900;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 24pt;
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
}

.sell h2
{
	color: black;
	font-weight: 900;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 16pt;
	text-align: center;
}

.side_testimonials h2
{
	margin-top: 2.5em;
	color: black;
	font-weight: 900;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-align: center;
}

body.sell,
.sell h3,
.sell p,
.sell li,
.sell dl,
.sell dt,
.sell dd,
.sell table,
.sell th,
.sell td,
.sell pre,
.sell code
{
	font-family: Times New Roman, Georgia, Garamond, Times, Serif;
	font-size: 13pt;
}

body.sell .gallery p
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 11pt;
}

body.sell p strong
{
	font-weight: 900;
}

.side_testimonials h3,
.side_testimonials p,
.side_testimonials li,
.side_testimonials dl,
.side_testimonials dt,
.side_testimonials dd,
.side_testimonials table,
.side_testimonials th,
.side_testimonials td,
.side_testimonials pre,
.side_testimonials code
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 10pt;
}

body.sell .side_testimonials a,
body.sell .testimonials a,
body.sell .testimonial a,
body.sell a.testimonial
{
	color: black;
	text-decoration: none;
}

.order_form
{
	margin: 2em 3em;
	padding: 1em 2em;
	border: solid 1px #ccc;
	background-color: #eee;
}