.alt {
    font-weight: bold;
}
span.codedirection {
    unicode-bidi:bidi-override; direction: rtl;
}

.hide {
    display:none;
}

.shoeName{
    font-size: 140%;
    font-weight: bold;
    /*text-decoration: underline;*/
    border-bottom: 2px dashed #C00083;
}

a.fuxiaLink{
    color: #C00083;
}

img.portrait{
    float: right;
    padding-left: 15px;
}
div#buttons{
    text-align: center;
}
/*striped table*/
tr.alternate td { background: #dce6fc; }
tr.over td { background: #bcd4ec; }
table.stripeMe th {text-align: left; background:#3E83C9; color: white;}
table.stripeMe td {border-bottom:1px solid #95BCE2; }

/*override bp's textarea height */
textarea {
    height: 100px;
}
#contactForm th.vtop{
    vertical-align: top;
}

div.container{
    /*background-image: url(http://pargiana.com/images/bg_stripes.png);*/
}

.just {text-align: justify}

/* Fix the fact that bp's plugin link-icon misses placing an external link icon for https:// links */
a[href^="https:"] {
    background-image:url(blueprint/plugins/link-icons/icons/external.png);
    padding:2px 22px 2px 0;
    margin:-2px 0;
    background-repeat: no-repeat;
    background-position: right center;
}

/*override bp's div.border color*/
div.border{
    border-right-color: #ccc;
}
/*override bp's .box*/
.box{
    background: none;
    border: 1px solid #ccc;
}
/*override bp's p+p (why did they put it in the first place?)*/
p + p{
    text-indent: 0;
}

a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"],
a[href$=".rdf"], a[href$=".rtf"], a[href$=".docx"],
a[href$=".txt"], a[href$=".odt"],
a[href$="avi"], a[href$="mpg"], a[href$="mpeg"], a[href$="wmv"],
a[href$="mov"], a[href$="flv"], a[href$="asf"], a[href$="mp4"],
a[href$="swf"],
a[href$="mp3"], a[href$="wav"], a[href$="aif"], a[href$="wma"]
{
  padding:0px 2px 2px 22px;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: left center;
}

/* Files */
a[href$=".pdf"]   { background-image: url(blueprint/plugins/link-icons/icons/pdf.png); }
a[href$=".doc"], a[href$=".rtf"], a[href$=".docx"]{
    background-image: url(blueprint/plugins/link-icons/icons/doc.png);
}
a[href$=".txt"], a[href$=".odt"] {
    background-image: url(http://pargiana.com/css/blueprint/plugins/link-icons/icons/text.png);
}

/* Misc */
a[href$=".rss"],a[href$=".rdf"]   { background-image: url(blueprint/plugins/link-icons/icons/feed.png); }

a[href$=".gif"], a[href$=".png"],
a[href$=".jpg"], a[href$=".jpeg"],
a[href$=".tif"], a[href$=".bmp"],
a[href$=".gif"]:hover, a[href$=".png"]:hover,
a[href$=".jpg"]:hover, a[href$=".jpeg"]:hover,
a[href$=".tif"]:hover, a[href$=".bmp"]:hover {
    background:url("http://pargiana.com/css/blueprint/plugins/link-icons/icons/image_icon_cue.gif") no-repeat scroll left top transparent;
    padding-left:19px;
    padding-bottom: 3px;
}

a[href$="avi"], a[href$="mpg"], a[href$="mpeg"], a[href$="wmv"],
a[href$="mov"], a[href$="flv"], a[href$="asf"], a[href$="mp4"],
a[href$="swf"] {
    background-image: url(http://pargiana.com/css/blueprint/plugins/link-icons/icons/movies.png);
}

a[href$="mp3"], a[href$="wav"], a[href$="aif"], a[href$="wma"] {
    background-image: url(http://pargiana.com/css/blueprint/plugins/link-icons/icons/audio.png);
}

div#basicCollection{
    margin: 10px 0;
}