@charset "UTF-8";
@import url("/_common/basic.css");


/***** HTML Basic elements *****/

h4 {
	margin:        0px;
	margin-bottom: 5px;
}

tr {
	text-align:     left;
	vertical-align: top;
}


/***** Classified elements *****/

div.document-piece {
	padding: 0px 50px;
}

td.st-name {
	width: 440px;
}

td.st-numbers {
	/*width: 80px;*/
	text-align: right;
}

td.st-price {
	/*width:      80px;*/
	text-align: right;
}

.st-price {
	border-left:  #666666 1px dashed;
	border-right: #666666 1px dashed;
}

select.numberSelector {
	text-align: right;
}

div.setcontent-leftcell {
	margin-right:10px;
}

div.setcontent-rightcell {
	margin-left: 10px;
}

img.itemphoto {
	margin-bottom: 5px;
}

div.singlestore {
	text-align: right;
}

div.item-specsheet {
	text-align: right;
}


/***** Identified elements *****/

div#sg-header {
	padding-top: 25px;
}

div#top-breads {
	text-align:right;
}

h1#sg-title {
	position:      relative;
	text-align:    right;
	margin-bottom: 25px;
	font-size:     small;
	line-height:   100%;
}

table#select-table {
	border-spacing: 0;
	border-bottom:  #666666 1px solid;
	margin:         0px 0px 1em 0px;
	width:          600px;
}

table#select-table tr {
	text-align:     left;
	vertical-align: center;
}


table#select-table th {
	border-bottom: #666666 2px solid;
	text-align:    center;
	padding:       2px 5px;
}

table#select-table td {
	border-bottom: #666666 1px solid;
	padding:       2px 5px;
}

div#submitButtonPane {
	/*margin-right: 20px;*/
	text-align: right;
}

div#priceNotice {
	margin-top:   1em;
	/*margin-right: 20px;*/
	text-align: right;
}

div#priceNotice p {
	font-size: smaller;
	line-height: 150%;
}

div#set-content-pane {
	padding-left: 20px;
}

table#set-content {
	border-spacing:  0;
	border-collapse: collapse;
}

table#set-content td {
	width:      280px;
	text-align: justify;
}


/***** about lists *****/

div.setlist {
	margin: 0px 50px;
}

table.setmenu-table {
	border-collapse: collapse;
	border-spacing:  0;
	margin-bottom:   2em;
}

table.setmenu-table td {
	padding: 0px;
}

td.setmenu-cell {
	background: #dfd4cc none;
	border-right: #ffffff 5px solid;
	border-bottom: #ffffff 5px solid;
}

td.setmenu-cell-pink {
	background: #ffd9d7 none;
	border-right: #ffffff 5px solid;
	border-bottom: #ffffff 5px solid;
}

div.setmenu-cell-content {
	margin: 10px;
}

div.setmenu-desc {
	margin: 0.5em 0px;
}

div.setmenu-desc-pcopy {
	color: #780000;
}

div.setmenu-vartitle {
	background:  #8d7868 none;
	color:       #ffffff;
	padding:     3px 5px;
	padding-top: 5px;
	font-size:   90%;
	line-height: 100%;
	font-weight: bold;
}

div.setmenu-varcont {
	border: #8d7868 1px solid;
	padding: 5px;
	font-size: 90%;
	line-height: 150%;
}

div.setmenu-price {
	text-align: right;
	margin:     0.5em 0px;
}

div.setmenu-go-detail {
	text-align: right;
}


