﻿body
{
    font-family:Tahoma;
}

form.cmxform
{
    width: 150px;
}

form.cmxform fieldset
{
    margin-bottom: 10px;    
}

form.cmxform legend
{
    padding: 0 2px;
    font-weight: bold;
    _margin: 0 -7px; /* IE Win */
}

form.cmxform fieldset p
{
    list-style: none;
    padding: 5px;
    margin: 0;
    font-size:small;
    vertical-align:middle;
}

form.cmxform p.submit
{
    margin-left:auto;
    margin-right:auto;
    width:100px;
}

form.cmxform fieldset fieldset
{
    border: none;
    margin: 3px 0 0;
}

form.cmxform fieldset legend
{
    padding: 0 0 5px;
    font-weight: bold;
    font-size:small;
    color:Maroon;
}

form.cmxform fieldset fieldset label
{
    display: block;
    width: auto;
}

form.cmxform legend
{
    padding-left: 0;
}

form.cmxform legend, form label
{
    color: #333;
}

form.cmxform fieldset
{
    border: none;
    border: 1px dotted #C9DCA6;
    border-bottom: 1px dotted #C9DCA6;
    background-color: #ececec;
}

form.cmxform fieldset fieldset
{
    background: none;
}

form.cmxform fieldset p, form fieldset fieldset
{
    padding: 5px 10px 7px;
}

form.cmxform label.error, label.error
{
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic;
}
div.error
{
    display: none;
}
input[type=text] 
{
    border: 1px solid black;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top:1px;
    padding:2px;
}
input.checkbox
{
    border: none;
}
input:focus
{
    background-color:#fff399;
}
input.error
{
    border: 1px dotted red;
}
form.cmxform .gray *
{
    color: gray;
}

td div.inlineProduct a
{
    font-size:small;
}

p.quantity
{
    text-align:left;
}

span.quantity
{
    font-weight:bold;
    margin-right:5px;
}

div.product
{
    
    border-bottom:1px dotted white;
    margin:0px;
    padding:0px;
}

div.product p
{
    text-align:left;
}

span.price
{
    font-weight:bold;
}

span.productTitle
{
    font-size:medium;
    font-weight:bold;
}

#mainForm
{
    margin-left:20px;
}

#mainFieldSet
{
    width:400px;
}
form.mainForm fieldset {
	border: none;
	
}

form.border fieldset p, form.border fieldset fieldset {
	padding: 0px;
	margin: 0px;
}

form.mainForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset label {
	display: block;
	width: auto;
}


form.mainForm fieldset p {
	list-style: none;
	padding: 1px;
	margin: 0;
	text-align:left;
}

form.mainForm label { width: 200px; } /* Width of labels */

span.label
{
    font-weight:bold;
}
input.radio
{
    border:none;
}
p.choice
{
    line-height: 1.8;
    width:240px;
    margin-left:auto;
    margin-right:auto;
}

p.choice input:focus
{
    border:none;
}

span.option
{
    margin-left:20px;
    margin-bottom:5px;
    margin-top:1px;
    color:Maroon;
    vertical-align:middle;
}

select.option
{
    margin-bottom:5px;
    margin-top:1px;
}

div.groupProduct
{
	border:1px solid #d4d1b6;
	background-color:#F6F2D3;
	padding:6px;
	margin-top:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
}

div.groupProduct select
{
    border:1px dotted #b6b6b6;
    font-size:13px;
}

div.groupProduct option
{
    font-size:13px;
    background-color:#fbf9ed;
}

p.subGroupItems
{
    text-align:left;
    margin-left:60px;
}

span.subGroupHeader
{
    font-weight:bold;
    font-size:small;
    text-align:left;
    margin-left:20px;
    line-height:25px;
}

button.addGroup
{
    border:1px solid black;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;    
    padding:2px 6px 2px 6px;
}

label.subGroupLabel
{
    font-size:13px;
}

span.required
{
    color:Maroon;
}

p.required
{
    font-style:italic;
    font-size:11px;
    text-align:center;
    width:170px;
    line-height:30px;
    color:Maroon;
}

select.groupOption
{
    margin-top:5px;
    width:216px;
}

span.discount
{
    color:Green;
}

#CCType
{
    border:1px dotted #b6b6b6;
    font-size:13px;
    width:150px;
    margin-top:1px;
}

#CCType option
{
    font-size:13px;
    background-color:#fbf9ed;    
}
div.groupSpecialSale {
	padding:6px;
	margin-top:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

