/******************************************************
* General
******************************************************/
html {
	height:100%;
	font-size: 100%;
} 

body {
	height:100%;
	margin: 0; 
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background:#f4f4f4 url(../images/bg_site.gif) left top repeat-x;
} 
 

h1, h2, h3, h4, h5, h6 { 
	margin: 20px 0 10px 0;
	padding: 0; 
	font-weight: normal; 
	font-style: normal; 
} 

h1 { 
	font-size: 26px;
	font-weight: bold;
}
h2 { 
	font-size: 24px;
	font-weight: normal;
}
h3 { 
	font-size:18px;
	font-weight:bold;
} 
h4 { 
	margin: 18px 0 8px 0;
	font-size: 16px;
	font-weight: bold; 
}
h5 {
	margin: 16px 0 7px 0;
	font-size: 14px;
	font-weight: bold; 
}
h6 {
	margin: 14px 0 6px 0;
	font-size: 12px;
	font-weight: bold; 
}

ul, ol { 
	margin: 8px 0 8px 32px; 
	padding: 0; 
}

p { 
  margin: 11px 0;
  text-align: justify;
}

a { 
	text-decoration: underline; 
	font-weight: bold;
	outline: none; 
}
 
a:link, a:visited { 
	color: #000;
	text-decoration:underline;
}
 
a:hover, a:active { 
	color: #000;
	text-decoration:none;
} 

a:focus, a:active { 
} 

a img { 
	border: none; 
} 
 
em { 
	font-style: italic; 
} 

strong { 
	font-weight: bold; 
} 
 
form, fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
} 

input, button, select { 
	vertical-align: middle;
}

#container {
	width: 966px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto;
	position: relative;
	background:url(../images/bg_container.gif) 0 0 repeat-y;
}
.input {
	background:#ededd7;
	border:1px inset #FFF;
	color:#000;
}
span.input, p.input {
	padding:1px 3px;
}
.inputSelect select, select.input {
	border:1px inset #FFF;
	background:#ededd7;
}
.readonly {
	color:#999;
}
.bouton, .boutonSupp {
	background:#adacab url(../images/bg_btn_chercher.gif) left top repeat-x;
	border:1px outset #999;
	cursor:pointer;
	text-align:center;
	font-size:13px;
	font-weight:normal;
}
span.bouton, p.bouton, a.bouton,
span.boutonSupp, p.boutonSupp, a.boutonSupp {
	display:block;
	width:auto;
	padding:3px 6px;
}
.boutonSupp {
	color:#C00;
	border-color:#C00;
}
.boutonSupp a:link, .boutonSupp a:visited {
	color:#C00;
	text-decoration:none;
}
.boutonSupp a:hover, .boutonSupp a:active {
	color:#C00;
	text-decoration:none;
}

.error {
	color:#C00;
}

/******************************************************
* CLEAR
******************************************************/
*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/******************************************************
* TYPO3 SPECIFIC STYLES
******************************************************/
.csc-firstHeader {
	margin: 0 0 6px 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

/******************************************************
* Header
******************************************************/
#headerWrapper {
}

#header {
	display:block;
	width:966px;
	height:110px;
	background:#f4f4f4 url(../images/bg_site.gif) left 0 repeat-x;
}
#header h1 {
	margin:0;
	padding:0;
}
#header h1 a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:250px;
	height:80px;
	background:url(../images/logo.gif) left top no-repeat;
}
#header h1 a span {
	display: none;
}
#header .chercher {
	display:block;
	position:absolute;
	top:37px;
	left:320px;
	width:500px;
	height:50px;
}
#header .chercher .input {
	position:absolute;
	top:0;
	left:0;
	width:265px;
	margin:0;
	padding:4px 34px 4px 9px;
	line-height:22px;
	font-size:16px;
}
#header .chercher .gris {
	color:#76766b;
}
#header .chercher .bouton {
	display:block;
	width:24px;
	height:24px;
	position:absolute;
	top:3px;
	left:282px;
	border:none;
	font-size:0px;
	line-height:0px;
	padding:0;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../images/loupe.gif) 0 0 no-repeat;
}
#header .chercher .bouton:hover {
	background:url(../images/loupe.gif) 0 -24px no-repeat;
}
#header .panier a {
	display:block;
	position:absolute;
}
#header .panier a.newsletter {
	top:36px; /*11*/
	right:212px;
	width:62px;
	height:62px;
	background:url(../images/newsletter.png) left top no-repeat;
}
#header .panier a.panier {
	top:5px;
	right:20px;
	width:140px;
	height:130px;
	background:url(../images/btn_panier_grand.gif) left top no-repeat;
}
#header .panier a span {
	display:none;
}
/******************************************************
* Menu
******************************************************/
#menu {
	height:28px;
	font-size:13px;
	font-weight:bold;
	background:#f4f4f4 url(../images/bg_site.gif) left -110px repeat-x;
}
ul.menu {
	margin:0;
	padding:0;
	list-style:none;
}
ul.menu li {
	display:block;
	width:auto;
	float:left;
}
#menu ul.menu li a {
	display:block;
	width:auto;
	height:28px;
	padding-right:10px;
	margin:0 4px 0 10px;
	background:url(../images/bg_menu_el_2.gif) no-repeat;
}
#menu ul.menu li a span {
	display:block;
	width:auto;
	height:21px;
	margin-left:-10px;
	padding:7px 5px 0 15px;
	background:url(../images/bg_menu_el_1.gif) no-repeat;
	cursor:pointer;
}
#menu ul.menu li a:link, #menu ul.menu li a:visited {
	background-position:right -28px;
	color:#FFF;
	text-decoration:none;
}
#menu ul.menu li a:link span, #menu ul.menu li a:visited span {
	background-position:left -28px;
}
#menu ul.menu li a:hover, #menu ul.menu li a:active {
	background-position:right 0;
	color:#333;
	text-decoration:none;
}
#menu ul.menu li a:hover span, #menu ul.menu li a:active span {
	background-position:left 0;
}
#menu ul.menu li.actif a:link, #menu ul.menu li.actif a:visited {
	background-position:right 0;
	color:#333;
	text-decoration:none;
}
#menu ul.menu li.actif a:link span, #menu ul.menu li.actif a:visited span {
	background-position:left 0;
}
#menu ul.menu li.actif a:hover, #menu ul.menu li.actif a:active {
	background-position:right 0;
	color:#333;
	text-decoration:none;
}
#menu ul.menu li.actif a:hover span, #menu ul.menu li.actif a:active span {
	background-position:left 0;
}

#sousmenu {
	font-size:12px;
}
#sousmenu ul.menu {
	padding:7px 0 0 8px;
}
#sousmenu ul.menu li {
	margin-right:10px;
}
#sousmenu ul.menu li a {
	display:block;
	width:auto;
	font-weight:normal;
}
#sousmenu ul.menu li a span {
	display:block;
	width:auto;
	height:21px;
	padding:1px 0 0 12px;
	background:url(../images/puce_menu.gif) 0 0 no-repeat;
	cursor:pointer;
}
#sousmenu ul.menu li a:link, #sousmenu ul.menu li a:visited {
	color:#000;
	text-decoration:none;
}
#sousmenu ul.menu li a:hover, #sousmenu ul.menu li a:active {
	color:#000;
	text-decoration:underline;
}
#sousmenu ul.menu li.actif a:link, #sousmenu ul.menu li.actif a:visited {
	color:#000;
	text-decoration:underline;
}
#sousmenu ul.menu li.actif a:hover, #sousmenu ul.menu li.actif a:active {
	color:#000;
	text-decoration:underline;
}


/******************************************************
* Content
******************************************************/
#contentWrapper {
	min-height:100%;
}

#content {
	min-height:100%;
	padding-bottom:40px;
}
#left {
	width: 630px;
	min-height:100%;
	float: left;
}
#sousmenu {
	height:33px;
	background:#a8a8a8 url(../images/bg_sous_menu.gif) left top repeat-x;
	border-right:1px solid #9a9a9a;
}
#apropos {
	padding:15px 20px;
	background:#a8a8a8 url(../images/bg_apropos.gif) left top repeat-x;
	border-top:1px solid #FFF;
	color:#FFF;
}
#apropos h5 {
	margin:0;
}
#apropos p {
	margin-top:0;
}
#apropos a.plus {
	float:right;
}
#apropos a:link, #apropos a:visited {
	color:#FFF;
}
#apropos a:hover, #apropos a:active {
	color:#FFF;
}

#main {
	border-top:1px solid #FFF;
	padding:5px 0 25px 0;
}
#left .withTitle {
	padding:25px 0;
}
#main h2.titrepage {
	position:absolute;
	display:block;
	width:auto;
	height:20px;
	line-height:17px;
	font-size:16px;
	font-weight:bold;
	margin:0;
	margin-top:-45px;
	padding:10px 30px 10px 25px;
	background:#f4f4f4 url(../images/bg_titre.gif) left top repeat-x;
	border-top:1px solid #FFF;
}
#main h2.titrepage span {
	/*display:block;
	padding:0 20px;
	background:url(../images/puce_titre.gif) 0 0 no-repeat;*/
}

/******************************************************
* Contenu flexible
******************************************************/
#main .flex2cols {
	width:100%;
}
#main .flex2cols .col1, #main .flex2cols .col2 {
	width: 50%;
	float: left;
	overflow:hidden;
}
#main .flex2cols .col1 .in {
	padding-right:10px;
}
#main .flex2cols .col2 .in {
	padding-right:10px;
}


/******************************************************
* Contenu - Commerce - ListView
******************************************************/
#main .box {
	position:relative;
	width:204px;
	height:204px;
	margin:0 3px 3px 0;
	float:left;
	background:#fff;
	border:1px solid;
	border-color:#eee #dbdbdb #dbdbdb #eee;
}
#main .box h3 {
	margin:0;
	padding:8px 38px 8px 8px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
#main .box .image {
	padding-right:20px;
	text-align:center;
}
#main .box .desc {
	position:absolute;
	left:0;
	bottom:0;
	padding:8px;
}
#main .box .desc p {
	margin:0;
	padding:0;
}
#main .box .action {
	position:absolute;
	top:8px;
	right:8px;
}
#main .box .action a {
	display:block;
	width:26px;
	height:24px;
	background:url(../images/btn_panier.gif) left top no-repeat;
	overflow:hidden;
	text-indent:-9000px;
	font-size:0px;
	line-height:0px;
}
#main .box .nostock a {
	background:url(../images/btn_nostock.gif) left top no-repeat;
}
#main .box .infos {
	position:absolute;
	top:40px;
	right:8px;
}
#main .box .infos a {
	display:block;
	width:26px;
	height:24px;
	background:url(../images/btn_infos.gif) left top no-repeat;
	overflow:hidden;
	text-indent:-9000px;
	font-size:0px;
	line-height:0px;
}
#main .box .prix {
	position:absolute;
	bottom:8px;
	right:8px;
	font-size:11px;
	text-align:right;
}
#main .box a:link, #main .box a:visited {
	text-decoration:none;
	color:#000;
}
#main .box a:hover, #main .box a:active {
	text-decoration:underline;
	color:#000;
}

#main .pagebrowser {
	clear:both;
}
#main .pagebrowser a {
	font-weight:normal;
}
#main .pagebrowser strong a {
	font-weight:bold;
}

/******************************************************
* Contenu - commerce - vue détail
******************************************************/
#main .simple {
	
}
#main .simple .image {
	float:right;
	text-align:right;
	padding:0 10px 10px 10px;
}
#main .simple .com-single-desc {
	
}
#main .simple .prix {
	margin:30px 0 0 0;
	font-size:16px;
	font-weight:bold;
}
#main .simple .action {
	margin:10px 0 0 0;
}
#main .simple .action a {
	display:block;
	height:24px;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 0 30px;
	background:url(../images/btn_panier.gif) left top no-repeat;
}
#main .simple .nostock a {
	background:url(../images/btn_nostock.gif) left top no-repeat;
}
#main .simple .action a:link, #main .simple .action a:visited {
	text-decoration:none;
}
#main .simple .action a:hover, #main .simple .action a:active {
	text-decoration:underline;
}
#main .simple .attribut {
	min-width:300px;
}

/******************************************************
* Contenu sr_feuser_register
******************************************************/
.tx-srfeuserregister-pi1 {
}
.tx-srfeuserregister-pi1 legend {
	color:#000;
	padding:4px 0;
	font-size:14px;
	font-weight:normal;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#999;
}
.tx-srfeuserregister-pi1 h4 {
	padding-left:0;
	margin:18px 0 8px 0;
}
.tx-srfeuserregister-pi1 h6 {
	padding-left:4px;
	margin-top:0;
}
.tx-srfeuserregister-pi1 p {
	padding:0 10px 0 4px;
}
.tx-srfeuserregister-pi1 dt {
	width:180px;
}
.tx-srfeuserregister-pi1 .input {
	padding:2px 3px;
}
.tx-srfeuserregister-pi1 .bouton {
	margin-top:8px;
	padding:2px 8px;
}
.tx-srfeuserregister-pi1 .boutonSupp {
	margin-top:8px;
	padding:2px 8px;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-text {
	width:240px;
}
.tx-srfeuserregister-pi1 span.input {
	display:block;
	width:240px;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-password {
	width:83px;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-password-again {
	padding:0;
}
.tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-zip {
	width:83px;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	margin:0;
}
.tx-srfeuserregister-pi1 a {
	background:none;
	padding-left:0;
}
.tx-srfeuserregister-pi1 p.boutonSupp {
	width:230px;
	margin-left:190px;
	padding:3px 0;
	text-align:center;
}
.tx-srfeuserregister-pi1 p.boutonSupp a {
	font-size:12px;
	font-weight:normal;
	padding:0 6px;
}

/******************************************************
* Panier
******************************************************/
.tx-commerce-pi1 {
}
div.com-basket-no-stock {
	font-size:14px;
	font-weight:bold;
	color:#cc0000;
}
p.com-basket-submit .bouton {
	width:180px;
	padding:3px 6px;
}
p.com-basket-next span.bouton {
	display:block;
	width:180px;
}
p.com-basket-next span.bouton a {
	font-weight:normal;
}
p.com-basket-next span.bouton a:link, p.com-basket-next span.bouton a:visited,
p.com-basket-next span.bouton a:link, p.com-basket-next span.bouton a:visited {
	text-decoration:none;
}
table.com-basket-list {
	width:auto;
}
table.com-basket-list, table.com-basket-list th, table.com-basket-list td {
	border:none;
}
tr.com-basket-header {
	background:none;
}
tr.com-basket-even {
	background:#D5D5D5;
}
tr.com-basket-odd {
	background:none;
}
table.com-basket-list th, table.com-basket-list td {
	text-align:left;
}
table.com-basket-list th.com-text-right, table.com-basket-list td.com-text-right {
	text-align:right;
}
.com-bold {
	font-weight:bold;
}
td.info_nb {
	text-align:right;
	font-size:10px;
	color:#999;
}
td.info_nb a {
	font-weight:normal;
}
td.info_nb a:link, td.info_nb a:visited {
	color:#999;
	text-decoration:underline;
}
td.info_nb a:hover, td.info_nb a:active {
	color:#999;
	text-decoration:none;
}
table.com-basket-list th.com-basket-header-art-nr {
	width:5px;
}
table.com-basket-list th.com-basket-header-title {
	width:180px;
}
table.com-basket-list th.com-basket-header-price-gross {
	width:90px;
	text-align:right;
}
table.com-basket-list th.com-basket-header-count {
	width:90px;
	text-align:right;
}
table.com-basket-list th.com-basket-header-price-sum {
	width:90px;
	text-align:right;
}
table.com-basket-list th.com-basket-header-basket {
	width:80px;
}
table.com-basket-list input.input {
	width:20px;
	font-size:11px;
}
table.com-basket-list input.bouton {
	font-size:11px;
}
table.com-basket-list span.bouton {
	width:60px;
}
table.com-basket-list span.bouton a {
	font-size:11px;
	padding-left:20px;
	background:url(../images/effacer.png) left 50% no-repeat;
}
table.com-basket-list span.bouton a:link, table.com-basket-list span.bouton a:visited,
table.com-basket-list span.bouton a:hover, table.com-basket-list span.bouton a:active {
	text-decoration:none;
}
.com-basket-submit {
	display:none;
}

.com-chkout-listing-basket table.com-basket-list th.com-basket-header-art-nr {
	width:5px;
}
.com-chkout-listing-basket table.com-basket-list th.com-basket-header-title {
	width:240px;
}
.com-chkout-listing-basket table.com-basket-list th.com-basket-header-price-gross {
	width:120px;
	text-align:right;
}
.com-chkout-listing-basket table.com-basket-list th.com-basket-header-count {
	width:80px;
	text-align:right;
}
.com-chkout-listing-basket table.com-basket-list th.com-basket-header-price-sum {
	width:120px;
	text-align:right;
}
.com-chkout-listing-basket table.com-basket-list th.com-basket-header-basket {
	width:80px;
}
tr.com-chkout-sum {
	border:none;
}

p.com-chkout-listing-comment {
	display:block;
}
p.com-chkout-listing-comment textarea {
	display:block;
	width:400px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.tx-commerce-pi3 p.message {
	display:block;
	padding:20px 10px;
	font-size:12px;
	font-weight:bold;
}
.com-basket-container p.user_connected {
	margin:0 0 4px 0;
}
.com-basket-container p.com-basket-next {
	margin:0;
}
/**
* Suggestion d'articles
********/
.tx_commercecrossselling {
	padding:10px 0 0 0;
}
.tx_commercecrossselling h3 {
	font-weight:normal;
}

/******************************************************
* Adresses utilisateurs (commerce)
******************************************************/
.tx-commerce-pi4 span.bouton {
	width:190px;
}

/******************************************************
* Right Content
******************************************************/
#right {
	width: 336px;
	float: right;
	background:#ccc;
	min-height:100%;
}
#login {
	position:relative;
	height:33px;
	background:#8d8d8d url(../images/bg_login.gif) left top repeat-x;
	border-left:1px solid #d7d7d7;
}
#login form {
	padding:6px 8px;
}
#login .input {
	width:80px;
	margin-right:3px;
	padding:1px 4px;
	line-height:14px;
	font-size:11px;
}
#login #pass {
	width:50px;
}
#login .bouton {
	width:70px;
	border:1px inset #ccc;
	padding:1px 6px;
	line-height:14px;
	font-size:11px;
}
#login .msg {
	float:left;
	height:20px;
	line-height:16px;
	padding:2px 4px 0 0;
}
#login .loggedIn {
	float:left;
	height:20px;
	line-height:16px;
	padding:2px 6px 0 22px;
	background:url(../images/userLoggedIn.png) 0 2px no-repeat;
}
#login .passLink {
	position:absolute;
	top:9px;
	left:244px;
	width:16px;
	height:16px;
}
#login .passLink a {
	display:block;
	width:16px;
	height:16px;
	background:url(../images/passLink.png) left top no-repeat;
}
#login .passLink a span {
	display:none;
}
#login .loginMenu {
	float:right;
	padding:8px 8px 0 0;
}
#login .loginMenu a {
	font-weight:normal;
}
#login .popMsg {
	position:absolute;
	top:40px;
	left:8px;
	width:297px;
	padding:10px;
	background:#EDEDD7;
	border:1px solid #8D8D8D;
}
#login .popMsg .fleche {
	position:absolute;
	display:block;
	top:-15px;
	left:30px;
	width:30px;
	height:15px;
	background:url(../images/msg_fleche.gif) left top no-repeat;
}
#login .passPop .fleche {
	left:110px;
}
/********
* Mot de passe oublié
********************/
#login .oubli {
	float:left;
	padding:8px 0 0 6px;
}
#login .oubli h3 {
	display:block;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
#login .popMsg form {
	padding:0;
}
#login .popMsg form fieldset legend {
	padding:12px 0 6px 0;
	margin:0;
	color:#000;
	font-weight:bold;
}
#login .popMsg form label {
	display:block;
	width:120px;
	float:left;
}
#login .popMsg form input.input {
	display:block;
	width:140px;
	float:left;
}
#login .popMsg form input.bouton {
	display:block;
	clear:both;
	width:140px;
	margin:20px 0 0 120px;
}


#pub {
	padding:0 0 20px 0;
	background:#ccc url(../images/bg_cours.gif) left bottom repeat-x;
	border-top:1px solid #fff;
}

#cours {
	padding:20px 0;
	background:#ccc;
	border-top:1px solid #fff;
	
}
#cours h5 {
	position:absolute;
	display:block;
	width:auto;
	height:20px;
	margin:0;
	margin-top:-36px;
	padding:6px 16px 6px 0;
	background:#ccc url(../images/bg_cours_titre.gif) left top repeat-x;
	border-top:1px solid #FFF;
}

#cours h5 span {
  padding: 0 0 0 16px;
  background: url(../images/puce_cours_titre.gif) no-repeat 4px 3px;
}

#cours ul {
  list-style-type: none;
  width: 304px;
  margin: 0 0 0 16px;
  padding: 0;
}

#cours ul li {
  background: url(../images/bg_cours_separateur.gif) left bottom repeat-x;
  padding: 10px 0 14px 0;
}

#cours ul li a.unactive {
  padding: 0 15px 0 0;
  background: url(../images/togglerUnact.gif) right bottom no-repeat;
}

#cours ul li a.active {
  padding: 0 15px 0 0;
  background: url(../images/togglerAct.gif) right bottom no-repeat;
}

#cours ul li a.toggler:link, #cours ul li a.toggler:visited, #cours ul li a.toggler:hover, #cours ul li a.toggler:active {
	text-decoration:none;
}

/******************************************************
* Formulaires - cours - liste déroulante
******************************************************/
.tx-pubdroitcours-pi1 {
	
}
.tx-pubdroitcours-pi1 dl {
  margin: 0;
  padding: 1em 0 0 0;
}
.tx-pubdroitcours-pi1 dt { 
  margin: 0;
  padding: 0 8px 6px 0;
  float: left;
  clear: both;
  width: 80px;
  text-align: left;
}
.tx-pubdroitcours-pi1 dd {
  margin: 0;
  padding: 0 0 5px 0;
  float: left;
  text-align: left;
  width:200px;
}
.tx-pubdroitcours-pi1 dt label span {
  color: #ff0000;
}
.tx-pubdroitcours-pi1 dd select {
	width:200px;
	padding:2px 3px;
}

/******************************************************
* Formulaires - cours - detail
******************************************************/
#tx_pubdroitcours_detail {
	
}
#tx_pubdroitcours_detail h3 {
	display:block;
	margin:0;
	padding:8px 0 0 0;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
#tx_pubdroitcours_detail .lieu span {
	padding:0 5px 0 0;
}
#tx_pubdroitcours_detail .date span {
	padding:0 5px 0 0;
}
#tx_pubdroitcours_detail .description {
}

/******************************************************
* Formulaires - cours
******************************************************/
.tx-thmailformplus-pi1 legend {
  display: none;
}

.tx-thmailformplus-pi1 p.notice {
	display:block;
	clear:both;
	width:280px;
	padding:20px 0 0 0;
	color: #999;
	font-size: 12px;
}

.tx-thmailformplus-pi1 p.error {
  margin: 0;
  padding: 0;
  color: #ff0000;
}

.tx-thmailformplus-pi1 dl {
  margin:0;
  padding:0;
}

.tx-thmailformplus-pi1 dt { 
  margin: 0;
  padding: 0 8px 6px 0;
  float: left;
  clear: both;
  width: 80px;
  text-align: left;
}

.tx-thmailformplus-pi1 dd {
  margin: 0;
  padding: 0 0 5px 0;
  float: left;
  text-align: left;
  width:200px;
}

.tx-thmailformplus-pi1 dt label span {
  color: #ff0000;
}

.tx-thmailformplus-pi1 input,
.tx-thmailformplus-pi1 textarea,
.tx-thmailformplus-pi1 select {
  width: 200px;
  padding: 2px 3px;
}
.tx-thmailformplus-pi1 textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:95px;
}

.tx-thmailformplus-pi1 input.zip {
  width: 83px;
}

.tx-thmailformplus-pi1 input.submit {
  width: auto;
  margin-top: 8px;
  padding: 2px 8px;
}



/******************************************************
* Footer
******************************************************/
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#ccc url(../images/bg_footer.gif) left top repeat-x;
	border-top:1px solid #b6b6b6;
	border-bottom:1px solid #999;
	color:#FFF;
	font-size:10px;
}
#footer .in {
	border-top:1px solid #FFF;
}
#footer .extraDiv {
	position:absolute;
	top:-17px;
	left:0;
	width:630px;
	height:16px;
	background:#f4f4f4 url(../images/bg_content_foot.gif) left bottom repeat-x;
}
#footer p {
	text-align:center;
	margin:4px 0;
}


/******************************************************
* CONTENT 2 COLS
******************************************************/
.content2cols {
  width: 740px;
}

.content2cols .left {
  width: 360px;
  float: left;
}

.content2cols .right {
  width: 360px;
  float: right;
}

