body {
	font-family:arial;	
}

img {
	
}

table {
    background-color: rgb(227, 202, 160);
	border: none;
}

#slideshow-main {
	width:429px; 
	float:left; 
	margin-right:3px;
}

#slideshow-main ul {
    float: left;
	margin:0; 
	padding:0; 
	width:429px;
}

#slideshow-main li {
	width:429px; 
	/* height:200px;  */
	display:none;
	position:relative;
}

#slideshow-main li.active {
    display:block !important;
}

#slideshow-main li span.opacity {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	background:#000;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
	z-index:500;
}

#slideshow-main li span.content {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	z-index:1000;
}

#slideshow-main li span.content h1 {
	font-size:14px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

#slideshow-main li span.content p {
	font-size:11px;
	margin:5px 0;
	padding:0 10px;;
	color:#42e2e8;
}

#slideshow-carousel {
    float:left;
	/* width:500px; */
	position:relative;
}

#slideshow-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
}

#slideshow-carousel li {
	background:#000000; 
	height:114px; 
    position:relative;
    /* background: #663300; IF USING HOVER FOR TRANSPARENCY */
}

/* #slideshow-carousel li .arrow {
	left:3px; 
	top:28px; 
	position:absolute; 
	width:20px; 
	height:40px; 
	background:url(../images/arrow_white.png) no-repeat 0 0; 
	display:block;
} */

#slideshow-carousel li a {
    background:rgb(145, 134, 118);
	display:block; 
	/* width:72px; 
	height:153px; */
}

/* #slideshow-carousel li :not(.arrow):hover {
    background: #663300; */
    /* opacity: 0.5; */
/* } */

#slideshow-carousel .active {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity: 1.0; 
	opacity: 1.0;
}

#slideshow-carousel .faded {
	filter:alpha(opacity=75); 
	-moz-opacity:0.75; 
	-khtml-opacity: 0.75; 
	opacity: 0.75;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    /* text-decoration: underline; */
    font-size: 14px;
}
#masterdiv{
    /* width: 1070px; */
    width: 100%;
    height: 100%;
    margin-left:5px;
    margin-right:0px;
}

#container {
    width: 1080px;
    margin: auto;
}

#topPlaceholder {
    float: left;
    height: 5px; 
    width:  600px;
}

/* #canvas {
    height: 640px;
    margin: 0 auto;
    text-align: left;
    width: 400px;
    border-style: solid; 
    float:  right;
} */

#divPreview {
    margin: 0 auto;
    text-align: left;
    width: 708px;       /* 745? */
    height: 769px;
    border-style: solid; 
    float:  right;
    background-color: white;
    font-size: 12px;
}

#divButtons {
    width: 100%;
    float: left;
}

/* #divProfile {
    height:  150px;
    width: 325px;
    float:  left;
    font-size: 12px;
} */

#leftPanel {
    height:  100%;
    width: 325px;
    float:  left;
    font-size: 12px;
    background-color:#ffffff;
    padding: 5px;
    /* border: solid black 1px; */
}

table#tblProfile {
    padding: 0px;
	height: 100%;
}
table#tblProfile td {
    /* border: 1px solid black; */
    font-size: 12px;
}
select#sticking {
    width:100%;
}
img#profilePic {
    width: 300px;
    height: 75px;
    background: white;
}
img#profile1Pic {
    width: 300px;
    height: 75px;
    background: white;
}

/* #divDoorProperties {
    height: 100%;
    width: 325px;
    float: left;
} */

#tblUserInput {
    height:  100%;
    width: 100%;
    padding: 0px;
}

#tblUserInput td {
    /* border: 1px solid black; */
    font-size: 12px;
    padding: 0px;
}

tr {
    height: 10px;
}

/* #divDoorExtraOptions {
    height:  260px;
    width: 325px;
    float: left;
	overflow:hidden;
} */

#tblDoorExtras {
     width: 100%;
     height: 100%;
     font-size: 12px;
     padding: 1px;
}

#tblDoorExtras td {
    padding: 1px 3px;
}
#inputCaption {
}

#pagination {
    font-size: 14px;
}

select {
    width: 100px;
}

select#edge {
    width:  150px;
}

#searchBox {
    width: 40px;
    background-color: white;
}
select.listbox{ 
    font-size:10px; 
    font-family: arial; 
    width:450px; 
    height:175px; 
    color: black; 
}

input.number 
{
    /* border: 2px solid red; */
    background-color: white;
    font-size:  12px;
    padding: 2px;
    width: 75px;
}

input.number.doorSpecificData
{
    border: 2px solid gray;
    background-color: gray;
    visibility: hidden;
}

input.number.inactive
{
	border: 2px solid gray;
    background-color: gray;
}

input.number.doorSpecificData.active
{
    border: 2px solid black !important;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    background-color: white;
    visibility: visible;
}

input.transform
{
    width: 30px;
    background-color: yellow;
}
font.caption {
    font-size: 14px;
}

.iQuoteButton {
    visibility: visible;
	
}

.enabledOption {
    visibility: visible;
    display: block;
}

.disabledOption {
    visibility: hidden;	
    display: none;
}

.hidden {
	height:0px;	
}

hr.softBorder {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Drawing Related (Preview) Styles
================================================================================================================ */
#canvas {
    height: 503px;
    text-align: left;
    width: 315px;
    float: left;
    background-color: white;
    position: relative;
    z-index: 0;
}

#divRightOfCanvas {
    height: 503px;
    width: 220px;
    float: left;
    position: relative;
    z-index: 1;
}

#divHeader {
    width: 100%;
    height: 135px;
    float: left;
    border-bottom-style: solid; 
}
#divProfile2 {
    height:  100px;
    width: 50%;
    border-right-style: solid;  
    border-bottom-style: solid; 
    float: left;
    font-size: 12px;
    text-align: center;
}
#divCustomerInfo {
    height:  100%;
    width: 48%;
    float: right; 
    border-left-style: thin; 
    font-size: 12px;
}
#divDescription {
    height: 32px;
    float: left;  
    width: 50%; 
    background-color: white;
    border-width: 1px;
    border-right-style: solid;
}

#divFooter {
    height:  94px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    float: left;
    font-size: 12px;
}
#divFooterLeft {
    height:  100%;
    width: 38%;
    padding-bottom: 20px;
    float: left;
    font-size: 12px;
    border-width: 1px;
}
#divPreviewButtons {
    width:  23%;
    float: left;
    border: 1px solid white;
}
#divFooterRight {
    height:  100%;
    width: 38%;
    float: right;
    font-size: 12px;
}
#divLeftSpacer {
    height:  503px;
    width: 125px;
    float: left;
    background-color: white;
}

#divProperties {
    height: 100px;
    width: 97%;
    float: left;
    text-align: left;
    font-family: arial;
    font-size: 1.2em; 
    position: relative;
    z-index: 1;
}

#tblProperties {
	width: 100%;
	background-color: white; 
	border: 1px solid black;
    padding: 0px;
    position: relative;
    z-index: 1;
 }
 
 #tblProperties td {
	background-color: white; 
	border-bottom: 1px solid black;
	padding: 0px;
	text-align: right;
 }

 #doorDesc {
    text-align:center;
    background-color: white; 
    border: none; 
    font-family: arial;
    font-size: 1.75em; 
    width: 98%; 
    height: 97%;
}

.metadata {
    background-color: white;  
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#bcTarget {
    float:right;  
    margin-top:200px; 
    margin-right:-100px;
    margin-top:20px\9,10;
    margin-right:5px\9,10;
	transform:rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=1);  /* IE6,IE7 */
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* IE8 */
}

.printInput {
    text-align: right;
    border-width: 0px;
    width: 70px;
}

svg {
    position: relative;     /* Position must be set so that z-index will work */
    z-index: 0;
}

.selectedDoor {

}

.lblCheckbox {
    display: block;
}



/* skin edits */

table
{background-color:#ffffff!important;}

input.number
{border:solid 1px #c4b681;
background-color:#ffffff;
margin-bottom:5px;}

select, #searchBox
{border:solid 1px #c4b681;
background-color:#ffffff;
margin-bottom:5px;}

input[type="button"] {
    background-color: #828487;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    border: none;
	border-style:solid;
}

input[type="button"]:hover {
    background-color: #000000;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    border: none;
	border-style:solid;
}

.jcarousel-skin-tango .jcarousel-container
{background:#ffffff;}

.jcarousel-container
{background-color:#ffffff!important;}
